netguard 1.0.3
netguard: ^1.0.3 copied to clipboard
A powerful HTTP client for Flutter built on top of Dio with enhanced security and networking capabilities.
1.0.3 - 2026-01-12 #
🔧 Maintenance & Bug Fixes #
- Fixed all
dart analyzewarnings and hints across the library and examples. - Standardized
LICENSEfile to standard MIT format for better package recognition on pub.dev.
1.0.2 - 2026-01-12 #
🔧 Maintenance #
- Updated
connectivity_plusto^7.0.0to support the latest stable version and satisfy package analysis requirements.
1.0.1 - 2026-01-06 #
✨ New Features #
- Added
isLoginparameter to request methods.- Prevents automatic token refresh loops on 401 errors during login.
- Bypasses offline queueing for login requests.
- Added
showLogsoption toNetGuardOptions.- Allows toggling verbose logging on/off.
- Critical errors are still shown even if logs are disabled.