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 75b9d28 commit 063f784Copy full SHA for 063f784
lib/src/generate_screen_access/app.dart
@@ -75,7 +75,7 @@ Future<void> generateScreenAccessApp(List<String> args) async {
75
rootDirPaths: args.rootPaths ?? const {},
76
subDirPaths: args.subPaths ?? const {},
77
pathPatterns: args.pathPatterns ?? {},
78
- templateFilePath: args.templateFilePath!,
+ templateFilePath: args.templateFilePath,
79
outputFilePath: outputFilePath,
80
);
81
await fmtDartFile(outputFilePath);
0 commit comments