flutter_telink_ble 0.0.1-rc01
flutter_telink_ble: ^0.0.1-rc01 copied to clipboard
A comprehensive Flutter plugin for Telink BLE Mesh devices, supporting device provisioning, mesh network management, device control, group operations, and OTA firmware updates.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_telink_bleThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_telink_ble: ^0.0.1-rc01Alternatively, 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:flutter_telink_ble/flutter_telink_ble.dart';