apn_router 3.0.0 copy "apn_router: ^3.0.0" to clipboard
apn_router: ^3.0.0 copied to clipboard

discontinuedreplaced by: go_router

A new Appnormal flutter package which provides a custom router with simple page routes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add apn_router

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

dependencies:
  apn_router: ^3.0.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:apn_router/apn_router.dart';
2
likes
100
pub points
19%
popularity

Publisher

verified publisherappnormal.com

A new Appnormal flutter package which provides a custom router with simple page routes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, modal_bottom_sheet

More

Packages that depend on apn_router