bonsoir 5.1.4 copy "bonsoir: ^5.1.4" to clipboard
bonsoir: ^5.1.4 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 bonsoir

With Flutter:

 $ flutter pub add bonsoir

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

dependencies:
  bonsoir: ^5.1.4

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:bonsoir/bonsoir.dart';
94
likes
0
pub points
93%
popularity

Publisher

verified publisherskyost.eu

A Zeroconf library that allows you to discover network services and to broadcast your own. Based on Apple Bonjour and Android NSD.

Homepage
Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

ko-fi.com
paypal.me

License

unknown (LICENSE)

Dependencies

bonsoir_android, bonsoir_darwin, bonsoir_linux, bonsoir_platform_interface, bonsoir_windows, flutter

More

Packages that depend on bonsoir