reactive_mvvm 1.0.22
reactive_mvvm: ^1.0.22 copied to clipboard
Reactive MVVM Library that facilitates complex state scenarios especially form entry styled after bloc using RxDart.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add reactive_mvvmWith Flutter:
$ flutter pub add reactive_mvvmThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
reactive_mvvm: ^1.0.22Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:reactive_mvvm/reactive_mvvm.dart';