bluetooth_control 0.0.1 copy "bluetooth_control: ^0.0.1" to clipboard
bluetooth_control: ^0.0.1 copied to clipboard

Bluetooth control plugin.

bluetooth_control #

Bluetooth control plugin.

Getting Started #

Depending #

dependencies:
  bluetooth_control: ^0.0.1

Importing #

import 'package:bluetooth_control/bluetooth_control.dart';

Usage #

Check is Bluetooth enable

Future<bool> get isBluetoothEnable async => await BluetoothControl.isEnable;

Enable Bluetooth #

Future<bool> get turnOnBluetooth async => await BluetoothControl.turnOn;
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Bluetooth control plugin.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on bluetooth_control