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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mvvm_provider

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  mvvm_provider: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:mvvm_provider/base/FlutterView.dart';
import 'package:mvvm_provider/base/FlutterViewModel.dart';
import 'package:mvvm_provider/base/FlutterWidget.dart';
import 'package:mvvm_provider/base/FlutterWidgetModel.dart';
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