diff --git a/bluetooth/lib/bluetooth.dart b/bluetooth/lib/bluetooth.dart index bc3eb80..8bde039 100644 --- a/bluetooth/lib/bluetooth.dart +++ b/bluetooth/lib/bluetooth.dart @@ -1,4 +1,4 @@ -library tekartik_bluetooth; +library; export 'package:tekartik_bluetooth/src/device_connection.dart'; export 'package:tekartik_bluetooth/src/info.dart'; diff --git a/bluetooth_flutter/lib/bluetooth_service.dart b/bluetooth_flutter/lib/bluetooth_service.dart index 4d2a3d9..ee6173b 100644 --- a/bluetooth_flutter/lib/bluetooth_service.dart +++ b/bluetooth_flutter/lib/bluetooth_service.dart @@ -1,4 +1,4 @@ @Deprecated('Use bluetooth manager instead') -library tekartik_bluetooth_flutter.bluetooth_service; +library; export 'bluetooth_manager.dart'; diff --git a/bluetooth_flutter/lib/uuid.dart b/bluetooth_flutter/lib/uuid.dart index ccf1e3f..8fe4777 100644 --- a/bluetooth_flutter/lib/uuid.dart +++ b/bluetooth_flutter/lib/uuid.dart @@ -1,4 +1,4 @@ @Deprecated("import 'package:tekartik_bluetooth/uuid.dart'") -library tekartik_bluetooth_flutter.uuid; +library; export 'package:tekartik_bluetooth/uuid.dart';