df_generate_dart_models library

A tool for generating data models and classes from annotations, offering greater flexibility than json_serializable or freezed.

Functions

extractInsightsFromFile(String filePath, dynamic analysisContextCollection) Future<List<ClassInsight<GenerateDartModel>>>
Analyzes the Dart file at filePath using analysisContextCollection, and and extracts class insights from it.
generateDartModels(List<String> args, {required String defaultTemplatePathOrUrl}) Future<void>
generateDartModelsGemeni(List<String> args) Future<void>