owlet_router 0.0.1 copy "owlet_router: ^0.0.1" to clipboard
owlet_router: ^0.0.1 copied to clipboard

The owlet_router serves as a router manager, utilizing the route builder to create the router. It allows you to build your router as a module tree, with each field of the object representing a branch, [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add owlet_router

With Flutter:

 $ flutter pub add owlet_router

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

dependencies:
  owlet_router: ^0.0.1

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: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';
2
likes
0
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

The owlet_router serves as a router manager, utilizing the route builder to create the router. It allows you to build your router as a module tree, with each field of the object representing a branch, making it easy to obtain the router path.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter, meta, objectx

More

Packages that depend on owlet_router