connectivity_watcher 3.0.2
connectivity_watcher: ^3.0.2 copied to clipboard
A Flutter package to check your internet connectivity with subsecond response times, even on mobile networks!.
Release #
3.0.2 #
-
Fixed curl Interceptor formatting for postman
-
Bug Fixes
3.0.1 #
⚠️ BREAKING CHANGE #
This is a major release which contains breaking API changes.
-
ConnectivityWatcherWrapper
is nowZoConnectivityWrapper
-
ConnectivityWatcher
is nowZoConnectivityWatcher
Added new styles for noconnectivity and updated code for latest flutter
🐛 Bug Fixes #
-
Resolved black screen issue with alert style
-
Minor bug fixes and improvements
2.0.1 #
2.0.0 #
⚠️ BREAKING CHANGE #
This is a major release which contains breaking API changes.
⚠️ ConnectionAwareApp is now ConnectivityWatcherWrapper
-
navigatorKey
optional parameter added for navigatorkey which allow you to add your own navigation key. -
subscribeToConnectivityChange
exposed a connectivity listener to listen for connectivity changes anywhere in the app and peform user operation with callback special thanks to @avnp16 for the request.
🐛 Bug Fixes #
-
Resolved context null issue on internet change status in custom style
-
Minor bug fixes and improvements
1.0.3 #
- Updated dependency and enhancement
1.0.2 #
- Fixed Overlay issue for custom style.
1.0.1 #
- Improved functionality and Refactored Code with addition features
1.0.0 #
- Added ConnetivityAppWrapper and improved functionality
0.0.2 #
- Added Default No Internet widget and minor fixes
0.0.1 #
- initial release.