esp_provisioning_wifi 0.1.1 copy "esp_provisioning_wifi: ^0.1.1" to clipboard
esp_provisioning_wifi: ^0.1.1 copied to clipboard

Bloc wrapper over 'flutter_esp_ble_prov' which provisions WiFi on Espressif ESP32 devices over Bluetooth using Espressif-provided provisioning libraries.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add esp_provisioning_wifi

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

dependencies:
  esp_provisioning_wifi: ^0.1.1

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_provisioning_wifi/esp_provisioning_wifi.dart';
4
likes
130
points
292
downloads

Documentation

API reference

Publisher

verified publishersleepasloth.com

Weekly Downloads

Bloc wrapper over 'flutter_esp_ble_prov' which provisions WiFi on Espressif ESP32 devices over Bluetooth using Espressif-provided provisioning libraries.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

bloc_concurrency, equatable, flutter, flutter_bloc, permission_handler, plugin_platform_interface

More

Packages that depend on esp_provisioning_wifi

Packages that implement esp_provisioning_wifi