flow_coordinator 0.1.0 copy "flow_coordinator: ^0.1.0" to clipboard
flow_coordinator: ^0.1.0 copied to clipboard

A navigation and routing API that organizes screens into user flows.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flow_coordinator

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

dependencies:
  flow_coordinator: ^0.1.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:flow_coordinator/flow_coordinator.dart';
0
likes
160
points
133
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A navigation and routing API that organizes screens into user flows.

Repository (GitHub)
View/report issues

Topics

#navigation #routing #deep-linking #flow-controller #coordinator

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flow_coordinator