flutter_esp_ble_prov 0.1.7 copy "flutter_esp_ble_prov: ^0.1.7" to clipboard
flutter_esp_ble_prov: ^0.1.7 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 flutter_esp_ble_prov

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

dependencies:
  flutter_esp_ble_prov: ^0.1.7

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:flutter_esp_ble_prov/flutter_esp_ble_prov.dart';
13
likes
160
pub points
77%
popularity

Publisher

unverified uploader

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

MIT (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_esp_ble_prov