Mobile engineering notes on Flutter, iOS, and Android.
Sending emails directly from a Flutter app seems simple… until you realize there’s no official API to reliably open the user’s mail app
May 28, 20252 min read
Micro front-end architecture in Flutter using Melos, Riverpod, and GoRouter — a modular approach for large apps that actually scales.
October 8, 20245 min read
Set up Flutter flavors end-to-end — Android build.gradle, iOS Xcode schemes, and a launch.json that actually works in VS Code.
October 7, 20246 min read
Shell aliases for Flutter devs: the few one-line shortcuts I actually use to skip retyping flutter pub get and build_runner all day.
October 4, 20245 min read
Riverpod's family modifier turns one provider into N parameterized ones. When to use it, three real-world patterns, and the pitfalls.
September 15, 20246 min read