ministate 0.0.5 copy "ministate: ^0.0.5" to clipboard
ministate: ^0.0.5 copied to clipboard

Minimalistic State Management using get_it as a service locator and the built in ValueNotifier to manage state in a flutter application

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ministate

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

dependencies:
  ministate: ^0.0.5

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

Publisher

verified publisherdeicon.de

Minimalistic State Management using get_it as a service locator and the built in ValueNotifier to manage state in a flutter application

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

equatable, flutter, get_it

More

Packages that depend on ministate