While Dart is in its core an object-oriented programming language, that doesn’t mean that ...

​Read More

How would you like it if Dart had data classes and sealed classes as we know them from ...

​Read More

Nobody cares about code quality... until they feel the consequences of this negligence. Keeping ...

​Read More

Enumerated types in Dart have always been not so useful, compared to other languages. ...

​Read More

Handling poorly documented edge cases is tough. Using nulls to represent "no value" and ...

​Read More

In a classic object oriented programming you have regular classes, abstract classes and interfaces. Of course, Dart has ...

​Read More

Screen sizes are changing, they’re getting ever bigger and almost without any bezels. While ...

​Read More