bonsoir 5.1.9
bonsoir: ^5.1.9 copied to clipboard
A Zeroconf library that allows you to discover network services and to broadcast your own. Based on Apple Bonjour and Android NSD.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add bonsoirWith Flutter:
$ flutter pub add bonsoirThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
bonsoir: ^5.1.9Alternatively, 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:bonsoir/bonsoir.dart';