Add dex ID numbers below the entries
This commit is contained in:
parent
7b8827284a
commit
bac453607d
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
class Constants {
|
class Constants {
|
||||||
static const VERSION = "1.0.032225+1921";
|
static const VERSION = "1.0.032225+1922";
|
||||||
}
|
}
|
||||||
|
|
|
@ -101,6 +101,10 @@ class _HomeState extends State<Home> {
|
||||||
Pokemon.values[index].name,
|
Pokemon.values[index].name,
|
||||||
style: TextStyle(fontSize: 32, color: Colors.black),
|
style: TextStyle(fontSize: 32, color: Colors.black),
|
||||||
),
|
),
|
||||||
|
Text(
|
||||||
|
"#${Pokemon.values[index].id}",
|
||||||
|
style: TextStyle(fontSize: 24, color: Colors.black),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue