1 Star 2 Fork 1

老三/flutter_app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pubspec.yaml 4.80 KB
一键复制 编辑 原始数据 按行查看 历史
师春雷 提交于 2019-07-12 18:15 +08:00 . Flutter i18n 实现国际化
name: flutter_app # 应用或包名称
description: A new Flutter application. # 应用或包的描述、简介
# 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.
# Read more about versioning at semver.org.
version: 1.0.0+1 # 应用或包的版本号
author: 师春雷 <1558053958@qq.com>
homepage: https://github.com/shichunlei/flutter_app
environment:
sdk: ">=2.2.2 <3.0.0"
dependencies: # 应用或包依赖的其它包或插件
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# AzListView,Flutter 城市列表,联系人列表,自定义Header,索引,悬停效果。
azlistview: ^0.1.2
badges: ^1.1.0
# 扫描二维码
barcode_scan: ^1.0.0
# 图表
charts_flutter: ^0.6.0
chewie: ^0.9.7
city_picker: ^0.1.3
city_pickers: ^0.1.20
clippy_flutter:
git:
url: https://github.com/figengungor/clippy_flutter
contact_picker: ^0.0.2
crypto: ^2.0.6
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2
# 设备信息
device_info: ^0.4.0+2
# 网络请求库
dio: ^2.1.13
# 英文单词库
english_words: ^3.1.5
fancy_bottom_navigation: ^0.3.2
# 图标库地址:https://feathericons.com/
feather_icons_flutter: ^4.7.4
# 颜色选择器
flutter_colorpicker: ^0.2.5
# 刷新加载控件
flutter_easyrefresh: ^1.2.7
flutter_gallery_assets: 0.1.9+2
flutter_html: ^0.10.4
# 侧滑菜单
flutter_inner_drawer: ^0.3.0
flutter_jd_address_selector:
git:
url: https://github.com/shichunlei/flutter_jd_address_selector
# 加载提示组件
flutter_spinkit: ^2.1.0
# 瀑布流
flutter_staggered_grid_view: ^0.2.7
# banner
flutter_swiper: ^1.1.6
flutter_webview_plugin: ^0.3.5
# 图标库中文地址:http://www.fontawesome.com.cn/
font_awesome_flutter: ^8.4.0
# 解析html
html: ^0.14.0+2
http: ^0.12.0+2
# 图片选择器
image_picker: ^0.6.0+15
# 保存图片
image_picker_saver: ^0.3.0
# 引导页
intro_slider: ^1.2.0
# 处理键盘事件 https://github.com/diegoveloper/flutter_keyboard_actions
keyboard_actions: ^2.1.1+1
# 汉字转拼音库 https://github.com/flutterchina/lpinyin
lpinyin: ^1.0.7
package_info: ^0.4.0+4
# palette_generator: ^0.1.1
# PhotoView
photo_view: ^0.4.0
# 数据管理层
provide: ^1.0.2
# flutter 生成二维码
qr_flutter: ^2.1.0+55
#
rounded_letter: ^0.0.6
# https://github.com/ReactiveX/rxdart
rxdart: ^0.22.0
share: ^0.6.1+1
# SP
shared_preferences: ^0.5.3+2
# 数据库
sqflite: ^1.1.6+1
# 时间线 https://github.com/furkantektas/timeline_list
timeline_list: ^0.0.4
# 透明占位图片
transparent_image: ^0.1.0
url_launcher: ^5.0.5
# 视频播放器器
video_player: ^0.10.1+3
dev_dependencies: # 开发环境依赖的工具包(而不是flutter应用本身依赖的包)
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# The following section is specific to Flutter. 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. https://material.io/tools/icons/?icon=sd_storage&style=baseline
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- images/
- images/weather_backgrounds/
- images/qdaily/
- assets/data/
- packages/flutter_gallery_assets/people/ali_landscape.png
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.io/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.io/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: Pacifico
fonts:
- asset: assets/fonts/Pacifico-Regular.ttf
style: italic
weight: 700
- family: CustomIcon
fonts:
- asset: assets/fonts/custom/iconfont.ttf
weight: 400
# For details regarding fonts from package dependencies,
# see https://flutter.io/custom-fonts/#from-packages
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Dart
1
https://gitee.com/pei-xiaoyong/flutter_app.git
git@gitee.com:pei-xiaoyong/flutter_app.git
pei-xiaoyong
flutter_app
flutter_app
master

搜索帮助