oriole 0.0.1 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';