go_router_flow 6.2.0 copy "go_router_flow: ^6.2.0" to clipboard
go_router_flow: ^6.2.0 copied to clipboard

discontinuedreplaced by: go_router

This is a fork of the go_router package that let's you communicate between pages by returning values on pop like in navigator 1.0.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add go_router_flow

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

dependencies:
  go_router_flow: ^6.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:go_router_flow/go_router_flow.dart';
34
likes
140
points
64
downloads

Publisher

verified publishermibus-app.com.ar

Weekly Downloads

This is a fork of the go_router package that let's you communicate between pages by returning values on pop like in navigator 1.0.

Repository (GitHub)
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, flutter, flutter_web_plugins, logging, meta

More

Packages that depend on go_router_flow