File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.0.5+72]
2+
3+ * airkiss
4+
15## [ 1.0.5+71]
26
37* mdns
Original file line number Diff line number Diff 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 ),
Original file line number Diff line number Diff line change 11name : openiothub_common_pages
22description : openiothub_common_pages
3- version : 1.0.5+71
3+ version : 1.0.5+72
44homepage : https://github.com/OpenIoTHub
55
66environment :
You can’t perform that action at this time.
0 commit comments