72 Star 613 Fork 177

青岛阿派派软件有限公司 / 群晖助手

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pubspec.yaml 5.21 KB
一键复制 编辑 原始数据 按行查看 历史
ChallengerV 提交于 2023-09-09 15:22 . bump to 0.0.146
name: dsm_helper
description: 适用于群辉6.x的手机助手。采用新拟态设计风格
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.0.146+148
environment:
sdk: ">=2.10.0 <3.0.0"
dependency_overrides:
ffi: 2.0.1 # open_file 3.2.1 需要重写
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.5
# dio: ^4.0.6
dio: ^5.3.2
# fluttertoast: ^7.1.6
oktoast: 3.3.1 #3.2.0 起支持Flutter3,不再支持flutter2.x
package_info_plus: 3.1.2
sp_util: ^2.0.3
permission_handler: 10.2.0
extended_image: 7.0.2 # 8.0.0 起不再支持flutter3.7
cool_ui: ^1.3.0
gallery_saver: ^2.3.2
# android_intent: ^2.0.2 方法已过时,无法编译通过
android_intent_plus: 3.1.9
path_provider: 2.0.14
flutter_downloader: 1.10.2 # 1.10.6起不再支持flutter 3.7
percent_indicator: ^4.2.3
fl_chart: 0.62.0 # 0.63.0起不再支持flutter 3.7
file_picker: 5.2.6
open_file: 3.3.1
flutter_datetime_picker:
git: https://github.com/Realank/flutter_datetime_picker.git
flutter_swiper_null_safety: ^1.0.2
html: 0.15.3
flutter_html: 3.0.0-alpha.6
provider: ^6.0.5
wave: ^0.2.2
modal_bottom_sheet: ^3.0.0-pre
photo_manager: 2.6.0
vibrate: ^0.0.4
url_launcher: 6.1.10 # 6.1.12 起不再支持flutter3.7
local_auth: ^2.1.6
gesture_password: ^0.0.6
connectivity_plus: 3.0.4
code_editor: ^2.1.0
flutter_highlight: ^0.7.0
# syncfusion_flutter_charts: ^20.3.57
syncfusion_flutter_pdfviewer: 21.2.3
wechat_assets_picker: 8.4.2 # 8.5.0 起不再支持flutter3.7
fluwx: 3.13.1
# better_player:
# git: https://github.com/AnonymHK/betterplayer.git
device_info_plus: 8.2.2
xml2json: 5.3.6 # 6.0.0起不支持 flutter 3.7
# wake_on_lan: ^3.0.0
dartssh2: ^2.8.2
pangle_flutter: 1.9.7 # 穿山甲广告 2.0.0起不支持 flutter 3.7
xterm: ^3.5.0
draggable_scrollbar:
git: https://gitee.com/apaipai/draggable_scrollbar.git
neumorphic:
git: https://gitee.com/apaipai/neumorphic.git
# receive_sharing_intent:
# git: https://gitee.com/apaipai/receive_sharing_intent.git
flutter_sharing_intent:
git: https://gitee.com/apaipai/flutter_sharing_intent.git
webview_flutter: 4.2.0
simple_logger: ^1.9.0+2
extended_text: ^10.0.1 #11.0.0 起不支持flutter 3.7
just_audio: 0.9.32
rxdart: ^0.27.7
flutter_floating: ^1.0.8
# fplayer: ^1.0.4
fplayer:
path: fplayer
easy_app_installer: ^1.0.0
# flutter_filereader: ^3.0.0
# x5_webview: ^0.2.4
dev_dependencies:
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/tabbar/
- assets/icons/
- assets/applications/
- assets/applications/6/
- assets/applications/7/
- assets/control_panel/
- assets/control_panel/6/
- assets/control_panel/7/
- assets/
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
Dart
1
https://gitee.com/apaipai/dsm_helper.git
git@gitee.com:apaipai/dsm_helper.git
apaipai
dsm_helper
群晖助手
master

搜索帮助