Add more entries

This commit is contained in:
zontreck 2025-03-23 14:27:46 -07:00
parent b25347a291
commit 6a1a065953
33 changed files with 227 additions and 55 deletions

View file

@ -169,6 +169,15 @@ class _DexEntryState extends State<DexEntry> {
_pkmn.getTypeWidgets(),
],
),
Row(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text(
"First Seen in Generation ${_pkmn.generation.name}",
style: TextStyle(fontSize: 24),
),
],
),
SizedBox(height: 32),
if (_pkmn.hasEvolutions)
if (Constants.isMobile)