upstate 0.6.6 copy "upstate: ^0.6.6" to clipboard
upstate: ^0.6.6 copied to clipboard

A simple yet powerful state management library for Flutter that provides a continuous workflow from prototyping to production

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add upstate

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

dependencies:
  upstate: ^0.6.6

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

Publisher

unverified uploader

A simple yet powerful state management library for Flutter that provides a continuous workflow from prototyping to production

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on upstate