Add more entries, restore desktop app support

This commit is contained in:
zontreck 2025-03-22 20:21:56 -07:00
parent 2ade0cca22
commit 2b52ada9b9
28 changed files with 79 additions and 19 deletions

View file

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