jetx_annotations 0.1.0-alpha.5 copy "jetx_annotations: ^0.1.0-alpha.5" to clipboard
jetx_annotations: ^0.1.0-alpha.5 copied to clipboard

Annotations for JetX route generation. Use with jetx_generator to automatically generate type-safe routes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add jetx_annotations

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

dependencies:
  jetx_annotations: ^0.1.0-alpha.5

Alternatively, 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:jetx_annotations/jetx_annotations.dart';
1
likes
150
points
13
downloads

Publisher

verified publishershrimps.ly

Weekly Downloads

Annotations for JetX route generation. Use with jetx_generator to automatically generate type-safe routes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on jetx_annotations