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

Production-ready Flutter BLE plugin providing Central and Peripheral APIs, L2CAP channels, background support, and cross-platform integrations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ble_plus

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

dependencies:
  ble_plus: ^1.0.4

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:ble_plus/ble_plus.dart';
2
likes
125
points
54
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Production-ready Flutter BLE plugin providing Central and Peripheral APIs, L2CAP channels, background support, and cross-platform integrations.

Topics

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

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on ble_plus

Packages that implement ble_plus