File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
lib/src/generate_screen_access Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -57,14 +57,14 @@ Future<void> generateScreenAccess({
57
57
// ---------------------------------------------------------------------------
58
58
59
59
// Create context for the Dart analyzer.
60
- // final analysisContextCollection = createDartAnalysisContextCollection(
61
- // sourceFileExporer.dirPathGroups.first.paths,
62
- // fallbackDartSdkPath,
63
- // );
60
+ final analysisContextCollection = createDartAnalysisContextCollection (
61
+ sourceFileExporer.dirPathGroups.first.paths,
62
+ fallbackDartSdkPath,
63
+ );
64
64
65
65
// For each file...
66
- for (final filePathResult in sourceFileExplorerResults.filePathResults
67
- .where ((e) => e.category == _Categories .DART )) {
66
+ for (final filePathResult
67
+ in sourceFileExplorerResults.filePathResults .where ((e) => e.category == _Categories .DART )) {
68
68
final filePath = filePathResult.path;
69
69
70
70
// // Extract insights from the file.
You can’t perform that action at this time.
0 commit comments