已完成用户APP首期功能开发
交付用户端首期页面、配套接口、后台资源及测试文档。用户APP构建、静态分析和三个管理后台构建通过;完整测试仍有2项失败,后端模型注释检查未通过,详见交付记录。
This commit is contained in:
@@ -30,6 +30,9 @@ environment:
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
# 使用 Flutter 官方中文日期、时间及系统控件文案。
|
||||
flutter_localizations:
|
||||
sdk: flutter
|
||||
heqi_design_system:
|
||||
path: ../heqi_design_system
|
||||
|
||||
@@ -38,11 +41,18 @@ dependencies:
|
||||
cupertino_icons: ^1.0.8
|
||||
go_router: ^17.3.0
|
||||
http: ^1.6.0
|
||||
image_picker: ^1.2.3
|
||||
# 将用户主动录入的故障语音转为可编辑文字。
|
||||
speech_to_text: ^7.4.0
|
||||
flutter_secure_storage: ^10.3.1
|
||||
uuid: ^4.6.0
|
||||
fluwx: ^6.0.2
|
||||
tobias: ^5.3.4
|
||||
url_launcher: ^6.3.2
|
||||
# 本人合同PDF通过系统保存对话框或浏览器下载保存。
|
||||
file_saver: ^0.4.0
|
||||
# 从当前安装包或Web构建元数据读取版本,避免写死设计示例版本。
|
||||
package_info_plus: ^10.2.1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
@@ -65,6 +75,10 @@ flutter:
|
||||
# included with your application, so that you can use the icons in
|
||||
# the material Icons class.
|
||||
uses-material-design: true
|
||||
assets:
|
||||
- assets/design/
|
||||
- assets/products/
|
||||
- assets/staff/
|
||||
|
||||
# To add assets to your application, add an assets section, like this:
|
||||
# assets:
|
||||
|
||||
Reference in New Issue
Block a user