redux_hooks 1.0.1 copy "redux_hooks: ^1.0.1" to clipboard
redux_hooks: ^1.0.1 copied to clipboard

discontinued

A redux hooks for flutter project. which will help you to dispatch and listen any action.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add redux_hooks

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

dependencies:
  redux_hooks: ^1.0.1

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_hooks/redux_hooks.dart';
0
likes
130
pub points
0%
popularity

Publisher

verified publisherpresswink.com

A redux hooks for flutter project. which will help you to dispatch and listen any action.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

Apache-2.0 (license)

Dependencies

flutter, redux

More

Packages that depend on redux_hooks