Skip to content

Commit da12ccc

Browse files
committed
Update
1 parent 6cff0e2 commit da12ccc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/src/generate_screen_access/generator.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ Future<void> generateScreenAccess({
6969
final filePath = filePathResult.path;
7070

7171
// Extract insights from the file.
72-
// final classInsights = await extractClassInsightsFromDartFile(
73-
// analysisContextCollection,
74-
// filePath,
75-
// );
72+
final classInsights = await extractClassInsightsFromDartFile(
73+
analysisContextCollection,
74+
filePath,
75+
);
7676

7777
// if (classInsights.isNotEmpty) {
7878
// // Converge what was gathered to generate the output.

0 commit comments

Comments
 (0)