fix: 发送电子钥匙直接点通讯录获取不到电话号码,要手动输入
This commit is contained in:
parent
2c316d427f
commit
dc77d6e318
@ -4,7 +4,7 @@ import 'package:star_lock/talk/starChart/constant/talk_status.dart';
|
||||
|
||||
class StartChartTalkStatus {
|
||||
// 私有字段,用于存储当前状态
|
||||
TalkStatus _status = TalkStatus.uninitialized;
|
||||
TalkStatus _status = TalkStatus.none;
|
||||
|
||||
// 私有化默认构造函数,防止外部创建实例
|
||||
StartChartTalkStatus._();
|
||||
|
||||
80
pubspec.lock
80
pubspec.lock
@ -24,30 +24,6 @@ packages:
|
||||
relative: true
|
||||
source: path
|
||||
version: "0.0.1"
|
||||
amap_flutter_base:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: amap_flutter_base
|
||||
sha256: "9ef2439b8de7100cdd1b4357701b8ca8c059c0f2d9d0257b81750bbf0c6f53bb"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "3.0.0"
|
||||
amap_flutter_location:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: amap_flutter_location
|
||||
sha256: f35ff00e196d579608e0bc28ccbc1f6f53787644702f947de941f775769cc701
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "3.0.0"
|
||||
amap_flutter_map:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: amap_flutter_map
|
||||
sha256: "9cebb0b2f5fc7d3ae0427e99c41edc883e8f5459f6a28bc850f0f9e16918cf2f"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "3.0.0"
|
||||
app_settings:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
@ -573,6 +549,14 @@ packages:
|
||||
description: flutter
|
||||
source: sdk
|
||||
version: "0.0.0"
|
||||
flutter_app_badger:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: flutter_app_badger
|
||||
sha256: "64d4a279bab862ed28850431b9b446b9820aaae0bf363322d51077419f930fa8"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "1.5.0"
|
||||
flutter_blue_plus:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
@ -788,30 +772,6 @@ packages:
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "2.1.1"
|
||||
google_maps:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: google_maps
|
||||
sha256: "47eef3836b49bb030d5cb3afc60b8451408bf34cf753e571b645d6529eb4251a"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "7.1.0"
|
||||
google_maps_flutter:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: google_maps_flutter
|
||||
sha256: c1972cbad779bc5346c49045f26ae45550a0958b1cbca5b524dd3c8954995d28
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "2.6.1"
|
||||
google_maps_flutter_android:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: google_maps_flutter_android
|
||||
sha256: "0bcadb80eba39afda77dede89a6caafd3b68f2786b90491eceea4a01c3db181c"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "2.8.0"
|
||||
google_maps_flutter_ios:
|
||||
dependency: "direct overridden"
|
||||
description:
|
||||
@ -828,14 +788,6 @@ packages:
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "2.9.5"
|
||||
google_maps_flutter_web:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: google_maps_flutter_web
|
||||
sha256: f3155c12119d8a5c2732fdf39ceb5cc095bc662059a03b4ea23294ecebe1d199
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "0.5.8"
|
||||
html:
|
||||
dependency: transitive
|
||||
description:
|
||||
@ -973,14 +925,6 @@ packages:
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "0.6.7"
|
||||
js_wrapping:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: js_wrapping
|
||||
sha256: e385980f7c76a8c1c9a560dfb623b890975841542471eade630b2871d243851c
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "0.7.4"
|
||||
json_annotation:
|
||||
dependency: transitive
|
||||
description:
|
||||
@ -1381,14 +1325,6 @@ packages:
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "0.27.7"
|
||||
sanitize_html:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: sanitize_html
|
||||
sha256: "12669c4a913688a26555323fb9cec373d8f9fbe091f2d01c40c723b33caa8989"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "2.1.0"
|
||||
scrollable_positioned_list:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
||||
@ -155,7 +155,7 @@ dependencies:
|
||||
# 选择日期时间
|
||||
flutter_cupertino_datetime_picker: ^3.0.0
|
||||
# 选择原生通讯录
|
||||
flutter_native_contact_picker: ^0.0.4
|
||||
flutter_native_contact_picker: 0.0.7
|
||||
#底部弹出选择器
|
||||
flutter_picker: ^2.1.0
|
||||
#生成二维码
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user