ble_plus 1.0.0 copy "ble_plus: ^1.0.0" to clipboard
ble_plus: ^1.0.0 copied to clipboard

unlisted

A production-ready Flutter BLE plugin supporting Central and Peripheral roles, L2CAP, background operation, and connection parameters.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ble_plus

With Flutter:

 $ flutter pub add ble_plus

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

dependencies:
  ble_plus: ^1.0.0

Alternatively, 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_plus/ble_plus.dart';
2
likes
0
points
54
downloads

Publisher

unverified uploader

Weekly Downloads

A production-ready Flutter BLE plugin supporting Central and Peripheral roles, L2CAP, background operation, and connection parameters.

Repository (GitHub)
View/report issues

Topics

#ble #bluetooth #bluetooth-low-energy #peripheral

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on ble_plus

Packages that implement ble_plus