mobx_widget 0.1.1 copy "mobx_widget: ^0.1.1" to clipboard
mobx_widget: ^0.1.1 copied to clipboard

outdated

If you use ObservableFuture or ObservableStream, maybe you should be considering to use some helpers widgets in your project, like ObserverFutureWidget or ObserverStreamWidget.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mobx_widget

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

dependencies:
  mobx_widget: ^0.1.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:mobx_widget/mobx_widget.dart';
16
likes
0
pub points
83%
popularity

Publisher

unverified uploader

If you use ObservableFuture or ObservableStream, maybe you should be considering to use some helpers widgets in your project, like ObserverFutureWidget or ObserverStreamWidget.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_mobx, mobx

More

Packages that depend on mobx_widget