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 05d05df commit ec88b7bCopy full SHA for ec88b7b
lib/core/resources/strings_manager.dart
@@ -24,6 +24,10 @@ 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 clearAll = "Clear all";
28
+ static const String clearPath = "Clear path";
29
static const String generateMaze = "Generate maze";
30
+ static const String searching = "Searching";
31
+ static const String sorting = "Sorting";
32
33
}
0 commit comments