We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a60446 commit e753035Copy full SHA for e753035
lib/src/generate_screen_access/_extract_class_insights_from_dart_file.dart
@@ -23,10 +23,10 @@ Future<List<_ClassInsight>> extractClassInsightsFromDartFile(
23
String filePath,
24
) async {
25
//late ModelGenerateScreenBindings temp;
26
- final analyzer = DartAnnotatedClassAnalyzer(
27
- filePath: filePath,
28
- analysisContextCollection: analysisContextCollection,
29
- );
+ // final analyzer = DartAnnotatedClassAnalyzer(
+ // filePath: filePath,
+ // analysisContextCollection: analysisContextCollection,
+ // );
30
31
// //final insights = <_ClassInsight>[];
32
// await analyzer.analyze(
0 commit comments