fliq 0.0.2 fliq: ^0.0.2 copied to clipboard
Fliq is a simple and fluent Flutter library for building Restful clients with a focus on ease of use and readability. Supports cookies, interceptors and authentication.
Change Log #
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
[0.0.1] - 2024-01-11 #
- Refactored the form API
[0.0.1] - 2024-01-10 #
- Initial release
- Added Fliq class for creating HTTP clients
- Added FliqRequest class for building HTTP requests
- Added support for URL-encoded forms
- Added support for multipart forms
- Added support for JSON request encoding
- Added support for JSON request decoding
[Unreleased] #
- support for sending and receiving cookies