flutter_connectivity_widget
flutter_connectivity_widget copied to clipboard
updating connectivity widget with with flutter v2.0.0
- Updating all packages on which the widget is dependent.
- Fixing bug in which the default version of the package doesn't work in Release mode on Android devices (Changing URL to ping to use HTTPS instead of HTTP which is forbidden in Android release mode)
- Switching deprecated and unmaintained 'simple_connctivity' package with null safety maintained 'connectivity' package
- Fixing Podfile for easy starting of the 'example' application
Thanks for the PR @YonyElm ! I haven't had much time lately but I will prioritise this!
Whenever you have time. By the way:
- The package is still not null-safe or null-safe-aware, it just flutters 2.x compatible (I didn't touch the original SDK version)
- Also I didn't change the checksum in the README for the packages I have changed
@YonyElm
- this PR has some conflicts
- I tested it and wasn't able to see the package working correctly - when in an Android emulator, if I don't have an internet connectivity, it won't update the status, had to close and reopen the app for it to update the status