diff --git a/lib/models/pokemon.dart b/lib/models/pokemon.dart index 03c1a76..e990c8e 100644 --- a/lib/models/pokemon.dart +++ b/lib/models/pokemon.dart @@ -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 {