netguard 1.0.1
netguard: ^1.0.1 copied to clipboard
A powerful HTTP client for Flutter built on top of Dio with enhanced security and networking capabilities.
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.