Provides a client to connect to Avahi - the service that implements mDNS/DNS-SD on Linux.
import 'package:avahi/avahi.dart';
var client = avahiClient();
await client.connect();
print('Server version: ${await client.getVersionString()}');
await client.close();
Contributing to avahi.dart
We welcome contributions! See the contribution guide for more details.