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

Flutter routing and lifecycle toolkit with launch modes, guards, drawer stacks, and visibility awareness.

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.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: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
145
points
19
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter routing and lifecycle toolkit with launch modes, guards, drawer stacks, and visibility awareness.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on router_pro