easy_api_call 0.0.7
easy_api_call: ^0.0.7 copied to clipboard
A reusable HTTP API service with token management.
0.0.1 #
- Initial release with dynamic HTTP requests and auto token refresh support.
0.0.2 - 2025-06-13 #
- Improved token refresh handling with refresh queue to avoid multiple refresh calls.
- Added support for PATCH HTTP method.
- Fixed deprecated usage of
onHttpClientCreate. - Enhanced documentation and added detailed comments.
- Removed internal token storage; token and refresh token must be provided by user.
0.0.3 #
- Added Flutter example project with basic usage of
ApiService. - Fixed deprecated
onHttpClientCreateusage. - Removed unused private
_baseUrlfield to clear analyzer warnings. - Improved documentation and project structure for pub.dev compatibility.
0.0.4 #
- Bump "easy_api_call" to 0.0.4.
0.0.5 #
- Bump "easy_api_call" to 0.0.5.
0.0.6 #
- Bump "easy_api_call" to 0.0.6.
0.0.7 #
- Bump "easy_api_call" to 0.0.7.