While Dart is in its core an object-oriented programming language, that doesn’t mean that ...
- Home
- |
- Category: Dart
While Dart is in its core an object-oriented programming language, that doesn’t mean that ...
How would you like it if Dart had data classes and sealed classes as we know them from ...
Dependency injection is necessary if you're not coding spaghetti ? and you want to ...
Nobody cares about code quality... until they feel the consequences of this negligence. Keeping ...
Constants are not just an obnoxious version of final variables that will haunt you ...
From the first part, you already know that you shouldn't catch every exception with ...
Enumerated types in Dart have always been not so useful, compared to other languages. ...
Dart 2.6 is just around the corner. In fact, it may as well be ...
Handling poorly documented edge cases is tough. Using nulls to represent "no value" and ...
The is operator is a powerful thing. Checking for a subtype of an object is used ...