fast_clean_generator library

A powerful code generator for Clean Architecture in Flutter projects.

This library provides the core logic for generating Domain, Data, and Presentation layers based on JSON schemas.

Classes

GenerateOptions
Options to control which parts of the code to generate.
GeneratorEngine
The core engine responsible for generating code based on provided options.

Exceptions / Errors

GenerationException
Thrown during code generation process.
GeneratorException
Base class for all generator exceptions.
JsonSchemaException
Thrown when JSON schema is missing or invalid.
ProjectException
Thrown when pubspec.yaml is missing or invalid.