unicloudvn / esp_provisioning

Flutter Provisioning library for ESP-IDF ESP32 Unified provisioning
https://unicloudgroup.dev
Apache License 2.0
66 stars 53 forks source link

Bugfix for Example app and Ble Service #10

Open omert08 opened 3 years ago

omert08 commented 3 years ago

Issues fixed:

bretmh commented 3 years ago

Any plans to merge? Flutter 2 support would be a huge improvement.

bretmh commented 3 years ago

I've tested this with my ESP32-WROOM-32D and works great on a range of Android devices and Apple devices.

Had some issues with image and crypto dependencies needing overrides.

image: ^3.0.0-nullsafety.0
crypto: ^3.0.0
omert08 commented 3 years ago

Hey @bretmh, I have created another repository with Softap provisioning. https://github.com/omert08/esp_softap_provisioning

Hope it helps !