connectivity_watcher 3.1.0
connectivity_watcher: ^3.1.0 copied to clipboard
A Flutter package for fast internet checks with subsecond response times and customizable offline UI.
Release #
3.1.0 #
🚀 What's New #
- In-App Network Inspector: Added a dedicated Chrome-like network tab (
ZoNetworkLogsScreen) to monitor, inspect, and copy cURL commands for all your HTTP traffic. - Blazing Fast Connectivity Checks: Optimized DNS socket connection tests using a
Completerfor near-instantaneous offline-to-online state transitions. - Zero-Lag UI Recovery: Dismissing the "No Internet" overlay is now entirely synchronous with network restoration, eliminating unnecessary background double-checks.
- Hardened Retry Queue: Improved thread safety for
ZoRetryManagerto guarantee flawless execution of stacked offline requests once the connection returns. - Dynamic Overlay Anchoring: The overlay manager now reliably attaches to the active context even during complex navigation stacks.
3.0.6 #
- Now you can pass your custom heartbeat url or dns address to check network connectivity.
- Removed ping check.
- Updated curl generator
3.0.5 #
- Added Socket based connection check.
3.0.4 #
-
Fixed initial network status detection bug.
-
Resolved overlay crash with open bottom sheets for
Customtype. -
Updated dependencies for latest Flutter support.
3.0.3 #
-
Added Retry Mechanism for API Calls with
makeApiCallWithRetry. -
Fixed Alert pop issue when internet comes back and alert is not present.
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.
-
ConnectivityWatcherWrapperis nowZoConnectivityWrapper -
ConnectivityWatcheris 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
-
navigatorKeyoptional parameter added for navigatorkey which allow you to add your own navigation key. -
subscribeToConnectivityChangeexposed 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.
