gwp_alpha_player 0.0.4 gwp_alpha_player: ^0.0.4 copied to clipboard
一个透明播放器(适配Android, iOS平台).
gwp_alpha_player_example #
添加依赖 gwp_alpha_player: ^0.0.1
在使用播放器dart文件中导入 import 'package:gwp_alpha_player/gwp_alpha_player.dart';
Getting Started #
这是一个刷礼物,等需要播放透明视频的播放器插件,可以播放本地视频,https远程视频等
android需要在项目中添加如下配置:
buildscript {
repositories {
google()
mavenCentral()
jcenter()
}
}
allprojects {
repositories {
google()
mavenCentral()
jcenter()
maven { url 'https://jitpack.io' }
}
}