getx_route_generator_q1 1.1.9 copy "getx_route_generator_q1: ^1.1.9" to clipboard
getx_route_generator_q1: ^1.1.9 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_q1

With Flutter:

 $ flutter pub add getx_route_generator_q1

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

dependencies:
  getx_route_generator_q1: ^1.1.9

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_q1/getx_route_generator_q1.dart';
0
likes
130
points
75
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)

Topics

#getxroutegenerator #getx #getpage #route #buildrunner

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

analyzer, build, build_runner, dart_style, getx_route_annotations_q1, glob, path, source_gen, yaml

More

Packages that depend on getx_route_generator_q1