1 Star 0 Fork 0

dongzhu1688/Flutter-AssetsAudioPlayer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pubspec.yaml 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
Florent Champigny 提交于 2020-11-10 15:19 . 2.0.13+1
name: assets_audio_player
description: Play music/audio stored in assets files directly from Flutter & Network, Radio, LiveStream, Local files. Compatible with Android, iOS, web and MacOs
version: 2.0.13+1
#author: Florent Champigny <champigny.florent@gmail.com>
homepage: https://github.com/florent37/Flutter-AssetsAudioPlayer
environment:
sdk: ">=2.6.0 <3.0.0"
flutter: ">=1.12.13+hotfix.6 <2.0.0"
dependencies:
flutter:
sdk: flutter
rxdart: ^0.24.1
uuid: ^2.0.4
http: ^0.12.1 #to download / cache network files
path_provider: ^1.6.8 # removed this because it cancel flutter/android/ios on pub.dev path_provider: ^1.6.10
# The design on https://flutter.dev/go/federated-plugins was to leave
# this constraint as "any". We cannot do it right now as it fails pub publish
# validation, so we set a ^ constraint.
# TODO(amirh): Revisit this (either update this part in the design or the pub tool).
# https://github.com/flutter/flutter/issues/46264
assets_audio_player_web: ^2.0.13+1
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: com.github.florent37.assets_audio_player
pluginClass: AssetsAudioPlayerPlugin
mainClass: AssetsAudioPlayerPlugin
ios:
pluginClass: AssetsAudioPlayerPlugin
macos:
pluginClass: AssetsAudioPlayerPlugin
web:
default_package: assets_audio_player_web
# moved to assets_audio_player_web
#web:
# pluginClass: AssetsAudioPlayerPlugin
# fileName: assets_audio_player_web.dart
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dongzhulab_admin/Flutter-AssetsAudioPlayer.git
git@gitee.com:dongzhulab_admin/Flutter-AssetsAudioPlayer.git
dongzhulab_admin
Flutter-AssetsAudioPlayer
Flutter-AssetsAudioPlayer
master

搜索帮助