flutter_unrouter 0.2.0 copy "flutter_unrouter: ^0.2.0" to clipboard
flutter_unrouter: ^0.2.0 copied to clipboard

Declarative nested router for Flutter with guards and Router API integration.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_unrouter

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

dependencies:
  flutter_unrouter: ^0.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:flutter_unrouter/flutter_unrouter.dart';
1
likes
160
points
27
downloads

Documentation

API reference

Publisher

verified publishermedz.dev

Weekly Downloads

Declarative nested router for Flutter with guards and Router API integration.

Repository (GitHub)
View/report issues

Topics

#router #navigation #flutter #deep-linking #url

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

flutter, ht, oref, unrouter_core, unstory

More

Packages that depend on flutter_unrouter