getx_route_generator 1.1.2 copy "getx_route_generator: ^1.1.2" to clipboard
getx_route_generator: ^1.1.2 copied to clipboard

getx_route_generator is a code generation library based on build_runner, designed to generate a route table for pages using the GetX library.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add getx_route_generator

With Flutter:

 $ flutter pub add getx_route_generator

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

dependencies:
  getx_route_generator: ^1.1.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:getx_route_generator/getx_route_generator.dart';
2
likes
130
points
63
downloads

Publisher

unverified uploader

Weekly Downloads

getx_route_generator is a code generation library based on build_runner, designed to generate a route table for pages using the GetX library.

Repository (GitHub)
View/report issues

Topics

#getxroutegenerator #getx #getpage #route #buildrunner

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

build, build_runner, dart_style, getx_route_annotations, glob, path, source_gen

More

Packages that depend on getx_route_generator