upper_flutter_stores 0.1.13 copy "upper_flutter_stores: ^0.1.13" to clipboard
upper_flutter_stores: ^0.1.13 copied to clipboard

A lightweight, super-friendly, and non-verbose state management solution for Flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add upper_flutter_stores

With Flutter:

 $ flutter pub add upper_flutter_stores

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

dependencies:
  upper_flutter_stores: ^0.1.13

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:upper_flutter_stores/upper_flutter_stores.dart';
4
likes
0
points
52
downloads

Publisher

verified publisherupper.do

Weekly Downloads

A lightweight, super-friendly, and non-verbose state management solution for Flutter.

Repository (GitHub)
View/report issues

Topics

#state-management #flutter #dart

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on upper_flutter_stores