http_api_service 1.0.4
http_api_service: ^1.0.4 copied to clipboard
A simple and reusable HTTP service for Flutter applications.
Changelog #
1.0.3 - 2025-01-13 #
publishing.
- Example Usage Added: Introduced a structured example to demonstrate how to use the
api_servicepackage in your
[1.0.3] - 2025-01-13 #
New Features & Enhancements: #
- Updated LICENSE: The
LICENSEfile now includes a proper license for the package (MIT License). - Updated
pubspec.yaml: Corrected versioning and added missing fields for better compatibility with package publishing. - Example Usage Added: Introduced a structured example to demonstrate how to use the
api_servicepackage in your Flutter projects.
Fixes: #
- Improved Documentation: Enhanced explanations in the
README.mdand examples for better clarity.
1.0.2 - 2025-01-13 #
Updates: #
- Documentation Improvements: Updated documentation to clarify usage steps.
- Example Corrections: Minor corrections to example code to ensure smooth usage for developers.
1.0.1 - 2025-01-13 #
Updates: #
- Documentation Refinements: Minor tweaks to the documentation to improve understanding for new users.
- Examples: Fixed small issues with the installation steps and usage examples in the README.
1.0.0 - 2025-01-13 #
Initial Release: #
- Basic HTTP Methods: Implemented and released basic support for HTTP methods like GET, POST, PUT, and DELETE.
- Error Handling: Introduced automatic handling for common HTTP error statuses such as 400, 401, 404, and 500.
- Logging: Added detailed request and response logging to help developers with debugging.
- First public release: The first stable release of
http_api_servicefor public use.