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

wifi_info #24

Closed povodupasan closed 2 years ago

povodupasan commented 2 years ago

Hi,

"class SimpleWifiInfo { static const platform = MethodChannel('eng.smaho.com/esptouch_plugin/example');"

when I deal with this part on my own project I constantly get error. I cant acces to ssid and also bssid. I also tried to use wifi_info and connectivity but I didn't get any results. What should I do?