mobx_architecture 1.0.3 copy "mobx_architecture: ^1.0.3" to clipboard
mobx_architecture: ^1.0.3 copied to clipboard

outdated

A Flutter package designed to aid in implementing a consistent, widespread architecture pattern, and providing a way to easily, clearly and elegantly bind MobX to the UI.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mobx_architecture

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

dependencies:
  mobx_architecture: ^1.0.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_architecture/mobx_architecture.dart';
4
likes
0
pub points
53%
popularity

Publisher

verified publishertanzilzubair.tech

A Flutter package designed to aid in implementing a consistent, widespread architecture pattern, and providing a way to easily, clearly and elegantly bind MobX to the UI.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, mobx, provider

More

Packages that depend on mobx_architecture