chore: vibe coding test

This commit is contained in:
2026-02-02 15:56:14 +01:00
parent a59ee26aaa
commit 5d8f609e18
10 changed files with 937 additions and 41 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ class Pokemon {
PokemonType type1;
PokemonType? type2;
String get imageUrl => 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/$id.png';
String get shinyImageUrl => 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/shiny/$id.png';
String get imageUrl => 'https://raw.githubusercontent.com/Yarkis01/TyraDex/images/sprites/$id/regular.png';
String get shinyImageUrl => 'https://raw.githubusercontent.com/Yarkis01/TyraDex/images/sprites/$id/shiny.png';
String get cryUrl => 'https://pokemoncries.com/cries/$id.mp3';
String get formatedName {