bluez 0.8.3 copy "bluez: ^0.8.3" to clipboard
bluez: ^0.8.3 copied to clipboard

PlatformLinux

Provides a client to connect to BlueZ - the Linux Bluetooth stack.

example/example.dart

import 'package:bluez/bluez.dart';

void main() async {
  var client = BlueZClient();
  await client.connect();

  for (var device in client.devices) {
    print('Device ${device.address} ${device.alias}');
  }

  await client.close();
}
copied to clipboard
39
likes
155
points
68k
downloads

Publisher

verified publishercanonical.com

Weekly Downloads

2024.09.13 - 2025.03.28

Provides a client to connect to BlueZ - the Linux Bluetooth stack.

Repository (GitHub)
Contributing

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

dbus

More

Packages that depend on bluez