dbinspect_mdns 0.1.0
dbinspect_mdns: ^0.1.0 copied to clipboard
Optional mDNS advertising and discovery for a dbinspect bridge, so a desktop client can find it on the LAN without being told a host and port.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dbinspect_mdnsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dbinspect_mdns: ^0.1.0Alternatively, 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:dbinspect_mdns/dbinspect_mdns.dart';