The WidgetView Pattern In The Flutter Skeleton Template
What sucks about the Skeleton App Template introduced in Flutter 2.5 is that it’s missing some core best practices. Some of those are on the project dev-ops side, some are on the app architecture side, and some are on the UX best practices side.
You cannot build the awesome UI transitions triggered by app state changes or user actions until you architecture your app to…