super_player 12.6.1
super_player: ^12.6.1 copied to clipboard
The super_player Flutter plugin is one of the sub-product SDKs of the audio/video terminal SDK (Tencent Cloud Video on Demand).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add super_player
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
super_player: ^12.6.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:super_player/super_player.dart';