redux_navigator 0.2.0
redux_navigator: ^0.2.0 copied to clipboard
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_navigatorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
redux_navigator: ^0.2.0Alternatively, 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';