rooute 0.0.5 copy "rooute: ^0.0.5" to clipboard
rooute: ^0.0.5 copied to clipboard

A lightweight, enum-centric routing framework for Flutter with platform-adaptive transitions and strongly-typed navigation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rooute

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

dependencies:
  rooute: ^0.0.5

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

Documentation

API reference

Publisher

verified publisherpackages.synergize.co

Weekly Downloads

A lightweight, enum-centric routing framework for Flutter with platform-adaptive transitions and strongly-typed navigation.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, platformer

More

Packages that depend on rooute