sunny_fluro_generator 1.14.1 copy "sunny_fluro_generator: ^1.14.1" to clipboard
sunny_fluro_generator: ^1.14.1 copied to clipboard

A generator that assists in creating typed routes and parameters

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sunny_fluro_generator

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

dependencies:
  sunny_fluro_generator: ^1.14.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:sunny_fluro_generator/build.dart';
import 'package:sunny_fluro_generator/field_annotation_generator.dart';
import 'package:sunny_fluro_generator/fluro_generator.dart';
import 'package:sunny_fluro_generator/read_metadata.dart';
import 'package:sunny_fluro_generator/route_generator.dart';
import 'package:sunny_fluro_generator/route_params_generator.dart';
import 'package:sunny_fluro_generator/routes_generator.dart';
0
likes
110
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

A generator that assists in creating typed routes and parameters

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

analyzer, build, build_runner, dartxx, flutter_degen, logging, pedantic, source_gen, sunny_fluro, uri

More

Packages that depend on sunny_fluro_generator