Skip to content

Releases: TesteurManiak/twitch_api_flutter

[0.7.0] - 11/05/2023

11 May 07:14
Compare
Choose a tag to compare
  • Refactored the package using freezed and json_serializable
  • Upgraded dependencies to support Dart 3

[0.6.1] - 23/08/2022

23 Aug 00:17
f7abd01
Compare
Choose a tag to compare
  • Fixed #6
  • Added Contributors section to the README.md
  • Updated dependencies

[0.6.0] - 22/02/2022

22 Feb 08:07
Compare
Choose a tag to compare
  • Fixed linting and analysis warnings.
  • Updated dependencies, bumped Dart SDK to 2.15.0.
  • Improved tests and parsing.
  • Added method getChannelEmotes
  • Added method getGlobalEmotes
  • Added method getEmoteSets
  • Added method getChannelChatBadges
  • Added method getGlobalChatBadges
  • Added methode getChatSettings

0.5.1

27 Oct 07:44
Compare
Choose a tag to compare

[0.5.1] - 27/10/2021

  • Migrate example to nullsafety
  • Fixed issue #3

0.5.0

12 Sep 20:59
Compare
Choose a tag to compare

[0.5.0] - 12/09/2020

  • Added method updateCustomReward and updateRedemptionStatus
  • Updated typecast for TwitchHttpClient
  • TwitchHttpClient.twitchToken is now a TwitchToken?

0.4.0

08 Aug 22:44
Compare
Choose a tag to compare

[0.4.0] - 09/08/2021

  • Breaking change: TwitchClient.startCommercial is now taking named parameters, TwitchUser.broadcasterType became a TwitchBroadcasterType, TwitchUserFollow.followedAt is now a DateTime, removed class TwitchTopGame/TwitchSearchCategory use TwitchGame instead, removed TwitchApiScopes.getScopeString instead use the getter string from the enum
  • Refacto to separate implementation of the HTTP provider, TwitchClient.accessToken and TwitchClient.validateToken are deprecated
  • Added method createCustomRewards, deleteCustomReward, getCustomRewards, getCustomRewardRedemptions

0.3.1

24 Jun 21:26
Compare
Choose a tag to compare

[0.3.1] - 24/06/2021

  • Added methods: modifyChannelinformation and getChannelEditors

0.3.0

31 May 14:20
Compare
Choose a tag to compare

[0.3.0] - 31/05/2021

  • Breaking change: migration to null-safety
  • Added boolean field isMature to TwitchStreamInfo
  • Added code linting
  • Added unit test for TwitchStreamInfo parsing

0.2.0

25 Apr 21:31
Compare
Choose a tag to compare

[0.2.0] - 23/04/2021

  • Added methods getBitsLeaderboard, getCheermotes, getExtensionTransaction
  • Breaking Changes: startCommercial, getUsers, getUsersFollows, getGames, getChannelInformations now returns an object of type TwitchResponse

v0.1.1

26 Mar 21:54
Compare
Choose a tag to compare

[0.1.1] - 26/03/2021.

  • Added methods searchCategories, getBroadcasterSubscriptions