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

Error: Cannot run with sound null safety #17

Closed abobija closed 3 years ago

abobija commented 3 years ago

I cannot build my project with this library included. I'm getting this error:

Error: Cannot run with sound null safety, because the following dependencies
don't support null safety:

- package:esptouch_flutter

For solutions, see https://dart.dev/go/unsound-null-safety

Can you please make this library to support null safety?

max-koehler commented 3 years ago

The support of null safety is on our list but not a top priority at the moment, which is why i can't tell when it will be supported. Having said that, we'd be happy to help you, if you want to fix that issue yourself.

abobija commented 3 years ago

@max-koehler Nevermind, I have wrote full library in plain Dart, no platform specific. Thank you anyway for quick answer and willingness to help.

MaheshParuchuri commented 3 years ago

@max-koehler Nevermind, I have wrote full library in plain Dart, no platform specific. Thank you anyway for quick answer and willingness to help. Sir can you help me by sharing the code. It helps me more and more for my project

abobija commented 3 years ago

@MaheshParuchuri esp_smartconfig

MaheshParuchuri commented 3 years ago

How to use your esp_smartconfig it bit confusion

vincevargadev commented 3 years ago

It should be now possible to use the app with sound null safety.

https://pub.dev/packages/esptouch_flutter/changelog

If you have issues with the migrated code, please open a new issue, I'll try to fix it ASAP.

abobija commented 3 years ago

Thanks @vincevargadev