unrouter_core 0.1.0 copy "unrouter_core: ^0.1.0" to clipboard
unrouter_core: ^0.1.0 copied to clipboard

Platform-agnostic routing core for matching, guards, params, and query helpers.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add unrouter_core

With Flutter:

 $ flutter pub add unrouter_core

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

dependencies:
  unrouter_core: ^0.1.0

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:unrouter_core/unrouter_core.dart';
0
likes
160
points
0
downloads

Documentation

API reference

Publisher

verified publishermedz.dev

Weekly Downloads

Platform-agnostic routing core for matching, guards, params, and query helpers.

Repository (GitHub)
View/report issues

Topics

#router #navigation #dart #url

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

ht, roux, unstory

More

Packages that depend on unrouter_core