redux_prism 1.0.0 copy "redux_prism: ^1.0.0" to clipboard
redux_prism: ^1.0.0 copied to clipboard

Library used to easily access dispatched actions in a Redux Store.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add redux_prism

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

dependencies:
  redux_prism: ^1.0.0

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

Publisher

unverified uploader

Library used to easily access dispatched actions in a Redux Store.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, flutter_redux, redux

More

Packages that depend on redux_prism