clean_gen_tool_plus library
A tool for generating Clean Architecture folders and files for Dart/Flutter projects.
This library exports the CleanGenTool class which can be used to
scaffold Clean Architecture components like data_layer, core_layer, and more.
Example usage:
import 'package:clean_gen_tool_plus/clean_gen_tool_plus.dart';
final generator = CleanGenTool();
await generator.generate();
Classes
- CleanGenToolPlus
- A code generation utility for creating Clean Architecture structure.
Enums
- Logger
- A simple logger that prints messages to the console with color coding.
Functions
-
systemLogAction(
String context, Object e) → void - Logging utility action functions
-
systemLogError(
String context, Object e) → void - Logging utility Error functions
-
systemLogInfo(
String message) → void - Logging utility info functions
-
systemLogWarning(
String message) → void - Logging utility warning functions
-
systemLogWarningCyan(
String message) → void - Logging utility warning info functions