Celebrating my one-year layoff anniversary
How a bug-infested murder apartment gave me the freedom to recover from burnout.
Dart and Flutter tutorials, articles, tips and tricks. Sometimes other stuff too.
How a bug-infested murder apartment gave me the freedom to recover from burnout.
How to display images from multiple different sources easily and cleanly in Flutter.
The embarrassing story of what I thought setState was, and what it totally wasn't.
Parsing HTML in Dart, the right, easy, and foolproof way. No messy regular expressions required.
How to control DateTime.now() in Dart unit tests - the better way.
Some pointers about what Flutter state management library to choose in the age of gazillion state management libraries.
Learn how to restrict Flutter's system textScaleFactor when product or design constraints require it.
Dart does not have eval(), but there are limited ways to run arbitrary code strings when you absolutely need to.
A short story about Reflectly joining the Flutter for Web early access preview and planning to bring a Flutter app to the web.
Learn why splitting Flutter build methods into smaller widgets is usually better than splitting them into helper methods.