esp_provisioning_ble 0.0.3
esp_provisioning_ble: ^0.0.3 copied to clipboard
A Flutter plugin that simplifies the provisioning configuration of ESP32 modules using Bluetooth Low Energy (BLE).
[0.0.1] - 10-08-2023 (October 8, 2023) #
- Initial release for Espressif ESP32 BLE provisioning with protobuf and cryptography, Dart 3.0 compatible. Based on version 1.0.0+2 from esp_provisioning.
[0.0.2] - 10-12-2023 (October 12, 2023) #
- Style: Correct lint errors to increase pub points :)
[0.0.3] - 10-14-2023 (October 14, 2023) #
- docs: add simple documentation with the help of the
dart doc
command.