netguard 1.0.3 copy "netguard: ^1.0.3" to clipboard
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 analyze warnings and hints across the library and examples.
  • Standardized LICENSE file to standard MIT format for better package recognition on pub.dev.

1.0.2 - 2026-01-12 #

🔧 Maintenance #

  • Updated connectivity_plus to ^7.0.0 to support the latest stable version and satisfy package analysis requirements.

1.0.1 - 2026-01-06 #

✨ New Features #

  • Added isLogin parameter to request methods.
    • Prevents automatic token refresh loops on 401 errors during login.
    • Bypasses offline queueing for login requests.
  • Added showLogs option to NetGuardOptions.
    • Allows toggling verbose logging on/off.
    • Critical errors are still shown even if logs are disabled.

1.0.0 - 2025-08-08 #

🎉 Initial Release #

Core Features #

  • All HTTP methods (GET, POST, PUT, PATCH, DELETE)
  • File upload/download with progress tracking
  • Static instance management and custom configurations
  • Interceptor support for request/response manipulation
  • Real-time network status updates via streams
2
likes
160
points
136
downloads

Publisher

verified publisherniteshmandal1.com.np

Weekly Downloads

A powerful HTTP client for Flutter built on top of Dio with enhanced security and networking capabilities.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, dio, flutter, hive, path_provider

More

Packages that depend on netguard