bluetooth_advanced 0.0.83  bluetooth_advanced: ^0.0.83 copied to clipboard
bluetooth_advanced: ^0.0.83 copied to clipboard
Flutter plugin project to communicate with bluetooth device.
Use this package as a library
Depend on it
Run this command:
With Flutter:
 $ flutter pub add bluetooth_advancedThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
  bluetooth_advanced: ^0.0.83Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:bluetooth_advanced/bluetooth_advanced.dart';