twitch 0.2.0 copy "twitch: ^0.2.0" to clipboard
twitch: ^0.2.0 copied to clipboard

outdatedDart 1 only

Unofficial Twitch Client for Dart and Flutter.

0.2.0 #

  • Remove the json (decoder) property from the TwitchHttp client.
  • Added an authorized factory to TwitchHttp:
  • Additionally, all of the parameters to TwitchHttp are now named parameters:
new TwitchHttp(
  clientID: '...',
)

new TwitchHttp.authorized(
  accessToken: '...',
  clientID: '...',
)
  • Added a Twitch class for a high-level set of APIs on top of TwitchHttp:
final result = await twitch.getTopGames();

0.1.0+1 #

  • A few fixes in documentation and the README.

0.1.0 #

  • Initial commit.
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Unofficial Twitch Client for Dart and Flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta

More

Packages that depend on twitch