control 0.1.0 copy "control: ^0.1.0" to clipboard
control: ^0.1.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 Flutter:

 $ flutter pub add control

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

dependencies:
  control: ^0.1.0

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:control/control.dart';
21
likes
130
pub points
75%
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

Documentation

API reference

Funding

Consider supporting this project:

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

License

MIT (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on control