flutter_connectivity_service 2.1.0
flutter_connectivity_service: ^2.1.0 copied to clipboard
A comprehensive Flutter package for managing network connectivity with real-time monitoring, automatic reconnection, and user-friendly snackbar notifications.
Changelog #
All notable changes to this project will be documented in this file.
2.1.0 - 2025-11-25 #
Added #
- Added custom timeout option when checking connectivity.
- Added method to force refresh current connection status.
- Added support for Web platform connectivity detection.
Fixed #
- Fixed issue where connection stream did not update correctly on Android 13+.
- Improved error handling for edge cases.
1.0.0 - 2025-09-09 #
Added #
- Initial release of
flutter_connectivity_servicepackage. - Provides easy-to-use API to check internet connectivity status in Flutter apps.
- Supports real-time connection status changes (online/offline).
- Handles platform-specific connectivity checks (iOS, Android).
- Exposes connectivity status as Stream for reactive usage.
- Simple method to check current connection status (WiFi, Mobile, None).
- Example usage included in the documentation.
Fixed #
- Minor bug fix: Stream was not properly emitting connectivity status on some devices.
- Improved null-safety compliance.
- Improved package documentation and code comments.