owlet_router 0.0.2
owlet_router: ^0.0.2 copied to clipboard
A router manager utilizes the route builder to construct the router.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add owlet_router
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
owlet_router: ^0.0.2
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:owlet_router/navigation_service.dart';
import 'package:owlet_router/route_finder_delegate.dart';
import 'package:owlet_router/route_history.dart';
import 'package:owlet_router/route_mixin.dart';
import 'package:owlet_router/router.dart';