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

outdated

Kinescope Flutter SDK

Flutter Kinescope SDK #

License

Flutter plugin for playing Kinescope videos.

This package supports Android and iOS and uses flutter_inappwebview under-the-hood.

Requirements #

  • Android: minSdkVersion 17 and add support for androidx (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.

License #

Apache License, Version 2.0