
all postsseries
The Boring Flutter
a ground-up series on flutter and dart. no shortcuts. just the mental models, the rendering pipeline, and the actual mechanics behind the framework.
5 posts
Why was Flutter even a thing?
#1
flutter never intended to solve the cross-platform problem!
- flutter
- cross-platform
- mobile
Jun 15, 2026·8 min read
Everyday Dart For Flutter: Part 1
#2
the dart you actually need. variables, null safety, conditionals, loops, collections, full OOP, mixins, and functional ops.
- dart
- flutter
- oop
Jun 23, 2026·22 min read
Everyday Dart For Flutter: Part 2
#3
async dart, the full picture. futures, streams, async/await, isolates, sealed classes, and exhaustive switch.
- dart
- flutter
- async
Jun 24, 2026·21 min read
Dart Exercises: Part 1
#4
10 exercises. solve them all and you will be able to write any dart code you want.
- dart
- flutter
- exercises
Jul 1, 2026·8 min read
Dart Exercises: Part 2
#5
10 harder exercises. generics, sealed classes, streams, isolates, factory patterns. the dart you need for real flutter apps.
- dart
- flutter
- exercises
Jul 8, 2026·9 min read