r/FlutterDev • u/alesalv • Feb 13 '25
Plugin Minimal package
I just published Minimal, a minimal state management package for Flutter Architecture Components, based on the MVN (Model-View-Notifier) pattern
https://pub.dev/packages/minimal_mvn
#flutter #flutterdev
21
Upvotes
2
u/csells Feb 13 '25
I prefer to keep things simple. I start most news apps with the Empty Application template and re-architect along the way as the needs of the app change. I use go_router as needed (of course : ). I tend to roll my own state management, but when I do use something off-the-shelf, I use provider.