flutter_twitch_player 0.0.4
flutter_twitch_player: ^0.0.4 copied to clipboard
Flutter package for playing twitch streams. This package uses InAppWebview under the hood to play to display the video.
Flutter Twitch Player #
A flutter plugin that plays twitch live streams using InAppWebview under the hood.
Features #
Plays twitch streams inline
Getting started #
Update gradle in android/build.gradle
dependencies {
classpath 'com.android.tools.build:gradle:7.0.0'
...
}
Update minSDK to 17 in android/app/build.gradle
defaultConfig {
minSdkVersion 17
}
Usage #
TwitchPlayerIFrame(channel: "channel name")
Additional information #
Only tested on android. iOS still being worked on. TwitchPlayer doesn't work yet only the Iframe version.