当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
3 Star 10 Fork 2

每天一点 / snowy_flutter
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pubspec.yaml 4.24 KB
一键复制 编辑 原始数据 按行查看 历史
每天一点 提交于 2021-07-13 20:54 . 项目重命名
name: snowy_flutter
description: snowy flutter project.
# 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: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
# getX
get: ^4.1.4
#屏幕适配
flutter_screenutil: ^5.0.0+2
# 弹窗
fluttertoast: ^8.0.7
# 请求
dio: ^4.0.0
#维护 token
shared_preferences: ^2.0.6
#密码加密
# crypto: ^3.0.1
#ui
getwidget: ^2.0.2
font_awesome_flutter: ^9.1.0
#下拉刷新
flutter_easyrefresh: ^2.2.1
#全局加载
flutter_easyloading: ^3.0.0
#验证码所需库 dio、steel_crypt、pointycastle、encrypt
steel_crypt: ^3.0.0+1
#目前3.2.0版本web有bug,新版本发布之后使用新的正式版本
pointycastle: 3.2.0-rc0
# encrypt: ^5.0.0
# IOS 和 Android Start
# dio
cookie_jar: ^3.0.1 # no web
dio_cookie_manager: ^2.0.0 # no web
#图片缓存
flutter_cache_manager: ^3.1.2 # no web
cached_network_image: ^3.0.0 # no web
#混合web flutter_app\android\app\build.gradle minSdkVersion 19
webview_flutter: ^2.0.8 # no web
#分享
share: ^2.0.4 # no web
# 设备信息
device_info: ^2.0.2 # no web
# 包信息
package_info: ^2.0.2 # no web
# IOS 和 Android End
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
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/images/
# 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: Avenir
fonts:
- asset: assets/fonts/Avenir-Book.ttf
weight: 400 # normal
- family: Montserrat
fonts:
- asset: assets/fonts/Montserrat-Medium.ttf
weight: 500
- asset: assets/fonts/Montserrat-SemiBold.ttf
weight: 600
- family: Iconfont
fonts:
- asset: assets/fonts/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
Dart
1
https://gitee.com/icefox1/snowy_flutter.git
git@gitee.com:icefox1/snowy_flutter.git
icefox1
snowy_flutter
snowy_flutter
master

搜索帮助