PokeDex/lib/Consts.dart
2025-06-01 01:13:37 -07:00

5 lines
135 B
Dart

class Constants {
static const VERSION = "1.0.060125+0112";
//static bool get isMobile => Platform.isAndroid || Platform.isIOS;
}