You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use connectivity_plus for other purposes, you cannot use the
latest versions supported by Flutter3 and Dart 3.
I took the chance to bump the dependencies for this awesome package as
it's not been updated for a while.
I also updated the CI script, If you want me to perform some changes,
feel free to point them out here.
Closes#57
flutter_offline currently depends on
network_info_plus: ^2.1.2
, which is a really old version. Version 3 and even version 4 were released since then.Please depend on
network_info_plus: ^4.0.0
.The text was updated successfully, but these errors were encountered: