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 3749240 commit f47cce9Copy full SHA for f47cce9
lib/src/generate_screen_access/generator.dart
@@ -23,7 +23,7 @@ Future<void> generateScreenAccess({
23
String? templateFilePath,
24
}) async {
25
// Notify start.
26
- debugLogStart('Starting generator (1). Please wait...');
+ debugLogStart('Starting generator. Please wait...');
27
28
// Explore all source paths.
29
final sourceFileExporer = PathExplorer(
0 commit comments