upper_flutter_stores 0.1.15 copy "upper_flutter_stores: ^0.1.15" to clipboard
upper_flutter_stores: ^0.1.15 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 Flutter:

 $ flutter pub add upper_flutter_stores
copied to clipboard

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

dependencies:
  upper_flutter_stores: ^0.1.15
copied to clipboard

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:upper_flutter_stores/upper_flutter_stores.dart';
copied to clipboard
4
likes
160
points
55
downloads

Publisher

verified publisherupper.do

Weekly Downloads

2024.09.20 - 2025.04.04

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

Repository (GitHub)
View/report issues
Contributing

Topics

#state-management #flutter #dart

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on upper_flutter_stores