teleport_router_generator 0.8.1 copy "teleport_router_generator: ^0.8.1" to clipboard
teleport_router_generator: ^0.8.1 copied to clipboard

A build_runner code generator that processes teleport_router annotations to generate type-safe routing code for Flutter applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add teleport_router_generator

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

dependencies:
  teleport_router_generator: ^0.8.1

Alternatively, your editor might support dart 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_generator/teleport_router_generator.dart';
0
likes
50
points
44
downloads

Publisher

unverified uploader

Weekly Downloads

A build_runner code generator that processes teleport_router annotations to generate type-safe routing code for Flutter applications.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analyzer, build, glob, source_gen, teleport_router_annotation

More

Packages that depend on teleport_router_generator