tft_api 0.2.0
tft_api: ^0.2.0 copied to clipboard
This package provides an easy way to use the Riot games TFT(Teamfight Tactics) api in Dart language.
0.2.0 #
- Add SPECTATOR-TFT-V5 and its current-game DTOs.
- Add current Ranked TFT and Double Up queue filters to TFT-LEAGUE-V1.
- Update TFT match models with current game, Riot ID, item, queue, and result fields.
- Add Emerald tier and PH2/TH2 platform support through
riot_api0.3.0.
0.1.0 #
- Require Dart 3.9 and update dependencies to their current releases.
- Migrate league and summoner lookups to current PUUID-based endpoints.
- Update league entry and summoner response models.
- Fix match-list query construction and runtime validation.
- Replace live API tests with deterministic HTTP client tests.
0.0.1 #
- Initial version.