routex 1.0.5 copy "routex: ^1.0.5" to clipboard
routex: ^1.0.5 copied to clipboard

outdated

Identify your logic with URI, apply any number of composable asynchronous handlers using intuitive syntax. Supports route navigation. Vert.x like event handling in Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add routex

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

dependencies:
  routex: ^1.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:routex/routex.dart';
2
likes
0
pub points
27%
popularity

Publisher

unverified uploader

Identify your logic with URI, apply any number of composable asynchronous handlers using intuitive syntax. Supports route navigation. Vert.x like event handling in Flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, rxdart

More

Packages that depend on routex