Start to add entries

This commit is contained in:
zontreck 2025-03-22 18:32:57 -07:00
parent 861848bf61
commit c5cc8ed220
17 changed files with 372 additions and 123 deletions

View file

@ -2,7 +2,7 @@ name: pokedex
description: "A PokeDex!"
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
publish_to: "none" # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
@ -57,16 +57,25 @@ dev_dependencies:
# The following section is specific to Flutter packages.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
assets:
- assets/sprites/gen1/bulbasaur.png
- assets/sprites/dex/bulbasaur.png
- assets/sprites/dex/ivysaur.png
- assets/sprites/gen1/ivysaur.png
- assets/sprites/dex/venusaur.png
- assets/sprites/gen1/venusaur.png
- assets/sprites/dex/charmander.png
- assets/sprites/gen1/charmander.png
- assets/sprites/dex/charmeleon.png
- assets/sprites/gen1/charmeleon.png
- assets/sprites/dex/charizard.png
- assets/sprites/gen1/charizard.png
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/to/resolution-aware-images