quickapi 1.0.0+1
quickapi: ^1.0.0+1 copied to clipboard
A lightweight Flutter package to simplify API requests
1.0.0 - 2025-01-28 #
Added #
- Initial release of the QuickApi package.
- Support for GET, POST, PUT, DELETE requests.
- Support for multipart POST requests (file uploads).
- Implemented caching, retries, and timeout handling.
- Added interceptors for custom request/response handling.
- Detailed error handling with custom error classes (TimeoutError, NetworkError, etc.).
Fixed #
- Various bug fixes related to request handling and error messages.