advanced_api_client 0.0.1
advanced_api_client: ^0.0.1 copied to clipboard
A Flutter package to simplify API requests, including RESTful CRUD, file uploads, and pagination.
CHANGELOG.md #
# Changelog
All notable changes to this package will be documented in this file.
## [0.0.1] - 2026-02-18
### Added
- Initial release
- GET, POST, PUT, PATCH, DELETE requests
- Token-based authentication
- Token refresh support
- File upload support
- Pagination support
- Custom interceptors
- Example Flutter app demonstrating usage