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

ESPtouch Issuse. #18

Closed MaheshParuchuri closed 2 years ago

MaheshParuchuri commented 3 years ago

Null Safety and device count is not working. When two ESP are in on it is connected to two ESP's but for only one ESP the data is Going . Please Resolve it sir.

max-koehler commented 3 years ago

@MaheshParuchuri I saw that you were also involved in issue #17 As mentioned in that issue, we can't give a timeline when null safety will be supported, but welcome everyone to open PR and contribute to the codebase.

Regarding your second issue with multiple device, you would need to provide more information. Are you using the example code? Are both devices connected successfully?

rndsamjin commented 3 years ago

Null Safety and device count is not working. When two ESP are in on it is connected to two ESP's but for only one ESP the data is Going . Please Resolve it sir.

try this, at this at top of your main.dart or esptouch plugin main.drt // @dart=2.11 or // @dart=2.9

vincevargadev commented 3 years ago

Null safety landed in 1.0.0. Please check if your issue still exist and please clarify your issue if it does. A minimum reproducible example would be great.