mobx_utils 0.3.0+1 copy "mobx_utils: ^0.3.0+1" to clipboard
mobx_utils: ^0.3.0+1 copied to clipboard

This package provides utility functions and common MobX patterns build on top of MobX.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mobx_utils

With Flutter:

 $ flutter pub add mobx_utils

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

dependencies:
  mobx_utils: ^0.3.0+1

Alternatively, 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:mobx_utils/mobx_utils.dart';
1
likes
120
pub points
43%
popularity

Publisher

verified publishermobx.dev

This package provides utility functions and common MobX patterns build on top of MobX.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

mobx

More

Packages that depend on mobx_utils