connectivity_widget 0.1.7 connectivity_widget: ^0.1.7 copied to clipboard
A widget that shows the user if the phone is connected to the internet or not
[0.1.5] #
- Added
ConnectivityUtils.initialize
to initialize with theserverToPing
andcallback
, so that the first time we check the internet access we ping the correct server and use the provided callback
[0.1.4+1] #
- Update dependencies
[0.1.4] #
- Change implementation from connectivity to simple_connectivity so that location-aware
Info-plist
strings are no longer required
[0.1.3] #
- Fix Dio dependency still present in repo
- Change example
[0.1.2] #
- Update example
- Remove Dio from dependencies
[0.1.1] #
- Banner is invisible when there is no connection
- Fixed issue of banner not showing when starting the app in offline mode
[0.1.0+1] #
- Update RxDart Version
[0.1.0] #
- Initial Release