with_controller 2.0.0-nullsafety copy "with_controller: ^2.0.0-nullsafety" to clipboard
with_controller: ^2.0.0-nullsafety copied to clipboard

A package provinding the WithController widget. It is a convenience widget for reducing MobX boilerplate burden when you need to initialize a store, create reactions and dispose.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add with_controller

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

dependencies:
  with_controller: ^2.0.0-nullsafety

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:with_controller/with_controller.dart';
4
likes
130
pub points
0%
popularity

Publisher

verified publishersavioserra.dev

A package provinding the WithController widget. It is a convenience widget for reducing MobX boilerplate burden when you need to initialize a store, create reactions and dispose.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, mobx

More

Packages that depend on with_controller