api_widget 0.0.1
api_widget: ^0.0.1 copied to clipboard
A powerful and flexible Flutter widget for handling API requests with built-in loading states, error handling, and retry mechanisms.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.1 - 2025-03-04 #
Added #
- Initial release of API Widget
- Basic API request handling functionality
- Loading overlay support
- Error handling and retry mechanisms
- Custom header management
- Multipart form data support
- Request/response logging
- Timeout handling
- Debug mode with curl command generation
Changed #
- None
Deprecated #
- None
Removed #
- None
Fixed #
- None
Security #
- None