imp_router 0.2.1 copy "imp_router: ^0.2.1" to clipboard
imp_router: ^0.2.1 copied to clipboard

unlisted

Imperative navigation in flutter. For those who prefer imperative navigation but still want to benefit from Navigation 2.0 features.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add imp_router

With Flutter:

 $ flutter pub add imp_router

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

dependencies:
  imp_router: ^0.2.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:imp_router/imp_router.dart';
1
likes
0
points
27
downloads

Publisher

verified publishermartinsellergren.dev

Weekly Downloads

Imperative navigation in flutter. For those who prefer imperative navigation but still want to benefit from Navigation 2.0 features.

Repository (GitHub)
View/report issues

Topics

#imp-router #router #navigator

License

unknown (license)

Dependencies

animations, collection, flutter, flutter_web_plugins, meta, provider, rxdart

More

Packages that depend on imp_router