190 lines
6.2 KiB
YAML
190 lines
6.2 KiB
YAML
name: making_school_asignment_app
|
||
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
|
||
|
||
# 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 is used as CFBundleVersion.
|
||
# Read more about iOS versioning at
|
||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||
# In Windows, build-name is used as the major, minor, and patch parts
|
||
# of the product and file versions while build-number is used as the build suffix.
|
||
version: 1.0.8+9
|
||
|
||
environment:
|
||
sdk: '>=3.4.1 <4.0.0'
|
||
|
||
# Dependencies specify other packages that your package needs in order to work.
|
||
# To automatically upgrade your package dependencies to the latest versions
|
||
# consider running `flutter pub upgrade --major-versions`. Alternatively,
|
||
# dependencies can be manually updated by changing the version numbers below to
|
||
# the latest version available on pub.dev. To see which dependencies have newer
|
||
# versions available, run `flutter pub outdated`.
|
||
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.6
|
||
# 路由、依赖、状态插件
|
||
get: ^4.7.2
|
||
# loading插件
|
||
flutter_easyloading: ^3.0.5
|
||
# 日志插件
|
||
logger: ^2.3.0
|
||
# 屏幕尺寸计算插件
|
||
# flutter_screenutil: 5.9.1
|
||
flutter_screenutil: 5.0.0+2
|
||
# http请求插件
|
||
dio: ^5.4.2+1
|
||
# 网络缓存图片
|
||
cached_network_image: ^3.4.1
|
||
# 上拉加载和下拉刷新的组件
|
||
flutter_easyrefresh: ^2.2.2
|
||
photo_view: ^0.15.0
|
||
# 加密验签插件,支持SHA MD5 HMAC
|
||
crypto: ^3.0.2
|
||
# 获取app版本号
|
||
package_info_plus: ^9.0.0
|
||
# 网络监控
|
||
connectivity_plus: ^6.0.3
|
||
# toast组件用于系统尚未初始化完成时
|
||
fluttertoast: ^8.0.9
|
||
#
|
||
functional_widget_annotation: ^0.10.0
|
||
flutter_widget_from_html_core: ^0.17.0
|
||
# APP内存及本地存储插件
|
||
get_storage: ^2.0.3
|
||
# zoom_widget: ^2.0.1
|
||
zoom_widget:
|
||
git:
|
||
url: https://gitea.23544.com/wangyang/zoom_widget.git
|
||
# url: https://github.com/semakers/zoom-widget.git
|
||
# ref: a35c9da6afe405c23b5897b449683d424016e9f1
|
||
|
||
retrofit: 4.6.0
|
||
json_annotation: ^4.9.0
|
||
# 进度条
|
||
percent_indicator: ^4.2.3
|
||
badges: ^3.1.2
|
||
# 图表
|
||
fl_chart: ^0.68.0
|
||
data_table_2: 2.5.10
|
||
flutter_staggered_grid_view: ^0.7.0
|
||
dropdown_button2: ^2.3.9
|
||
syncfusion_flutter_datepicker: ^30.2.7
|
||
easy_debounce: ^2.0.3 # 防抖节流
|
||
flutter_hooks: ^0.20.5
|
||
flutter_spinkit: ^5.2.1
|
||
event_bus: ^2.0.0
|
||
path_provider: ^2.1.3
|
||
|
||
flutter_echarts: ^2.4.0
|
||
# 饼图
|
||
flutter_echart: ^2.0.0
|
||
url_launcher: ^6.1.11
|
||
app_installer: ^1.1.0
|
||
# auto_updater: ^0.2.1
|
||
auto_updater: ^1.0.0
|
||
permission_handler: ^12.0.1
|
||
flutter_distributor: 0.6.5
|
||
# fastforge: ^0.6.5
|
||
flutter_native_splash: ^2.4.6
|
||
icons_launcher: ^2.1.7
|
||
app_settings: ^5.1.1
|
||
device_info_plus: ^11.1.0
|
||
auto_size_text: ^3.0.0
|
||
yx_app_upgrade_flutter:
|
||
git:
|
||
url: https://gitea.23544.com/wangyang/yx_app_upgrade_flutter.git
|
||
ref: 2.0.4
|
||
|
||
dependency_overrides:
|
||
archive: ^4.0.2
|
||
uuid: ^4.4.2
|
||
# analyzer: ^3..0
|
||
# meta: ^1.15.0
|
||
|
||
dev_dependencies:
|
||
flutter_test:
|
||
sdk: flutter
|
||
retrofit_generator: 9.6.0
|
||
build_runner: 2.5.4
|
||
json_serializable: 6.9.5
|
||
# 分离样式
|
||
functional_widget: ^0.10.3
|
||
# The "flutter_lints" package below contains a set of recommended lints to
|
||
# encourage good coding practices. The lint set provided by the package is
|
||
# activated in the `analysis_options.yaml` file located at the root of your
|
||
# package. See that file for information about deactivating specific lint
|
||
# rules and activating additional ones.
|
||
flutter_lints: ^3.0.0
|
||
|
||
# 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 packages.
|
||
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
|
||
|
||
assets:
|
||
- assets/images/
|
||
- assets/images/2.0x/
|
||
- assets/images/3.0x/
|
||
- assets/images/4.0x/
|
||
# To add assets to your application, add an assets section, like this:
|
||
# assets:
|
||
# - images/a_dot_burr.jpeg
|
||
# - images/a_dot_ham.jpeg
|
||
|
||
# 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: AlibabaIcon
|
||
fonts:
|
||
- asset: assets/icons/iconfont.ttf
|
||
# 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
|
||
|
||
icons_launcher:
|
||
platforms:
|
||
android:
|
||
enable: false
|
||
ios:
|
||
enable: true
|
||
image_path: "assets/images/logo_splash.png" |