棉花app新增页面
This commit is contained in:
24
pubspec.yaml
24
pubspec.yaml
@@ -1,7 +1,6 @@
|
||||
name: vbvs_app
|
||||
description: "智慧睡眠APP"
|
||||
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
|
||||
publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
||||
|
||||
version: 1.0.0+1
|
||||
|
||||
@@ -15,16 +14,16 @@ dependencies:
|
||||
ef:
|
||||
git:
|
||||
url: http://admin@git.real.he-info.cn:8080/r/ef.git
|
||||
ref: main
|
||||
get_storage: ^2.1.1
|
||||
ref: main
|
||||
get_storage: ^2.1.1
|
||||
cupertino_icons: ^1.0.8
|
||||
flutter_svg: ^2.0.10+1
|
||||
EasyDartModule:
|
||||
git:
|
||||
url: http://git.real.he-info.cn:8080/r/~qmqz/EasyDartModule.git
|
||||
ref: master
|
||||
flutter_localization: ^0.3.1
|
||||
syncfusion_localizations: ^27.2.5
|
||||
flutter_localization: ^0.3.1
|
||||
syncfusion_localizations: ^27.2.5
|
||||
flutterflow_ui:
|
||||
git:
|
||||
url: http://admin@git.real.he-info.cn:8080/r/~lu/flutterflow-ui.git
|
||||
@@ -35,7 +34,8 @@ dependencies:
|
||||
loading_indicator: ^3.1.1
|
||||
geolocator: ^13.0.1
|
||||
easydevice:
|
||||
path: C:\Users\wyf\Desktop\blue\easydevice
|
||||
path:
|
||||
C:\Users\a\Desktop\blue\easydevice
|
||||
# url: http:///enchantedwyf@git.it.real.he-info.cn:90/r/easydevice.git
|
||||
# ref: main
|
||||
localstorage: ^5.0.0
|
||||
@@ -49,13 +49,16 @@ dependencies:
|
||||
google_sign_in: ^6.2.1
|
||||
path: ^1.8.0
|
||||
flutter_pdfview: ^1.4.0+1
|
||||
flutter_switch: ^0.3.2
|
||||
timeline_tile: ^2.0.0
|
||||
flutter_slidable: ^3.1.1
|
||||
flutter_city_picker: ^2.1.1
|
||||
weather: ^3.1.1
|
||||
geocoding: ^2.1.0
|
||||
# fl_chart: ^1.0.0
|
||||
video_player: ^2.9.5
|
||||
chewie: ^1.10.0
|
||||
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
@@ -66,13 +69,11 @@ dev_dependencies:
|
||||
dependency_overrides:
|
||||
http_parser: ^4.1.0
|
||||
collection: ^1.19.0
|
||||
data_table_2: 2.5.16 # 2.5.17版本以后会报错,data_table_2.dart:525:47: Error:The method 'withValues' isn't defined ffor the class 'Color'
|
||||
data_table_2: 2.5.16 # 2.5.17版本以后会报错,data_table_2.dart:525:47: Error:The method 'withValues' isn't defined ffor the class 'Color'
|
||||
flutter_blue_plus: 1.34.5 # 1.35.0 版本android连接蓝牙有问题
|
||||
geolocator: 13.0.3
|
||||
geocoding: 2.1.0
|
||||
|
||||
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
assets:
|
||||
@@ -86,4 +87,3 @@ flutter:
|
||||
- family: calculatrix
|
||||
fonts:
|
||||
- asset: assets/fonts/calculatrix.ttf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user