Releases: TesteurManiak/twitch_api_flutter
Releases · TesteurManiak/twitch_api_flutter
[0.7.0] - 11/05/2023
- Refactored the package using
freezedandjson_serializable - Upgraded dependencies to support Dart 3
[0.6.1] - 23/08/2022
- Fixed #6
- Added
Contributorssection 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
updateCustomRewardandupdateRedemptionStatus - Updated typecast for
TwitchHttpClient TwitchHttpClient.twitchTokenis now aTwitchToken?
0.4.0
[0.4.0] - 09/08/2021
- Breaking change:
TwitchClient.startCommercialis now taking named parameters,TwitchUser.broadcasterTypebecame aTwitchBroadcasterType,TwitchUserFollow.followedAtis now aDateTime, removed classTwitchTopGame/TwitchSearchCategoryuseTwitchGameinstead, removedTwitchApiScopes.getScopeStringinstead use the getterstringfrom the enum - Refacto to separate implementation of the HTTP provider,
TwitchClient.accessTokenandTwitchClient.validateTokenare deprecated - Added method
createCustomRewards,deleteCustomReward,getCustomRewards,getCustomRewardRedemptions
0.3.1
[0.3.1] - 24/06/2021
- Added methods:
modifyChannelinformationandgetChannelEditors
0.3.0
[0.3.0] - 31/05/2021
- Breaking change: migration to null-safety
- Added boolean field
isMaturetoTwitchStreamInfo - Added code linting
- Added unit test for
TwitchStreamInfoparsing
0.2.0
[0.2.0] - 23/04/2021
- Added methods
getBitsLeaderboard,getCheermotes,getExtensionTransaction - Breaking Changes:
startCommercial,getUsers,getUsersFollows,getGames,getChannelInformationsnow returns an object of typeTwitchResponse
v0.1.1
[0.1.1] - 26/03/2021.
- Added methods
searchCategories,getBroadcasterSubscriptions