flutter_use_network_state 1.0.0
flutter_use_network_state: ^1.0.0 copied to clipboard
Network connectivity hooks for Flutter applications. Provides useNetworkState hook for monitoring connection status, network type, and handling offline scenarios.
1.0.0 #
First Stable Release
Network connectivity awareness for modern apps. Handle offline scenarios gracefully and provide users with clear connection status feedback.
Features
useNetworkState()
hook for comprehensive connectivity monitoring- Real-time network status updates
- Detailed connection type detection (WiFi, mobile, ethernet)
- Connection quality assessment
- Seamless offline/online state transitions
- Consistent behavior across all platforms
Reliability
- Battle-tested in production environments
- Handles edge cases and network transitions smoothly
- Minimal performance impact
- Easy integration with existing error handling
0.0.4 #
Development Update to require sdk >= 2.17.0 same as flutter_hooks 0.20.0 Update to flutter_hooks ^0.20.0
0.0.3 #
Development Update to Flutter v3 Update to require sdk >= 2.14.0 Update to flutter_hooks ^0.18.5+1 Update to connectivity_plus ^2.3.6+1
0.0.2 #
Features
Add useNetworkState()
hook.