bluetooth_le_flutter 0.2.0 copy "bluetooth_le_flutter: ^0.2.0" to clipboard
bluetooth_le_flutter: ^0.2.0 copied to clipboard

PlatformAndroid

Flutter plugin that adds the Android native build for bluetooth_le (Bluetooth Low Energy / GATT). Add it to a Flutter app and use the bluetooth_le API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bluetooth_le_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  bluetooth_le_flutter: ^0.2.0

Alternatively, 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_le_flutter/bluetooth_le_flutter.dart';
0
likes
160
points
123
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin that adds the Android native build for bluetooth_le (Bluetooth Low Energy / GATT). Add it to a Flutter app and use the bluetooth_le API.

Homepage
Repository (GitHub)
View/report issues

Topics

#bluetooth #ble #gatt #flutter

License

BSD-3-Clause (license)

Dependencies

bluetooth_le, flutter

More

Packages that depend on bluetooth_le_flutter

Packages that implement bluetooth_le_flutter