reactive_mvvm 1.0.22 copy "reactive_mvvm: ^1.0.22" to clipboard
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 Flutter:

 $ flutter pub add reactive_mvvm

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

dependencies:
  reactive_mvvm: ^1.0.22

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:reactive_mvvm/reactive_mvvm.dart';
0
likes
140
points
45
downloads

Publisher

verified publisherconcerti.io

Weekly Downloads

Reactive MVVM Library that facilitates complex state scenarios especially form entry styled after bloc using RxDart.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, rxdart

More

Packages that depend on reactive_mvvm