flutter_connectivity_widget
flutter_connectivity_widget copied to clipboard
A widget that shows the user if the phone is connected to the internet or not
And because flutter_cache_manager >=3.0.0-nullsafety.0 depends on http ^0.13.0 and connectivity_widget >=0.1.6 depends on rxdart ^0.24.0, if flutter_cache_manager >=3.0.0-nullsafety.0 and connectivity_widget any then dio ^2.1.0 or rxdart ^0.24.0.
not support null safety
hi developer, can this plugin Migrating to null safety, Thanks
* 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...
Feature Request
Hi, This looks like a great widget, I'm just trying it out at the moment to see if it will work for my app. It seems to be working well...
#19 Pull Request Sent The default values within the ConnectivityUtils are getting overridden with NULL if initialize is called without values passed through. Also they will get overridden if instance...
Hi, Thanks for creating this. I am trying to implement but have run into strange behavior with the following line: `ConnectivityUtils.instance.setServerToPing("https://gist.githubusercontent.com/Vanethos/dccc4b4605fc5c5aa4b9153dacc7391c/raw/355ccc0e06d0f84fdbdc83f5b8106065539d9781/gistfile1.txt");` It works great with the address you provided but...
I tested the hold original code offline banner is at bottom center. when i copied some code from there to my code, it's going to top center. Any idea how...
Good day! Your widget is working as expected, but in my case, I'm using bottomNavigationBar with BottomAppBar widget in the Scaffold, the banner is shown and fully animated just behind...