flutter_nsd
A Flutter plugin for Network Service Discovery (mDNS) that uses platform API on Android, iOS, MacOS and Windows.
1.6.0
2.8K downloads/mo
#4731 most downloaded on pub.dev
Nimrodda/flutter_nsd
What this package is like to depend on
Last release 1 years ago
30 Apr 2025
Release timing varies
gaps range from 4 weeks to 1.2 years
Nearly every release is documented
notes for 10 of 10 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
13 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
13 releases · Aug 2020 to Apr 2025Releases
latest 13-
1.6.030 Apr 2025 -
1.5.004 Feb 2024Release notes
Open source →Fixed #22: NsdServiceInfo now includes a list of addresses for the service (ipv4 or ipv6). This is currently not supported on iOS or macOS
-
1.4.006 Aug 2023 -
1.3.327 Jun 2022Release notes
Open source →Fixed #33: Windows: TXT records are returned as string instead of UInt8List, causing failure (Thanks @jnstahl) Fixed #36: Windows: txt records are sent as [key: key] instead of [key: value] (Thanks @jnstahl)
-
1.3.208 Feb 2022Release notes
Open source →This release is identical in functionality to the previous one. It only fixes pub.dev analysis errors.
- Fixed: pub.dev analsis error
-
1.3.107 Feb 2022Release notes
Open source →This release is identical in functionality to the previous one. It only fixes pub.dev analysis errors.
- Fixed #27: Address pub.dev static analysis
- Fixed various lint errors
-
1.3.007 Feb 2022Release notes
Open source →- Fixed #10: Make pubspec description valid
- Added #11 MacOS desktop support
- Added #16 Support for Windows (Thanks @jnstahl)
-
1.2.010 Jul 2021Release notes
Open source →- #6 Android: Fixed failure to resolve service sequentially (Thanks @julianscheel).
-
1.1.010 Apr 2021Release notes
Open source →- Fixed #3: discovery can't start after hot-restart (thanks @julianscheel).
NsdErrornow has a property that provides more info about the error via the new enumNsdErrorCode. Check the example for more info how to use it.
- Fixed #3: discovery can't start after hot-restart (thanks @julianscheel).
-
1.0.013 Mar 2021Release notes
Open source →- Changed version scheme to adhere to pub version guidelines (dropping the 'alpha')
- Updated README.md with detailed instructions on support for iOS 14
- Removed Flutter version bounds so that the plugin can be used with Flutter 2+
-
1.0.0-alpha0306 Jan 2021 pre-releaseRelease notes
Open source →- Increased Dart SDK to 2.12.0-0
- Added Null Safety support
- Added TXT record to NsdServiceInfo (thanks @pheki)
-
1.0.0-alpha0224 Sep 2020 pre-release -
1.0.0-alpha0123 Aug 2020 pre-release