ble_link_kit 0.2.0
ble_link_kit: ^0.2.0 copied to clipboard
Cross-platform Flutter plugin for parameterized BLE Wi-Fi provisioning, resilient framed transport, resumable OTA, and Android SPP fallback.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ble_link_kitWith Flutter:
$ flutter pub add ble_link_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ble_link_kit: ^0.2.0Alternatively, 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_link_kit/ble_link_kit.dart';