omni_player 0.1.4
omni_player: ^0.1.4 copied to clipboard
Flutter媒体播放器插件,在Android/iOS上支持视频和音频播放和后台播放。支持MKV、MP4、HLS等.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add omni_playerWith Flutter:
$ flutter pub add omni_playerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
omni_player: ^0.1.4Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:omni_player/omni_player.dart';