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

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: ^3.0.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_architecture/mobx_architecture.dart';
4
likes
110
pub points
47%
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

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, mobx, provider

More

Packages that depend on mobx_architecture