twitch_client 0.0.11 copy "twitch_client: ^0.0.11" to clipboard
twitch_client: ^0.0.11 copied to clipboard

A package for developers to interact with the Twitch API easily, not all endpoints are implemented yet but they will eventually.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add twitch_client

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  twitch_client: ^0.0.11

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:twitch_client/twitch_client.dart';
3
likes
100
pub points
41%
popularity

Publisher

unverified uploader

A package for developers to interact with the Twitch API easily, not all endpoints are implemented yet but they will eventually.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

dartz, dio, flutter, freezed_annotation, http_mock_adapter, json_annotation, web_socket_channel

More

Packages that depend on twitch_client