flutter_twitch_player 0.1.0 copy "flutter_twitch_player: ^0.1.0" to clipboard
flutter_twitch_player: ^0.1.0 copied to clipboard

outdated

Flutter package for playing twitch streams. This package uses InAppWebview under the hood to play & 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
}

Update distributionUrl in android/gradle/gradle-wrapper.properties

distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip

Usage #

TwitchPlayerIFrame(channel: "channel name")

TODO #

-Add more functionality [play, pause, fullscreen, mute]

Additional information #

Only tested on android. iOS still being worked on. TwitchPlayer doesn't work yet only the Iframe version.

5
likes
0
points
28
downloads

Publisher

verified publisherontwerpllc.com

Weekly Downloads

Flutter package for playing twitch streams. This package uses InAppWebview under the hood to play & display the video.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_inappwebview

More

Packages that depend on flutter_twitch_player