hi_router 0.0.8 copy "hi_router: ^0.0.8" to clipboard
hi_router: ^0.0.8 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 Dart:

 $ dart pub add hi_router

With Flutter:

 $ flutter pub add hi_router

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

dependencies:
  hi_router: ^0.0.8

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:hi_router/hi_router.dart';
1
likes
0
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

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on hi_router