Skip to content

Commit 9a3f7f4

Browse files
committed
airkiss
1 parent 4990cd1 commit 9a3f7f4

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.0.5+72]
2+
3+
* airkiss
4+
15
## [1.0.5+71]
26

37
* mdns

lib/wifiConfig/airkiss.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class _AirkissState extends State<Airkiss> {
2727
final NetworkInfo _networkInfo = NetworkInfo();
2828

2929
// New
30-
final TextEditingController _ssidFilter = TextEditingController(text: "click to get wifi info");
30+
final TextEditingController _ssidFilter = TextEditingController();
3131
final TextEditingController _bssidFilter =
3232
TextEditingController();
3333
final TextEditingController _passwordFilter = TextEditingController();
@@ -126,7 +126,7 @@ class _AirkissState extends State<Airkiss> {
126126
InputDecoration(labelText: localizations!.wifi_ssid),
127127
readOnly: true,
128128
onTap: () async {
129-
showToast("onTap");
129+
// showToast("onTap");
130130
await _reqWiFiInfo();
131131
},
132132
),
@@ -136,13 +136,13 @@ class _AirkissState extends State<Airkiss> {
136136
InputDecoration(labelText: 'BSSID'),
137137
readOnly: true,
138138
onTap: () async {
139-
showToast("onTap");
139+
// showToast("onTap");
140140
await _reqWiFiInfo();
141141
},
142142
),
143143
]),
144144
onTap: () async {
145-
showToast("onTap");
145+
// showToast("onTap");
146146
await _reqWiFiInfo();
147147
},
148148
),

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: openiothub_common_pages
22
description: openiothub_common_pages
3-
version: 1.0.5+71
3+
version: 1.0.5+72
44
homepage: https://github.com/OpenIoTHub
55

66
environment:

0 commit comments

Comments
 (0)