Finish adding gen2

This commit is contained in:
zontreck 2025-03-24 01:56:39 -07:00
parent 99452498a2
commit 32ae4f3e41
54 changed files with 274 additions and 22 deletions

View file

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