unwired 0.8.3 unwired: ^0.8.3 copied to clipboard
Unwired is a fast and minimalistic Dart HTTP client library. It supports cancellable requests, managed authentication and multithreaded requests.
[0.8.0] - 9th May 2023. #
- Native HTTP Worker Fixed
[0.7.0] - 7th May 2023. #
- Added doc comments.
[0.6.0] - 26th April 2023. #
- First Complete Implementation of the new Unwired ⚡ library
- Needs documentation
[0.2.0] - 5th March 2022. #
- Using Flutter Secure Storage across all platforms
[0.1.3] - 14th May 2021. #
- CallType (GET, POST, DEL etc) and Content Type of network calls moved to URL route class.
[0.1.0] - 13th May 2021. #
- Make network request with disposable feature and multi-threading.