Posts tagged with "flutter"
-
Renaming a Flutter App
A step-by-step guide on changing your Flutter app display name on Android and iOS.
-
Migrating from WillPopScope to PopScope
I recently upgraded Flutter and had to migrate from WillPopScope to PopScope here is what I learned about the new API.
-
Building an End-to-End Encrypted Messenger
The story of how I built an end-to-end encrypted messaging app from watching a few youtube videos through database switches, native code experiments, and the day I finally got it all working.