flow_routing 1.0.3 copy "flow_routing: ^1.0.3" to clipboard
flow_routing: ^1.0.3 copied to clipboard

The next-generation Flutter router. Typed routes, pipeline guards, first-class web support, and performance built from first principles.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flow_routing

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

dependencies:
  flow_routing: ^1.0.3

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:flow_routing/flow_routing.dart';
3
likes
155
points
418
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

The next-generation Flutter router. Typed routes, pipeline guards, first-class web support, and performance built from first principles.

Repository (GitHub)
View/report issues

Topics

#routing #navigation #deep-linking #web #typed-routes

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flow_routing