flutter_full_router 0.0.1 copy "flutter_full_router: ^0.0.1" to clipboard
flutter_full_router: ^0.0.1 copied to clipboard

A powerful, dependency-free navigation engine built from the ground up for Flutter using the native `Router` API. Forget complex third-party routing libraries—FFR gives you total control over your nav [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_full_router

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

dependencies:
  flutter_full_router: ^0.0.1

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:flutter_full_router/flutter_full_router.dart';
0
likes
150
points
75
downloads

Publisher

verified publisherfaustobdls.dev

Weekly Downloads

A powerful, dependency-free navigation engine built from the ground up for Flutter using the native `Router` API. Forget complex third-party routing libraries—FFR gives you total control over your navigation stack, URL parameter extraction, authentication guarding, dynamic named routing, and custom modal/bottom sheet overlays.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_full_router