flow_nav 1.0.0 copy "flow_nav: ^1.0.0" to clipboard
flow_nav: ^1.0.0 copied to clipboard

A dynamic navigation and layout orchestration package for Flutter. Automatically adapts AppBar to toolbar on large screens, and handles page navigation — full screen push on mobile, detail panel swap [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flow_nav

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

dependencies:
  flow_nav: ^1.0.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_nav/flow_nav.dart';
1
likes
150
points
61
downloads

Documentation

Documentation
API reference

Publisher

verified publisherflagodna.com

Weekly Downloads

A dynamic navigation and layout orchestration package for Flutter. Automatically adapts AppBar to toolbar on large screens, and handles page navigation — full screen push on mobile, detail panel swap on large screens. No UI provided, pure workflow logic.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flow_nav