Refactor: Finish moving dex data to a more manageable area

This commit is contained in:
zontreck 2025-03-28 18:55:42 -07:00
parent f0fbc73bea
commit c846c717fe
4 changed files with 1733 additions and 1702 deletions

View file

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