esp_ble_prov_wifi 1.0.0 copy "esp_ble_prov_wifi: ^1.0.0" to clipboard
esp_ble_prov_wifi: ^1.0.0 copied to clipboard

Provision WiFi on Espressif ESP32 devices over BLE. This library uses Espressif-provided provisioning libraries for their custom protocol over BLE.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add esp_ble_prov_wifi

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

dependencies:
  esp_ble_prov_wifi: ^1.0.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:esp_ble_prov_wifi/esp_ble_prov_wifi.dart';
2
likes
140
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

Provision WiFi on Espressif ESP32 devices over BLE. This library uses Espressif-provided provisioning libraries for their custom protocol over BLE.

Repository (GitLab)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on esp_ble_prov_wifi

Packages that implement esp_ble_prov_wifi