rest_client 1.0.6+2 rest_client: ^1.0.6+2 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.6+2] - January 10th, 2021 #
- Dependency updates
[1.0.6+1] - August 22nd, 2020 #
- Metadata
[1.0.6] - August 22nd, 2020 #
- Rolling back to meta 1.1.8 due to
flutter_test
incompatiblities
[1.0.5] - August 22nd, 2020 #
- Updated dependencies
[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