dio_request_manager 1.0.0 copy "dio_request_manager: ^1.0.0" to clipboard
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, and DELETE requests.
  • Automatic token handling with getToken callback.
  • Error handling with custom exceptions (ApiException, NetworkException, etc.).
  • API response standardization with ApiResponse class.
  • Logging for API requests and responses.
  • Customizable base URL for flexibility.

Fixed #

  • Improved error handling for network failures.

1.1.0 Upcoming #

Added #

  • Planned support for request retries.
  • Improved logging with request/response details.
1
likes
110
points
29
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A powerful and easy-to-use API request manager using Dio.

License

MIT (license)

Dependencies

build_runner, dio, flutter, mockito

More

Packages that depend on dio_request_manager