flutter_connectivity_widget icon indicating copy to clipboard operation
flutter_connectivity_widget copied to clipboard

updating connectivity widget with with flutter v2.0.0

Open YonyElm opened this issue 4 years ago • 3 comments

  • 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

YonyElm avatar Mar 05 '21 05:03 YonyElm

Thanks for the PR @YonyElm ! I haven't had much time lately but I will prioritise this!

Vanethos avatar Apr 07 '21 21:04 Vanethos

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 avatar Apr 08 '21 00:04 YonyElm

@YonyElm

  1. this PR has some conflicts
  2. 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

Vanethos avatar Jun 03 '21 10:06 Vanethos