Add a few more pokedex data entries

This commit is contained in:
zontreck 2025-03-28 20:30:02 -07:00
parent 366581f59f
commit 133306f873
5 changed files with 178 additions and 3 deletions

View file

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