While Dart is in its core an object-oriented programming language, that doesn’t mean that ...
- Home
- |
- Tag: 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 ...
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 ...
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 ...
In a classic object oriented programming you have regular classes, abstract classes and interfaces. Of course, Dart has ...
Screen sizes are changing, they’re getting ever bigger and almost without any bezels. While ...