Refactor: Finish moving dex data to a more manageable area
This commit is contained in:
parent
f0fbc73bea
commit
c846c717fe
4 changed files with 1733 additions and 1702 deletions
|
@ -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;
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
1732
lib/pokemon.dart
1732
lib/pokemon.dart
File diff suppressed because it is too large
Load diff
|
@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
# In Windows, build-name is used as the major, minor, and patch parts
|
||||
# of the product and file versions while build-number is used as the build suffix.
|
||||
version: 1.0.032825+1819
|
||||
version: 1.0.032825+1854
|
||||
|
||||
environment:
|
||||
sdk: ^3.7.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue