Finish adding all of Generation 1

This commit is contained in:
zontreck 2025-03-23 18:40:23 -07:00
parent e0e926562b
commit ce29fd3791
21 changed files with 194 additions and 215 deletions

View file

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