rest_client 1.0.4 rest_client: ^1.0.4 copied to clipboard
A Dart and Flutter based REST API client that simplifies making RESTful calls. In Flutter, the response is processed on a separate Isolate to avoid causing jank on the UI thread for large responses. [...]
[1.0.4] - July 13th, 2020 #
- Updated dependencies
[1.0.3] - June 11th, 2020 #
- Deprecated internal Jsonable class in favor of the JsonClass package's version
[1.0.2] - May 6th, 2020 #
- Minor fix to
parseDouble
[1.0.1] - April 16th, 2020 #
- Updated project metadata
[1.0.0] - April 12th, 2020 #
- Initial release