omni_player 0.1.4 copy "omni_player: ^0.1.4" to clipboard
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_player

With Flutter:

 $ flutter pub add omni_player

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  omni_player: ^0.1.4

Alternatively, 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';
2
likes
0
points
458
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter媒体播放器插件,在Android/iOS上支持视频和音频播放和后台播放。支持MKV、MP4、HLS等.

Homepage

License

unknown (license)

Dependencies

crypto, flutter, path_provider, plugin_platform_interface

More

Packages that depend on omni_player

Packages that implement omni_player