dio_request_manager 1.0.0
dio_request_manager: ^1.0.0 copied to clipboard
A powerful and easy-to-use API request manager using Dio.
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 - 2025-03-28 #
Added #
- Initial release of
dio_request_manager. - Support for
GET,POST,PUT, andDELETErequests. - Automatic token handling with
getTokencallback. - Error handling with custom exceptions (
ApiException,NetworkException, etc.). - API response standardization with
ApiResponseclass. - Logging for API requests and responses.
- Customizable base URL for flexibility.
Fixed #
- Improved error handling for network failures.