easy_api_call 1.0.1
easy_api_call: ^1.0.1 copied to clipboard
A reusable HTTP API service with token management.
1.0.1 #
- Fixed formatter issues.
1.0.0 #
- Added support for custom request timeouts.
- Improved error handling and error messages.
- Updated dependencies to their latest stable versions.
- Added more comprehensive API documentation.
- Fixed minor bugs and improved overall stability.
0.0.7 #
- Bump "easy_api_call" to 0.0.7.
0.0.6 #
- Bump "easy_api_call" to 0.0.6.
0.0.5 #
- Bump "easy_api_call" to 0.0.5.
0.0.4 #
- Bump "easy_api_call" to 0.0.4.
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.2 #
- 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.1 #
- Initial release with dynamic HTTP requests and auto token refresh support.