1 Star 5 Fork 3

lixu/flutter-baselib-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pubspec.yaml 4.12 KB
一键复制 编辑 原始数据 按行查看 历史
lixu 提交于 2021-10-19 18:26 . 升级基础库到v1.2.7适配
name: baselib_demo
description: Tgame flutter app
publish_to: none
# 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
# 公共库 https://gitee.com/rishli/flutter_baselib_plugin
flutter_baselib:
git:
url: https://gitee.com/rishli/flutter_baselib_plugin.git
ref: v1.2.7
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.3
# router https://pub.dev/packages/fluro
fluro: ^2.0.3
# 屏幕适配工具 https://pub.dev/packages/flutter_screenutil
flutter_screenutil: ^5.0.0+2
# 下拉刷新,加载更多控件 https://pub.dev/packages/flutter_easyrefresh
flutter_easyrefresh: ^2.2.1
# 轮播图原地址 https://pub.dev/packages/flutter_swiper
# 适配2.0 https://pub.dev/packages/flutter_swiper_null_safety
# 后面如果原作者适配了2.0,就直接使用原作者的依赖库
flutter_swiper_null_safety: ^1.0.2
# WebView https://pub.dev/packages/webview_flutter
webview_flutter: 2.0.14
# 图片加载 https://pub.dev/packages/cached_network_image
cached_network_image: ^3.1.0
# android native加载框
flutter_nativedialog_plugin:
git:
url: https://gitee.com/rishli/flutter_loadingdialog_plugin.git
ref: v0.1.0
# global context https://pub.dev/packages/one_context
# 20210311 fork,dialog 手动关闭时添加回调方法,showDialog 添加设置遮罩背景的参数
# 20210409 v1.0.1-fix-nullsafety:
one_context:
git:
url: https://github.com/rishli/one_context.git
ref: v1.0.1-fix-nullsafety
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:
- images/
# - 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: 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rishli/flutter-baselib-demo.git
git@gitee.com:rishli/flutter-baselib-demo.git
rishli
flutter-baselib-demo
flutter-baselib-demo
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385