Add more data entries

This commit is contained in:
zontreck 2025-03-25 19:25:16 -07:00
parent a214124869
commit 16f40d3a88
79 changed files with 383 additions and 6 deletions

View file

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