This commit is contained in:
2026-03-07 17:24:59 +08:00
parent 4418ebecac
commit b0ec8ab4bd
417 changed files with 42546 additions and 2 deletions

98
pubspec.yaml Normal file
View File

@@ -0,0 +1,98 @@
name: flutter_dmzj
version: 1.0.3+10003
publish_to: none
description: "动漫之家Flutter"
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
#图标ICON
cupertino_icons: ^1.0.5 #Cupertino图标
remixicon: ^1.0.0 #Remix图标
#框架、工具
get: ^4.6.6 #状态管理
dio: ^5.4.1 #网络请求
hive: ^2.2.3 #持久化存储
hive_flutter: ^1.1.0 #持久化存储
crypton: ^2.1.0 #加解密
crypto: ^3.0.2 #加解密
logger: ^2.0.2+1 #日志输出
protobuf: ^2.1.0 #Protobuf
intl: any
universal_html: ^2.2.4 #HTML解析
html_unescape: ^2.0.0 #HTML解码
csslib: ^1.0.0 #CSS解析
#Windows Fluent UI
fluent_ui: ^4.9.0 #Windows Fluent Design UI组件库
#Widget
flutter_smart_dialog: ^4.9.6 #各种弹窗 Toast\Dialog\Popup
flutter_staggered_grid_view: ^0.7.0 #瀑布流/GridView
multi_split_view: ^2.4.0 #SplitView
tab_indicator_styler: ^2.0.0 #Tab样式
extended_image: ^9.0.0 #拓展Image
flutter_swiper_view: ^1.1.8 #幻灯片
easy_refresh: ^3.4.0 #下拉刷新、上拉加载
lottie: ^3.0.0 #lottie动画
photo_view: ^0.14.0 #图片浏览
preload_page_view: ^0.2.0 #预加载PageView
scrollable_positioned_list: ^0.3.8
#系统交互
url_launcher: ^6.2.4 #打开链接
webview_flutter: ^4.7.0 #WebView
package_info_plus: ^5.0.1 #包信息
flutter_widget_from_html_core: ^0.15.0 #HTML转Widget
share_plus: ^7.2.2 #分享
permission_handler: ^11.3.0 #权限检查
path_provider: ^2.1.2 #常用目录
image_gallery_saver_plus: ^4.0.1 #保存图片至相册
connectivity_plus: ^5.0.2 #连接状态
battery_plus: ^5.0.3 #电池状态
file_selector: ^1.0.3 #文件选择
windows_single_instance: ^1.0.1 #Windows单实例
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
dynamic_color: ^1.8.1
dev_dependencies:
flutter_launcher_icons: ^0.13.1
flutter_lints: ^2.0.0
build_runner: ^2.3.3
hive_generator: ^2.0.0
msix: ^3.9.1
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/lotties/
- assets/images/
- assets/statement.txt
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/images/logo.png"
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: "assets/images/logo.png"
background_color: "#hex_code"
theme_color: "#hex_code"
windows:
generate: true
image_path: "assets/images/logo.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/images/logo.png"