File tree Expand file tree Collapse file tree 8 files changed +47
-22
lines changed
Expand file tree Collapse file tree 8 files changed +47
-22
lines changed Original file line number Diff line number Diff line change 1+ ## 4.1.0
2+
3+ * issue #51 : added warning for service type enumeration
4+ * issue #67 : updated documentation for new apple multicast entitlement
5+ * synchronized with current flutter template
6+ * fixed broken xml in readme
7+ * re-introduced integration tests for local development
8+ * added android studio run configurations for developer convenience
9+ * added project update instructions for future reference
10+
111## 4.0.4
212
3- * issue #78 : fix incorrect code formatting in README.md
13+ * issue #78 : fix incorrect code formatting in readme
414
515## 4.0.3
616
717* cleaned up various gradle build warnings
8- * issue #75 : android example application did not build due to flutter vs kotlin version incompatibility
18+ * issue #75 : android example application did not build due to flutter vs kotlin version
19+ incompatibility
920
1021## 4.0.2
1122
Original file line number Diff line number Diff line change 1+ ## 2.1.0
2+
3+ * synchronized with current flutter template
4+ * updated flutter dependencies
5+
16## 2.0.1
27
38* issue #60 : made change log more readable by putting newest entry first
Original file line number Diff line number Diff line change 11name : example
22description : Example application for the Flutter nsd plugin.
33homepage : https://github.com/sebastianhaberey/nsd
4- version : 2.0.1
4+ version : 2.1.0
55publish_to : none
66
77environment :
Original file line number Diff line number Diff line change 11name : nsd
22description : A Flutter plugin for network service discovery and registration (aka NSD / DNS-SD / Bonjour / mDNS).
3- version : 4.0.4
3+ version : 4.1.0
44repository : https://github.com/sebastianhaberey/nsd/tree/main/nsd
55issue_tracker : https://github.com/sebastianhaberey/nsd/issues
6- publish_to : none
6+ # publish_to: none
77
88environment :
99 sdk : " >=3.0.0 <4.0.0"
@@ -14,23 +14,23 @@ dependencies:
1414 sdk : flutter
1515
1616 # production
17- # nsd_android: ^2.1.2
18- # nsd_ios: ^2.0.1
19- # nsd_macos: ^2.0.1
20- # nsd_platform_interface: ^2.1.1
21- # nsd_windows: ^3.0.1
17+ nsd_android : ^2.2.0
18+ nsd_ios : ^2.0.1
19+ nsd_macos : ^2.0.1
20+ nsd_platform_interface : ^2.2.0
21+ nsd_windows : ^3.0.1
2222
2323# # development
24- nsd_android :
25- path : ../nsd_android
26- nsd_ios :
27- path : ../nsd_ios
28- nsd_macos :
29- path : ../nsd_macos
30- nsd_windows :
31- path : ../nsd_windows
32- nsd_platform_interface :
33- path : ../nsd_platform_interface
24+ # nsd_android:
25+ # path: ../nsd_android
26+ # nsd_ios:
27+ # path: ../nsd_ios
28+ # nsd_macos:
29+ # path: ../nsd_macos
30+ # nsd_windows:
31+ # path: ../nsd_windows
32+ # nsd_platform_interface:
33+ # path: ../nsd_platform_interface
3434
3535dev_dependencies :
3636 flutter_lints : ^6.0.0
Original file line number Diff line number Diff line change 1+ # 2.2.0
2+
3+ * synchronized with current flutter template
4+
15# 2.1.2
26
37* cleaned up various gradle build warnings
Original file line number Diff line number Diff line change 11name : nsd_android
22description : Flutter network service discovery plugin (Android submodule - will be installed with the parent plugin).
3- version : 2.1.2
3+ version : 2.2.0
44repository : https://github.com/sebastianhaberey/nsd/tree/main/nsd_android
55issue_tracker : https://github.com/sebastianhaberey/nsd/issues
66
Original file line number Diff line number Diff line change 1+ ## 2.2.0
2+
3+ * updated flutter dependencies
4+ * fixed lint issues
5+
16## 2.1.1
27
38* issue #60 : made change log more readable by putting newest entry first
Original file line number Diff line number Diff line change 11name : nsd_platform_interface
22description : Flutter network service discovery plugin (platform interface submodule - will be installed with the parent plugin).
3- version : 2.1.1
3+ version : 2.2.0
44repository : https://github.com/sebastianhaberey/nsd/tree/main/nsd_platform_interface
55issue_tracker : https://github.com/sebastianhaberey/nsd/issues
66
You can’t perform that action at this time.
0 commit comments