internet_health_plus 1.0.4
internet_health_plus: ^1.0.4 copied to clipboard
Flutter plugin for true internet reachability, latency monitoring, and network quality detection with fast, battery-optimised probing.
1.0.4 #
- Updated to latest Dart SDK and Flutter SDK environment constraints
- Added Web support (HTTP-only probing, web-safe logic)
- Fixed several minor stability and edge-case bugs
- Improved README with clear instructions, badges, and explanations
1.0.3 #
Enhancements #
- Simplified example app with beginner-friendly UI
- Added clearer import structure through
internet_health_plus.dart - Improved README with clear instructions, badges, and explanations
1.0.2 #
Enhancements #
- Simplified example app with beginner-friendly UI
- Added separation of internal/private helpers using
_privatepatterns - Added clearer import structure through
internet_health_plus.dart - Switched GitHub image URLs to raw assets for pub.dev compatibility
1.0.1 #
- Added simple & beginner-friendly usage example
- Improved README with clear instructions, badges, and explanations
- Added “Why connectivity_plus isn’t enough” documentation
- Improved banner & example app screenshots for pub.dev compatibility
- Fixed pub.dev image loading by switching to raw GitHub URLs
- Added slow-internet handling explanation + UI examples
- Minor code optimizations in example app
- Cleaned & polished overall package documentation
1.0.0 #
- Initial release
- Internet reachability detection
- Latency measurement
- Network quality classification
- Real-time status stream
- Battery optimized probe scheduler
- Riverpod integration example