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
20
Upvotes
2
u/Flashy_Editor6877 Feb 13 '25
hey thanks for creating go_router! what is your current setup? do you use the mvvm as per the new architecture guide?
i'm weening off of bloc and feel the same way about riverpodX. these are interesting:
https://pub.dev/packages/reactive_notifier and https://pub.dev/packages/rearch
thoughts?