Add more entries
This commit is contained in:
parent
b25347a291
commit
6a1a065953
33 changed files with 227 additions and 55 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue