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

Enhanced Flutter router with lifecycle awareness, launch modes, route guards, and more.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add router_pro

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

dependencies:
  router_pro: ^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:router_pro/router/custom_parser.dart';
import 'package:router_pro/router/drawer_config.dart';
import 'package:router_pro/router/drawer_navigator.dart';
import 'package:router_pro/router/drawer_stack_controller.dart';
import 'package:router_pro/router/empty_page.dart';
import 'package:router_pro/router/enhanced_parser.dart';
import 'package:router_pro/router/route_parser.dart';
import 'package:router_pro/router/route_pattern.dart';
import 'package:router_pro/router/router_proxy.dart';
import 'package:router_pro/router_lib.dart';
import 'package:router_pro/wrapper/life_cycle.dart';
import 'package:router_pro/wrapper/visibility_detector.dart';
1
likes
135
points
68
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Enhanced Flutter router with lifecycle awareness, launch modes, route guards, and more.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on router_pro

Packages that implement router_pro