Add more entries, add dex entry display to datagen tool

This commit is contained in:
zontreck 2025-06-02 14:16:33 -07:00
parent b7a9eb6400
commit c22423fa35
6 changed files with 598 additions and 25 deletions

View file

@ -1,5 +1,5 @@
class Constants {
static const VERSION = "1.0.060225+0147";
static const VERSION = "1.0.060225+1416";
//static bool get isMobile => Platform.isAndroid || Platform.isIOS;
}