teleport_router_annotation 0.8.1
teleport_router_annotation: ^0.8.1 copied to clipboard
Annotations for teleport_router.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add teleport_router_annotationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
teleport_router_annotation: ^0.8.1Alternatively, 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_annotation/teleport_router_annotation.dart';