gwp_alpha_player 0.0.2 gwp_alpha_player: ^0.0.2 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 #
android需要在项目中添加如下配置:
buildscript {
repositories {
google()
mavenCentral()
jcenter()
}
}
allprojects { repositories { google() mavenCentral() jcenter() maven { url 'https://jitpack.io' } } }