hi_router 0.0.15 copy "hi_router: ^0.0.15" to clipboard
hi_router: ^0.0.15 copied to clipboard

The system's navigator page management and the system's routing are not unified, while hi_route unifies the two, and manages the application interface entirely by way of routing.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hi_router

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

dependencies:
  hi_router: ^0.0.15

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:hi_router/hi_router.dart';
1
likes
100
pub points
0%
popularity

Publisher

unverified uploader

The system's navigator page management and the system's routing are not unified, while hi_route unifies the two, and manages the application interface entirely by way of routing.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on hi_router