crystallis_generator 0.0.3 copy "crystallis_generator: ^0.0.3" to clipboard
crystallis_generator: ^0.0.3 copied to clipboard

Compile-time codegen utility for the Crystallis package (use with `dev_dependencies`)

crystallis_generator #

Code generator for crystallis. Generates data classes, validation hooks, and runtime metadata via build_runner.

Installation #

Add to your pubspec.yaml:

dependencies:
    crystallis: ^0.0.3

dev_dependencies:
    crystallis_generator: ^0.0.3
    build_runner: ^2.4.0

Usage #

Run code generation:

dart run build_runner build

Watch for changes:

dart run build_runner watch
0
likes
150
points
326
downloads

Publisher

unverified uploader

Weekly Downloads

Compile-time codegen utility for the Crystallis package (use with `dev_dependencies`)

Repository (GitHub)
View/report issues

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

analyzer, build, crystallis, meta, source_gen

More

Packages that depend on crystallis_generator