Skip to content

Commit e95c3bd

Browse files
committed
Update
1 parent aede3f3 commit e95c3bd

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

lib/src/generate_screen_access/generator.dart

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,15 @@ Future<void> generateScreenAccess({
5252
),
5353
);
5454

55+
printRed(template.length);
56+
5557
// ---------------------------------------------------------------------------
5658

5759
// Create context for the Dart analyzer.
58-
final analysisContextCollection = createDartAnalysisContextCollection(
59-
sourceFileExporer.dirPathGroups.first.paths,
60-
fallbackDartSdkPath,
61-
);
60+
// final analysisContextCollection = createDartAnalysisContextCollection(
61+
// sourceFileExporer.dirPathGroups.first.paths,
62+
// fallbackDartSdkPath,
63+
// );
6264

6365
// For each file...
6466
for (final filePathResult in sourceFileExplorerResults.filePathResults

0 commit comments

Comments
 (0)