bluetooth_enable 0.0.3 copy "bluetooth_enable: ^0.0.3" to clipboard
bluetooth_enable: ^0.0.3 copied to clipboard

outdated

Flutter plugin to turn on bluetooth within app (Android only)

Introduction #

BluetoothEnable is a bluetooth plugin for Flutter, to programtically request turning on Bluetooth within applications.

This plugin is for Android only.

Usage #

// Request to turn on Bluetooth within an app
BluetoothEnable.enableBluetooth.then((value){
  //Do something with value
  //On success, returns "true". On error, returns "false"
    print(value);
  });  
19
likes
0
pub points
77%
popularity

Publisher

unverified uploader

Flutter plugin to turn on bluetooth within app (Android only)

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on bluetooth_enable