beholder_flutter 0.3.0+4 copy "beholder_flutter: ^0.3.0+4" to clipboard
beholder_flutter: ^0.3.0+4 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+4

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';
7
likes
150
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

beholder, flutter, meta

More

Packages that depend on beholder_flutter