flutter_kinescope_sdk 0.0.1
flutter_kinescope_sdk: ^0.0.1 copied to clipboard
Kinescope Flutter SDK
Flutter Kinescope SDK #
Flutter plugin for playing Kinescope videos.
This package supports Android and iOS and uses flutter_inappwebview under-the-hood.
Requirements #
- Android:
minSdkVersion 17and add support forandroidx(see AndroidX Migration) - iOS:
--ios-language swift, Xcode version >= 11
Usage #
KinescopePlayer(
yourVideoId,
parameters: const PlayerParameters(
autoplay: true,
muted: true,
),
)
Installation #
Add flutter_kinescope_sdk to your pubspec.yaml file:
dependencies:
flutter_kinescope_sdk: ^0.0.1
Changelog #
All notable changes to this project will be documented in this file.