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

A package for developpers 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 Dart:

 $ dart pub add twitch_client

With Flutter:

 $ flutter pub add twitch_client

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

dependencies:
  twitch_client: ^0.0.3

Alternatively, your editor might support dart pub get or 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
0
pub points
43%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

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

More

Packages that depend on twitch_client