control 0.0.1-pre.0 copy "control: ^0.0.1-pre.0" to clipboard
control: ^0.0.1-pre.0 copied to clipboard

Simple state management for Flutter with concurrency support.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add control

With Flutter:

 $ flutter pub add control

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

dependencies:
  control: ^0.0.1-pre.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:control/control.dart';
22
likes
0
pub points
72%
popularity

Publisher

verified publisherplugfox.dev

Simple state management for Flutter with concurrency support.

Repository (GitHub)
View/report issues

Topics

#architecture #state-management #state #concurrency #controller

Funding

Consider supporting this project:

www.buymeacoffee.com
www.patreon.com
boosty.to

License

unknown (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on control