bluez 0.8.2 copy "bluez: ^0.8.2" to clipboard
bluez: ^0.8.2 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();
}
33
likes
135
pub points
84%
popularity

Publisher

verified publishercanonical.com

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

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MPL-2.0 (LICENSE)

Dependencies

dbus

More

Packages that depend on bluez