flutter_https 0.0.2
flutter_https: ^0.0.2 copied to clipboard
A powerful and easy-to-use HTTP client for Dart and Flutter with advanced features like interceptors, retry handling, logging, file downloading, and temporary file management.
0.0.1 #
- Initial version
- Basic HTTPS client implementation
- Interceptor support
- Retry mechanism
- Logging interceptor
- Header interceptor
- Static API methods (https.get, https.post, etc.)
- Simplified URL handling (accept string URLs directly)
- File download with progress reporting (https.download)
- Downloaded file management (get, list, delete by name, delete all)
- Temporary file management (create, delete, list, cleanup)
- Comprehensive error handling with custom HTTPSException