beholder_flutter 0.3.0+2 copy "beholder_flutter: ^0.3.0+2" to clipboard
beholder_flutter: ^0.3.0+2 copied to clipboard

State Management inspired by MobX for Flutter. Yet another MVVM implementation. Reinventing the wheel, but with a twist.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add beholder_flutter

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

dependencies:
  beholder_flutter: ^0.3.0+2

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

Publisher

unverified uploader

State Management inspired by MobX for Flutter. Yet another MVVM implementation. Reinventing the wheel, but with a twist.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

beholder, flutter, meta

More

Packages that depend on beholder_flutter