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 aede3f3 commit e95c3bdCopy full SHA for e95c3bd
lib/src/generate_screen_access/generator.dart
@@ -52,13 +52,15 @@ Future<void> generateScreenAccess({
52
),
53
);
54
55
+ printRed(template.length);
56
+
57
// ---------------------------------------------------------------------------
58
59
// Create context for the Dart analyzer.
- final analysisContextCollection = createDartAnalysisContextCollection(
- sourceFileExporer.dirPathGroups.first.paths,
60
- fallbackDartSdkPath,
61
- );
+ // final analysisContextCollection = createDartAnalysisContextCollection(
+ // sourceFileExporer.dirPathGroups.first.paths,
62
+ // fallbackDartSdkPath,
63
+ // );
64
65
// For each file...
66
for (final filePathResult in sourceFileExplorerResults.filePathResults
0 commit comments