Initial version of the descriptions and Locations provider

This commit is contained in:
zontreck 2025-03-25 22:22:41 -07:00
parent e5901e62bb
commit 18641d5606
7 changed files with 604 additions and 60 deletions

View file

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