first commit
This commit is contained in:
73
滴滴淘/ddt_flutter/pubspec.yaml
Executable file
73
滴滴淘/ddt_flutter/pubspec.yaml
Executable file
@@ -0,0 +1,73 @@
|
||||
# 程序基本信息配置
|
||||
name: flutter_app
|
||||
description: A new Flutter project.
|
||||
author: 2271608011@qq.com
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.1.0 <3.0.0"
|
||||
|
||||
# 正式环境下依赖插件
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
cupertino_icons: ^0.1.2
|
||||
shared_preferences: ^0.5.1+1
|
||||
event_bus: ^1.0.3
|
||||
intro_views_flutter: ^2.4.0
|
||||
flutter_webview_plugin: ^0.3.0+2
|
||||
fancy_bottom_navigation: ^0.3.2
|
||||
# 屏幕适配插件
|
||||
flutter_screenutil: ^0.5.1
|
||||
# loading 加载提示
|
||||
flutter_spinkit: ^3.1.0
|
||||
dio: ^2.0.14
|
||||
flutter_refresh: ^0.0.2
|
||||
bot_toast: ^3.0.0
|
||||
extended_tabs: ^0.2.3
|
||||
|
||||
# 开发环境下依赖的插件
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
|
||||
|
||||
flutter:
|
||||
# 启用 md 风格
|
||||
uses-material-design: true
|
||||
# 静态资源配置,这里利用了 asset_generator.dart
|
||||
assets:
|
||||
# assets begin
|
||||
# lib/static/img/*
|
||||
- lib/static/img/ts.jpg
|
||||
- lib/static/img/hotel.png
|
||||
- lib/static/img/taxi.png
|
||||
- lib/static/img/mt.jpg
|
||||
- lib/static/img/mb.jpg
|
||||
- lib/static/img/wn.jpg
|
||||
- lib/static/img/pgg.jpg
|
||||
- lib/static/img/yacj.png
|
||||
- lib/static/img/sw.jpg
|
||||
- lib/static/img/myjr.png
|
||||
- lib/static/img/swzf.png
|
||||
- lib/static/img/shop.jpg
|
||||
- lib/static/img/airplane.png
|
||||
- lib/static/img/ry.jpg
|
||||
- lib/static/img/hsl.jpg
|
||||
- lib/static/img/logo.png
|
||||
- lib/static/img/wmzx.png
|
||||
- lib/static/img/snrq.png
|
||||
- lib/static/img/yh.jpg
|
||||
- lib/static/img/xka.jpg
|
||||
- lib/static/img/bus.png
|
||||
- lib/static/img/classall.png
|
||||
- lib/static/img/yy.jpg
|
||||
- lib/static/img/ll.jpg
|
||||
# assets end
|
||||
|
||||
# 字体配置
|
||||
fonts:
|
||||
- family: MyFont
|
||||
fonts:
|
||||
- asset: lib/static/Fonts/sspu.ttf
|
||||
Reference in New Issue
Block a user