rx_store_ds 0.0.5 copy "rx_store_ds: ^0.0.5" to clipboard
rx_store_ds: ^0.0.5 copied to clipboard

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rx_store_ds

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

dependencies:
  rx_store_ds: ^0.0.5

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

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

rx_command, store_ds

More

Packages that depend on rx_store_ds