ble_link_kit 0.4.0 copy "ble_link_kit: ^0.4.0" to clipboard
ble_link_kit: ^0.4.0 copied to clipboard

Flutter BLE connection framework for multi-protocol scanning, generic GATT transfer, framed channels, provisioning, and resumable OTA.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ble_link_kit

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

dependencies:
  ble_link_kit: ^0.4.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:ble_link_kit/ble_link_kit.dart';
1
likes
150
points
62
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter BLE connection framework for multi-protocol scanning, generic GATT transfer, framed channels, provisioning, and resumable OTA.

Repository (GitHub)
View/report issues

Topics

#bluetooth #ble #gatt #scanner #ota

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on ble_link_kit

Packages that implement ble_link_kit