Add more entries

This commit is contained in:
zontreck 2025-03-22 19:21:56 -07:00
parent fdd391e5ac
commit 7b8827284a
27 changed files with 33 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 615 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 477 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 643 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 840 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 894 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

View file

@ -1,3 +1,3 @@
class Constants { class Constants {
static const VERSION = "1.0.032225+1850"; static const VERSION = "1.0.032225+1921";
} }

View file

@ -111,7 +111,10 @@ enum Pokemon {
Charizard(6, Generation.One, [Type.Fire, Type.Flying], null), Charizard(6, Generation.One, [Type.Fire, Type.Flying], null),
Squirtle(7, Generation.One, [Type.Water], Evolution(8, 16)), Squirtle(7, Generation.One, [Type.Water], Evolution(8, 16)),
Wartortle(8, Generation.One, [Type.Water], Evolution(9, 36)), Wartortle(8, Generation.One, [Type.Water], Evolution(9, 36)),
Blastoise(9, Generation.One, [Type.Water], null); Blastoise(9, Generation.One, [Type.Water], null),
Caterpie(10, Generation.One, [Type.Bug], Evolution(11, 7)),
Metapod(11, Generation.One, [Type.Bug], Evolution(12, 10)),
Butterfree(12, Generation.One, [Type.Bug, Type.Flying], null);
final int id; final int id;
final Generation generation; 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 # 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 # 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. # of the product and file versions while build-number is used as the build suffix.
version: 1.0.032225+1850 version: 1.0.032225+1921
environment: environment:
sdk: ^3.7.0 sdk: ^3.7.0
@ -154,6 +154,33 @@ flutter:
- assets/sprites/gen8/blastoise.png - assets/sprites/gen8/blastoise.png
- assets/sprites/gen9/blastoise.png - assets/sprites/gen9/blastoise.png
- assets/sprites/gen1/caterpie.png
- assets/sprites/gen2/caterpie.png
- assets/sprites/gen3/caterpie.png
- assets/sprites/gen4/caterpie.png
- assets/sprites/gen5/caterpie.png
- assets/sprites/gen6/caterpie.png
- assets/sprites/gen7/caterpie.png
- assets/sprites/gen8/caterpie.png
- assets/sprites/gen1/metapod.png
- assets/sprites/gen2/metapod.png
- assets/sprites/gen3/metapod.png
- assets/sprites/gen4/metapod.png
- assets/sprites/gen5/metapod.png
- assets/sprites/gen6/metapod.png
- assets/sprites/gen7/metapod.png
- assets/sprites/gen8/metapod.png
- assets/sprites/gen1/butterfree.png
- assets/sprites/gen2/butterfree.png
- assets/sprites/gen3/butterfree.png
- assets/sprites/gen4/butterfree.png
- assets/sprites/gen5/butterfree.png
- assets/sprites/gen6/butterfree.png
- assets/sprites/gen7/butterfree.png
- assets/sprites/gen8/butterfree.png
# An image asset can refer to one or more resolution-specific "variants", see # An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/to/resolution-aware-images # https://flutter.dev/to/resolution-aware-images