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

The purpose of creating this routing library is to combine the functionalities of Flutter_Modular and Qlevar_Router libraries, providing a more powerful and flexible solution for route management.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add oriole

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

dependencies:
  oriole: ^0.0.1

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:oriole/oriole.dart';
1
likes
130
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

The purpose of creating this routing library is to combine the functionalities of Flutter_Modular and Qlevar_Router libraries, providing a more powerful and flexible solution for route management.

Repository (GitHub)
View/report issues

Topics

#navigation #router #modular-router #nested-routes #deep-linking

Documentation

API reference

License

MIT (license)

Dependencies

auto_injector, flutter, flutter_web_plugins

More

Packages that depend on oriole