scientifichackers / flutter-wifi-connect

Dead simple WiFi connect functionality for flutter.
Other
23 stars 11 forks source link

How to fix it? #6

Open rkverma2022 opened 3 months ago

rkverma2022 commented 3 months ago

mylibmanager version 2_1_0] flutter pub add wifi_connect The current Dart SDK version is 3.3.3.

Because mylibmanager depends on wifi_connect any which doesn't support null safety, version solving failed.

The lower bound of "sdk: '>=2.1.0 <3.0.0'" must be 2.12.0 or higher to enable null safety. For details, see https://dart.dev/null-safety exit code 65

rkverma2022 commented 3 months ago

environment: sdk: '>=3.3.0 <4.0.0'

I don't want to disturb this, please update the plugin