multicast_dns
Dart package for performing mDNS queries (e.g. Bonjour, Avahi).
0.3.3
4.5M downloads/mo
#155 most downloaded on pub.dev
flutter/core-packages
What this package is like to depend on
Last release 2 months ago
09 Jun 2026
Ships fairly regularly
a new release about every 5 months
Nearly every release is documented
notes for 19 of 20 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
20 releases · first in 2019
1 release in the last 12 months
see the full history below
Release timeline
20 releases · Jan 2019 to Jun 2026Releases
latest 20-
0.3.302 Apr 2025Release notes
Open source →- Adds an optional error callback for
MDnsClient::startto prevent uncaught exceptions.
- Adds an optional error callback for
-
0.3.3+109 Jun 2026Release notes
Open source →#18 was intended to bump
versions to publish from the new locations, but I still had these
changes locally, so they didn't publish. (Instead, they failed release
because it tried to re-publish the existing versions.)This adds the version bumps that were intended to be included in that
PR.Part of flutter/flutter#185027
Release notes
Open source →- Updates metadata for move to https://github.com/flutter/core-packages.
- Updates minimum supported SDK version to Flutter 3.38/Dart 3.10.
-
0.3.225 Jan 2022 -
0.3.2+131 May 2022 -
0.3.2+225 Aug 2022 -
0.3.2+301 Feb 2023Release notes
Open source →- Removes use of
runtimeType.toString(). - Updates minimum SDK version to Flutter 3.0.
- Removes use of
-
0.3.2+430 Aug 2023Release notes
Open source →- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
-
0.3.2+518 Nov 2023Release notes
Open source →- Updates
PendingRequestto be abase classfor Dart 3.0 compatibility. - Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
- Updates
-
0.3.2+609 Dec 2023 -
0.3.2+724 Jun 2024Release notes
Open source →- Optimized Socket Binding: Always bind to 0.0.0.0 for simplicity and efficiency.
- Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
-
0.3.2+828 Jan 2025Release notes
Open source →- Fixes stack overflows ocurring during the parsing of domain names in MDNS messages.
- Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
-
0.3.102 Sep 2021 -
0.3.019 Mar 2021 -
0.3.0+115 Aug 2021 -
0.2.203 Oct 2019 -
0.2.124 Sep 2019 -
0.2.031 Jul 2019Release notes
Open source →- Allow configuration of the port and address the mdns query is performed on.
-
0.1.104 May 2019Release notes
Open source →- Fixes flutter/issue/31854 where
decodeMDnsResponseadvanced to incorrect code points and ignored some records.
- Fixes flutter/issue/31854 where
-
0.1.024 Jan 2019Release notes
Open source →- Initial Open Source release.
- Migrates the dartino-sdk's mDNS client to Dart 2.0 and Flutter's analysis rules
- Breaks from original Dartino code, as it does not use native libraries for macOS and overhauls the
ResourceRecordclass.
-
0.1.0+124 Jan 2019Nothing published for this version