mdns_plugin 0.0.10 copy "mdns_plugin: ^0.0.10" to clipboard
mdns_plugin: ^0.0.10 copied to clipboard

outdated

mDNS Service discovery plugin for iOS which generates events based on discovery of services on the local network.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mdns_plugin

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

dependencies:
  mdns_plugin: ^0.0.10

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

Import it

Now in your Dart code, you can use:

import 'package:mdns_plugin/mdns_plugin.dart';
8
likes
40
points
10
downloads

Publisher

verified publishermutablelogic.com

Weekly Downloads

mDNS Service discovery plugin for iOS which generates events based on discovery of services on the local network.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on mdns_plugin

Packages that implement mdns_plugin