owlet_router 0.0.2 copy "owlet_router: ^0.0.2" to clipboard
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';
2
likes
150
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

A router manager utilizes the route builder to construct the router.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

collection, flutter, meta, objectx

More

Packages that depend on owlet_router