store_ds 1.0.13 copy "store_ds: ^1.0.13" to clipboard
store_ds: ^1.0.13 copied to clipboard

An awesome Flutter package to manage state of program declaratively and functionally.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add store_ds

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

dependencies:
  store_ds: ^1.0.13

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:store_ds/store_ds.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

An awesome Flutter package to manage state of program declaratively and functionally.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on store_ds