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