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

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.10

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
40
pub points
26%
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

BSD-2-Clause (LICENSE)

Dependencies

flutter, rxdart

More

Packages that depend on routex