smaho-engineering / esptouch_flutter

ESP-Touch Dart API for Flutter. Platform-specific implementation for Android (Java) and iOS (Objective-C).
https://pub.dev/packages/esptouch_flutter
MIT License
100 stars 34 forks source link

Changing minSDK to 19 will break the callback listener #30

Open hhyari opened 2 years ago

hhyari commented 2 years ago

I have changed the minSDK of android to 19 instead of 16 due to breaking features in newer versions of firbase libraries.

After changing the minSDK, esptouch stopped from detecting a successful wifi paring with esp8266.

I returned to minSDK 16, it worked fine again.