1 Star 0 Fork 1

杰西205/BiliYou学生版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pubspec.yaml 3.79 KB
一键复制 编辑 原始数据 按行查看 历史
杰西205 提交于 2023-07-04 16:28 . 更改
name: bili_you
description: A new Flutter project.
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.1.4+14
environment:
sdk: '>=3.0.0-417.0.dev'
dependencies:
flutter:
sdk: flutter
# get
get: ^4.6.5
# Material You 动态配色
dynamic_color: ^1.6.3
# 网络相关
dio: ^5.1.2
dio_cookie_manager: ^3.0.0
cookie_jar: ^4.0.2
gt3_flutter_plugin: ^0.0.8
flutter_cache_manager: ^3.3.0
protobuf: ^2.1.0
connectivity_plus: ^4.0.0
# 加解密
encrypt: ^5.0.1
crypto: ^3.0.3
# 文件路径
path: ^1.8.3
path_provider: ^2.0.14
easy_refresh: ^3.3.2+1
# 控件
ns_danmaku:
git:
url: https://github.com/lucinhu/flutter_ns_danmaku.git
cached_network_image: ^3.2.3
photo_view: ^0.14.0
card_swiper: ^2.0.4
# 播放器
media_kit: ^0.0.11
media_kit_libs_android_video: ^1.0.6
media_kit_libs_ios_video: ^1.0.4
media_kit_libs_linux: ^1.0.2
media_kit_libs_macos_video: ^1.0.5
media_kit_libs_windows_video: ^1.0.2
media_kit_native_event_loop: ^1.0.4
media_kit_video: ^0.0.12
# webview
webview_cookie_manager: ^2.0.6
webview_flutter: ^4.0.7
# 保持常亮
wakelock: ^0.6.2
# 设备&包信息
device_info_plus: ^9.0.1
package_info_plus: ^4.0.1
# url跳转
url_launcher: ^6.1.10
# hive
hive: ^2.2.3
hive_flutter: ^1.1.0
# 分享
share_plus: ^7.0.1
# scheme
appscheme: ^1.0.8
# 音量控制
volume_controller: ^2.0.6
# 亮度控制
screen_brightness: ^0.2.2
# 自动旋转屏幕
auto_orientation: ^2.3.1
# 二维码
qr_flutter: ^4.1.0
dependency_overrides:
cookie_jar:
git:
url: https://github.com/dkaera/cookie_jar.git
ref: fix/cast_exception
wakelock_windows:
git:
url: https://github.com/diegotori/wakelock
ref: 40464c75e908f57f458597ef4912f5273ab89b1a
path: wakelock_windows
# media_kit:
# git:
# url: https://github.com/alexmercerind/media_kit.git
# path: media_kit
# media_kit_libs_android_video:
# git:
# url: https://github.com/alexmercerind/media_kit.git
# path: media_kit_libs_android_video
# media_kit_libs_ios_video:
# git:
# url: https://github.com/alexmercerind/media_kit.git
# path: media_kit_libs_ios_video
# media_kit_libs_linux:
# git:
# url: https://github.com/alexmercerind/media_kit.git
# path: media_kit_libs_linux
# media_kit_libs_macos_video:
# git:
# url: https://github.com/alexmercerind/media_kit.git
# path: media_kit_libs_macos_video
# media_kit_libs_windows_video:
# git:
# url: https://github.com/alexmercerind/media_kit.git
# path: media_kit_libs_windows_video
# media_kit_video:
# git:
# url: https://github.com/alexmercerind/media_kit.git
# path: media_kit_video
# media_kit_native_event_loop:
# git:
# url: https://github.com/alexmercerind/media_kit.git
# path: media_kit_native_event_loop
dev_dependencies:
build_runner: ^2.4.4
test: ^1.24.1
flutter_launcher_icons: ^0.13.1
flutter_lints: ^2.0.1
flutter:
uses-material-design: true
assets:
- assets/icon/bili.png
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/icon/bili.png"
adaptive_icon_background: "#ffffff"
adaptive_icon_foreground: "assets/icon/bili.png"
remove_alpha_ios: true
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: "assets/icon/bili.png"
background_color: "#hexcode"
theme_color: "#hexcode"
windows:
generate: true
image_path: "assets/icon/bili.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/icon/bili.png"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Jesse205/BiliYouStudent.git
[email protected]:Jesse205/BiliYouStudent.git
Jesse205
BiliYouStudent
BiliYou学生版
main

搜索帮助