redux_navigator 0.2.0 copy "redux_navigator: ^0.2.0" to clipboard
redux_navigator: ^0.2.0 copied to clipboard

discontinued
outdated

A Redux middleware for Navigator of Flutter. You can use default Navigator related Action, and also add custom behaviors.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add redux_navigator

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

dependencies:
  redux_navigator: ^0.2.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_navigator/redux_navigator.dart';
0
likes
40
points
1
downloads

Publisher

verified publisherheavenosk.com

Weekly Downloads

A Redux middleware for Navigator of Flutter. You can use default Navigator related Action, and also add custom behaviors.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, injectable_middleware, redux

More

Packages that depend on redux_navigator