Add in a update checker

This commit is contained in:
zontreck 2025-05-31 23:26:40 -07:00
parent 3d2226947c
commit 31c4b62c14
6 changed files with 116 additions and 2 deletions

View file

@ -1,5 +1,5 @@
class Constants {
static const VERSION = "1.0.052825+1401";
static const VERSION = "1.0.053125+2326";
//static bool get isMobile => Platform.isAndroid || Platform.isIOS;
}