Add more entries
This commit is contained in:
parent
dff8ee1334
commit
0fb6f422fa
17 changed files with 73 additions and 7 deletions
16
pubspec.yaml
16
pubspec.yaml
|
@ -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+2037
|
||||
version: 1.0.032225+2127
|
||||
|
||||
environment:
|
||||
sdk: ^3.7.0
|
||||
|
@ -88,6 +88,20 @@ flutter:
|
|||
- assets/sprites/fearow.png
|
||||
- assets/sprites/ekans.png
|
||||
- assets/sprites/arbok.png
|
||||
- assets/sprites/pikachu.png
|
||||
- assets/sprites/raichu.png
|
||||
- assets/sprites/sandshrew.png
|
||||
- assets/sprites/sandslash.png
|
||||
- assets/sprites/nidoran-f.png
|
||||
- assets/sprites/nidorina.png
|
||||
- assets/sprites/nidoqueen.png
|
||||
- assets/sprites/nidoran-m.png
|
||||
- assets/sprites/nidorino.png
|
||||
- assets/sprites/nidoking.png
|
||||
- assets/sprites/clefairy.png
|
||||
- assets/sprites/clefable.png
|
||||
- assets/sprites/vulpix.png
|
||||
- assets/sprites/ninetales.png
|
||||
|
||||
# An image asset can refer to one or more resolution-specific "variants", see
|
||||
# https://flutter.dev/to/resolution-aware-images
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue