esp_provisioning icon indicating copy to clipboard operation
esp_provisioning copied to clipboard

Bugfix for Example app and Ble Service

Open omert08 opened this issue 3 years ago • 3 comments

Issues fixed:

  • The app was not compiling with Flutter 2, minSdkVersion is changed in Gradle file.
  • Ble service was not working if BT is already enabled in Android.
  • The app was giving NullParameter error for ble_peripheral in WiFi Bloc, there was no communication between BleBloc and WiFiBloc, it is solved.

omert08 avatar Mar 15 '21 11:03 omert08

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

bretmh avatar Apr 20 '21 15:04 bretmh

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

bretmh avatar Apr 20 '21 21:04 bretmh

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

Hope it helps !

omert08 avatar Apr 20 '21 21:04 omert08