generator_common 1.0.0-nullsafety7 copy "generator_common: ^1.0.0-nullsafety7" to clipboard
generator_common: ^1.0.0-nullsafety7 copied to clipboard

Common set of functions to get at parameters & class names for generating files

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add generator_common

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

dependencies:
  generator_common: ^1.0.0-nullsafety7

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:generator_common/GeneratorForAnnotationX.dart';
import 'package:generator_common/classes.dart';
import 'package:generator_common/helpers.dart';
0
likes
35
pub points
0%
popularity

Publisher

unverified uploader

Common set of functions to get at parameters & class names for generating files

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

analyzer, build, dartx, quiver, source_gen

More

Packages that depend on generator_common