| Index: pkg/mdns/lib/mdns.dart
|
| diff --git a/pkg/mdns/lib/mdns.dart b/pkg/mdns/lib/mdns.dart
|
| index d62c391909add65eaf4d23329b7f3c58f31c1984..e73edee0292f677696e99e8cb73a18ce27976558 100644
|
| --- a/pkg/mdns/lib/mdns.dart
|
| +++ b/pkg/mdns/lib/mdns.dart
|
| @@ -14,6 +14,7 @@ import 'package:mdns/src/native_protocol_client.dart';
|
| import 'package:mdns/src/constants.dart';
|
|
|
| export 'package:mdns/src/constants.dart' show RRType;
|
| +export 'package:mdns/src/packet.dart' show ResourceRecord;
|
|
|
| /// Client for DNS lookup using the mDNS protocol.
|
| ///
|
|
|