mobx_system 1.0.0 copy "mobx_system: ^1.0.0" to clipboard
mobx_system: ^1.0.0 copied to clipboard

Solid reactive style state-management build on mobx.dart.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mobx_system

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

dependencies:
  mobx_system: ^1.0.0

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:mobx_system/mobx_system.dart';
2
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Solid reactive style state-management build on mobx.dart.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, flutter_mobx, meta, mobx

More

Packages that depend on mobx_system