connectivity_plus_wrapper 1.0.0
connectivity_plus_wrapper: ^1.0.0 copied to clipboard
A smarter, more insightful Flutter connectivity package.** Goes beyond basic online/offline detection to provide meaningful connection statuses, quality analysis, and seamless transition handling.
1.0.0 #
- Initial release of
connectivity_plus_wrapper
🎉 - Smart connectivity statuses (connected, disconnected, unstable, restored, roaming, checking).
- Transition tracking with offline duration.
- Real internet access checks with customizable test servers.
- Pre-built UI widgets (
ConnectivityBuilder
,ConnectivityOverlay
). ConnectivityAware
mixin for reactive widgets.- Configuration options for thresholds and check intervals.