only_store 0.0.3-alpha
only_store: ^0.0.3-alpha copied to clipboard
Easy to use status management tool, Depends on the flutter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add only_storeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
only_store: ^0.0.3-alphaAlternatively, 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:only_store/only_store.dart';