mvvm_provider 1.0.1 copy "mvvm_provider: ^1.0.1" to clipboard
mvvm_provider: ^1.0.1 copied to clipboard

discontinued

Simple and effective architecture MVVM using Provider to approach Flutter with lifecycles

flutter_mvvm #

Simple and effective architecture MVVM using Provider to approach Flutter with lifecycles.

Installing: #

Add the following to your pubspec.yaml file:

dependencies:
  mvvm_provider: ^1.0.1

Usage: #

Let your small/common widget extends FlutterWidget and your full screen widget extends FlutterView with its own WidgetModel/ViewModel.

Or you can create your own base widget and base view.

Check out example for more information.

1
likes
20
pub points
0%
popularity

Publisher

verified publisherludo.studio

Simple and effective architecture MVVM using Provider to approach Flutter with lifecycles

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, provider, visibility_detector

More

Packages that depend on mvvm_provider