Flutter Animations: Interactive Page Flip Widget [Part 2]Mar 8, 2021#dart#flutter#animationsHow to build an interactive page flip widget using Flutter's AnimationController, AnimationBuilder, gesture detectors and custom 3D matrix transforms (part 2).
Flutter Animations: Interactive Page Flip WidgetMar 3, 2021#dart#flutter#animationsHow to build an interactive page flip widget using Flutter's AnimationController, AnimationBuilder, gesture detectors and custom 3D matrix transforms (part 1).
Migrating a Flutter & Firebase app to Null Safety: A Case StudyMar 9, 20218 min read#dart#flutter#animationsMigrating Flutter apps to Null Safety can be a challenging process. Here I show how to make this as painless as possible, using a non-trivial app as an example.