1 Star 0 Fork 0

guo / fapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pubspec.yaml 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
guo 提交于 2023-11-29 18:10 . 新增了商品但是图片无法显示
# Nylo - Micro-framework for Flutter.
#
# Website: https://nylo.dev
# Official repository: https://github.com/nylo-core/nylo
# Author: Anthony Gordon <https://github.com/agordn52>
name: flutter_app
description: A new Nylo Flutter application.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.1.3 <4.0.0'
dependencies:
url_launcher: ^6.1.14
google_fonts: ^6.1.0
analyzer: ^6.2.0
intl: ^0.18.0
nylo_framework: ^5.7.0
pretty_dio_logger: ^1.3.1
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
tencent_cloud_chat_uikit: ^2.3.3+1
flutter_swiper_plus: ^2.0.4
bruno: ^3.4.3
dev_dependencies:
flutter_launcher_icons: ^0.13.1
# lints: ^2.0.0
flutter_test:
sdk: flutter
# APP ICON - public/assets/app_icon/icon.png
# Build icons: "dart run flutter_launcher_icons"
flutter_launcher_icons:
android: true
ios: true
image_path: "public/assets/app_icon/icon.png"
remove_alpha_ios: true
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:
- public/assets/fonts/
- public/assets/images/
- public/assets/app_icon/
- lang/
- .env
1
https://gitee.com/guoshize/fapp.git
git@gitee.com:guoshize/fapp.git
guoshize
fapp
fapp
master

搜索帮助