flutter_twitch_auth 0.0.1 copy "flutter_twitch_auth: ^0.0.1" to clipboard
flutter_twitch_auth: ^0.0.1 copied to clipboard

Add a Twitch login modal to your app and provide integration with Twitch endpoints using the Flutter Twitch package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_twitch_auth

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

dependencies:
  flutter_twitch_auth: ^0.0.1

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:flutter_twitch_auth/flutter_twitch_auth.dart';
5
likes
120
pub points
49%
popularity

Publisher

unverified uploader

Add a Twitch login modal to your app and provide integration with Twitch endpoints using the Flutter Twitch package.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_twitch, webview_flutter

More

Packages that depend on flutter_twitch_auth