oobium_routing 0.1.2 copy "oobium_routing: ^0.1.2" to clipboard
oobium_routing: ^0.1.2 copied to clipboard

Simplified routing for Navigator 2.0. Type-safe, semi-declarative, supporting bidirectional browser address bar and nested routers.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add oobium_routing

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

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

Publisher

unverified uploader

Simplified routing for Navigator 2.0. Type-safe, semi-declarative, supporting bidirectional browser address bar and nested routers.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on oobium_routing