Skip to content

Commit 39554ab

Browse files
committed
new mdns lib
1 parent aa3b6b3 commit 39554ab

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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+69]
2+
3+
* new mdns lib
4+
15
## [1.0.5+68]
26

37
* new mdns lib

lib/commPages/findmDNSClientList.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class _FindmDNSClientListPageState extends State<FindmDNSClientListPage> {
118118
children: <Widget>[
119119
Padding(
120120
padding: const EdgeInsets.fromLTRB(0.0, 0.0, 10.0, 0.0),
121-
child: Icon(Icons.devices),
121+
child: Icon(Icons.devices, color: Colors.green,),
122122
),
123123
Expanded(
124124
child: Text(

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+68
3+
version: 1.0.5+69
44
homepage: https://github.com/OpenIoTHub
55

66
environment:

0 commit comments

Comments
 (0)