Releases: TesteurManiak/twitch_api_flutter
Releases · TesteurManiak/twitch_api_flutter
[0.7.0] - 11/05/2023
- Refactored the package using
freezed
andjson_serializable
- Upgraded dependencies to support Dart 3
[0.6.1] - 23/08/2022
- Fixed #6
- Added
Contributors
section to theREADME.md
- Updated dependencies
[0.6.0] - 22/02/2022
- 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
0.5.0
[0.5.0] - 12/09/2020
- Added method
updateCustomReward
andupdateRedemptionStatus
- Updated typecast for
TwitchHttpClient
TwitchHttpClient.twitchToken
is now aTwitchToken?
0.4.0
[0.4.0] - 09/08/2021
- Breaking change:
TwitchClient.startCommercial
is now taking named parameters,TwitchUser.broadcasterType
became aTwitchBroadcasterType
,TwitchUserFollow.followedAt
is now aDateTime
, removed classTwitchTopGame
/TwitchSearchCategory
useTwitchGame
instead, removedTwitchApiScopes.getScopeString
instead use the getterstring
from the enum - Refacto to separate implementation of the HTTP provider,
TwitchClient.accessToken
andTwitchClient.validateToken
are deprecated - Added method
createCustomRewards
,deleteCustomReward
,getCustomRewards
,getCustomRewardRedemptions
0.3.1
[0.3.1] - 24/06/2021
- Added methods:
modifyChannelinformation
andgetChannelEditors
0.3.0
[0.3.0] - 31/05/2021
- Breaking change: migration to null-safety
- Added boolean field
isMature
toTwitchStreamInfo
- Added code linting
- Added unit test for
TwitchStreamInfo
parsing
0.2.0
[0.2.0] - 23/04/2021
- Added methods
getBitsLeaderboard
,getCheermotes
,getExtensionTransaction
- Breaking Changes:
startCommercial
,getUsers
,getUsersFollows
,getGames
,getChannelInformations
now returns an object of typeTwitchResponse
v0.1.1
[0.1.1] - 26/03/2021.
- Added methods
searchCategories
,getBroadcasterSubscriptions