Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix for Example app and Ble Service #10

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Conversation

omert08
Copy link

@omert08 omert08 commented Mar 15, 2021

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.

@bretmh
Copy link

bretmh commented Apr 20, 2021

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

@bretmh
Copy link

bretmh commented Apr 20, 2021

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
Copy link
Author

omert08 commented Apr 20, 2021

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

Hope it helps !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants