From 5bd3b1f18fdd3e4deeaa60c6f01c6d918417de6c Mon Sep 17 00:00:00 2001 From: Maxiwere45 Date: Tue, 3 Feb 2026 09:47:15 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20update=20image=20URLs=20to=20use=20TyraD?= =?UTF-8?q?ex=20for=20Pok=C3=A9mon=20sprites?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/models/pokemon.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {