teleport_router 0.8.2 copy "teleport_router: ^0.8.2" to clipboard
teleport_router: ^0.8.2 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 Dart:

 $ dart pub add teleport_router

With Flutter:

 $ flutter pub add teleport_router

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

dependencies:
  teleport_router: ^0.8.2

Alternatively, your editor might support dart pub get or 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
0
points
397
downloads

Publisher

verified publisherpub.lwjlol.com

Weekly Downloads

A simplified Flutter router based on go_router with annotation support.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, go_router, teleport_router_annotation

More

Packages that depend on teleport_router