Adds more entries

This commit is contained in:
zontreck 2025-03-22 20:37:49 -07:00
parent 2b52ada9b9
commit 2bcb82fde3
27 changed files with 33 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 503 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 944 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 641 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 756 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 809 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 625 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 355 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

View file

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

View file

@ -118,7 +118,10 @@ enum Pokemon {
Butterfree(12, Generation.One, [Type.Bug, Type.Flying], null),
Weedle(13, Generation.One, [Type.Bug, Type.Poison], Evolution(14, 7)),
Kakuna(14, Generation.One, [Type.Bug, Type.Poison], Evolution(15, 10)),
Beedrill(15, Generation.One, [Type.Bug, Type.Poison], null);
Beedrill(15, Generation.One, [Type.Bug, Type.Poison], null),
Pidgey(16, Generation.One, [Type.Normal, Type.Flying], Evolution(17, 18)),
Pidgeotto(17, Generation.One, [Type.Normal, Type.Flying], Evolution(18, 36)),
Pidgeot(18, Generation.One, [Type.Normal, Type.Flying], null);
final int id;
final Generation generation;

View file

@ -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.032225+2020
version: 1.0.032225+2037
environment:
sdk: ^3.7.0
@ -208,6 +208,33 @@ flutter:
- assets/sprites/gen7/beedrill.png
- assets/sprites/gen8/beedrill.png
- assets/sprites/gen1/pidgey.png
- assets/sprites/gen2/pidgey.png
- assets/sprites/gen3/pidgey.png
- assets/sprites/gen4/pidgey.png
- assets/sprites/gen5/pidgey.png
- assets/sprites/gen6/pidgey.png
- assets/sprites/gen7/pidgey.png
- assets/sprites/gen8/pidgey.png
- assets/sprites/gen1/pidgeotto.png
- assets/sprites/gen2/pidgeotto.png
- assets/sprites/gen3/pidgeotto.png
- assets/sprites/gen4/pidgeotto.png
- assets/sprites/gen5/pidgeotto.png
- assets/sprites/gen6/pidgeotto.png
- assets/sprites/gen7/pidgeotto.png
- assets/sprites/gen8/pidgeotto.png
- assets/sprites/gen1/pidgeot.png
- assets/sprites/gen2/pidgeot.png
- assets/sprites/gen3/pidgeot.png
- assets/sprites/gen4/pidgeot.png
- assets/sprites/gen5/pidgeot.png
- assets/sprites/gen6/pidgeot.png
- assets/sprites/gen7/pidgeot.png
- assets/sprites/gen8/pidgeot.png
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/to/resolution-aware-images