connectivity_watcher 3.0.5 copy "connectivity_watcher: ^3.0.5" to clipboard
connectivity_watcher: ^3.0.5 copied to clipboard

A Flutter package for fast internet checks with subsecond response times and customizable offline UI.

Release #

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 Custom type.

  • 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.

  1. ConnectivityWatcherWrapper is now ZoConnectivityWrapper

  2. ConnectivityWatcher is now ZoConnectivityWatcher

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 #

🚀 What's New #

  1. Curl Inteceptor for dio

    Now you can get curl for your api request inside your console with dio

  2. Api call with internet status

🐛 Bug Fixes #

  • Resolved overlay removal when network status changes

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.
40
likes
150
points
203
downloads
screenshot

Publisher

verified publisherthezerone.com

Weekly Downloads

A Flutter package for fast internet checks with subsecond response times and customizable offline UI.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter

More

Packages that depend on connectivity_watcher