ble_peripheral_plus 2.5.1
ble_peripheral_plus: ^2.5.1 copied to clipboard
A maintained Flutter BLE peripheral and GATT server plugin for Android, iOS, macOS, and Windows, based on ble_peripheral.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ble_peripheral_plusWith Flutter:
$ flutter pub add ble_peripheral_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ble_peripheral_plus: ^2.5.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ble_peripheral_plus/ble_peripheral_plus.dart';