Finish adding all of gen 3

This commit is contained in:
zontreck 2025-03-25 20:26:32 -07:00
parent 4a2699615d
commit e5901e62bb
40 changed files with 107 additions and 394 deletions

View file

@ -1,7 +1,7 @@
import 'dart:io';
class Constants {
static const VERSION = "1.0.032525+1952";
static const VERSION = "1.0.032525+2026";
static bool get isMobile => Platform.isAndroid || Platform.isIOS;
}