connectivity_monitor 1.0.8
connectivity_monitor: ^1.0.8 copied to clipboard
A Flutter package to monitor internet connectivity with dynamic UI updates and toast notifications.
1.0.8 #
Changes: #
- Fixed null safety issue in dispose method by properly checking if
_connectivitySubscriptionis initialized before canceling it. - Changed
_connectivitySubscriptionfromlateto nullable to prevent potential runtime errors. - No breaking changes. Safe upgrade from 1.0.7.
1.0.7 #
Changes: #
- Minor bug fix in
connectivityLoadingWidgetparameter. - No breaking changes. Safe upgrade from 1.0.6.
1.0.6 #
Changes: #
- Added
connectivityLoadingWidgetparameter to allow a custom widget while checking connectivity status. - Updated Dart SDK constraint to
">=3.6.0 <4.0.0"to support Dart 3.7.x. - No breaking changes. Safe upgrade from 1.0.5.