easy_api_sl 0.1.4
easy_api_sl: ^0.1.4 copied to clipboard
A Flutter package that makes API calls easy and maintainable with built-in token management, error handling, and logging.
Changelog #
0.1.3 #
- Fixed formatting issues in API files
- Updated documentation
- Improved code organization
0.1.2 #
- Reorganized code structure
- Fixed linting issues
- Updated package name and repository information
0.1.1 #
- Added token management
- Improved error handling
- Added request/response logging
- Added form data support
0.1.0 #
- Initial release
- Basic HTTP request functionality
- Support for GET, POST, PUT, PATCH, and DELETE methods
- Query parameter support
- Header management
- Error handling