In this blog I will try to explain how to use esp_smartconfig library in Flutter to create a mobile application that sends WiFi credentials to an unprovisioned ESP32 device using the SmartConfig protocol. This article also serves as a written version of my YouTube video on the same topic: I…
Tag: flutter
Tutorials and resources for Flutter app development for Android, iOS, and web.
Flutter/Dart Package for SmartConfig Provisioning of ESP Devices
This Dart package brings EspTouch and EspTouchV2 SmartConfig protocols directly into your Flutter projects that uses ESP32. Written entirely in Dart, it integrates easily and works across Windows, Linux, macOS, Android, and iOS. What Is SmartConfig? SmartConfig is a technology that helps you connect new Wi-Fi devices to a network…