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 6cff0e2 commit da12cccCopy full SHA for da12ccc
lib/src/generate_screen_access/generator.dart
@@ -69,10 +69,10 @@ Future<void> generateScreenAccess({
69
final filePath = filePathResult.path;
70
71
// Extract insights from the file.
72
- // final classInsights = await extractClassInsightsFromDartFile(
73
- // analysisContextCollection,
74
- // filePath,
75
- // );
+ final classInsights = await extractClassInsightsFromDartFile(
+ analysisContextCollection,
+ filePath,
+ );
76
77
// if (classInsights.isNotEmpty) {
78
// // Converge what was gathered to generate the output.
0 commit comments