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

outdated

A simple way to consume MobX Observables through widgets. You can find a sort of widgets, like ObserverFuture, ObserverStream and ObserverText

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.3

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

A simple way to consume MobX Observables through widgets. You can find a sort of widgets, like ObserverFuture, ObserverStream and ObserverText

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_mobx, mobx

More

Packages that depend on mobx_widget