native_mdns_scanner 1.5.0 copy "native_mdns_scanner: ^1.5.0" to clipboard
native_mdns_scanner: ^1.5.0 copied to clipboard

PlatformmacOS

Dart FFI bindings for macOS mDNS/Bonjour services. Provides native access to multicast DNS functionality on macOS.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate native_mdns_scanner

Use it

The package has the following executables:

$ mdns_cli

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add native_mdns_scanner

With Flutter:

 $ flutter pub add native_mdns_scanner

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  native_mdns_scanner: ^1.5.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:native_mdns_scanner/native_mdns_scanner.dart';
0
likes
160
points
38
downloads

Publisher

verified publisherchangyy.app

Weekly Downloads

Dart FFI bindings for macOS mDNS/Bonjour services. Provides native access to multicast DNS functionality on macOS.

Repository (GitHub)
View/report issues

Topics

#ffi #mdns #bonjour #native #networking

Documentation

API reference

License

MIT (license)

Dependencies

ffi

More

Packages that depend on native_mdns_scanner