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 a42de50 commit 6c1ed80Copy full SHA for 6c1ed80
lib/core/resources/strings_manager.dart
@@ -24,5 +24,6 @@ class StringsManager {
24
static const String unknownPage = "Unknown page";
25
static const String notInitializeGridYet = "Not initialize grid yet.";
26
static const String clear = "Clear";
27
+ static const String generateMaze = "Generate maze";
28
29
}
0 commit comments