teleport_router 0.8.0 copy "teleport_router: ^0.8.0" to clipboard
teleport_router: ^0.8.0 copied to clipboard

A simplified Flutter router based on go_router with annotation support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add teleport_router

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

dependencies:
  teleport_router: ^0.8.0

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

Publisher

unverified uploader

Weekly Downloads

A simplified Flutter router based on go_router with annotation support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, go_router, teleport_router_annotation

More

Packages that depend on teleport_router