rest_client 2.4.0
rest_client: ^2.4.0 copied to clipboard
A Dart implementation of the a REST client that supports using an Isolate for decoding.
2.4.0 November 12th, 2023 #
- Updated with the
withCredentials
option for browser clients.
2.3.0 November 12th, 2023 #
- Dependency updates
- Updated with latest analysis rules
2.2.3+7 November 7, 2023 #
- Automated dependency updates
2.2.3+6 October 31, 2023 #
- Automated dependency updates
2.2.3+5 October 24, 2023 #
- Automated dependency updates
2.2.3+4 October 3, 2023 #
- Automated dependency updates
2.2.3+3 September 5, 2023 #
- Automated dependency updates
2.2.3+2 August 22, 2023 #
- Automated dependency updates
2.2.3+1 August 1, 2023 #
- Automated dependency updates
2.2.3 July 16th, 2023 #
- Dependency updates
2.2.2+4 July 11, 2023 #
- Automated dependency updates
2.2.2+3 July 4, 2023 #
- Automated dependency updates
2.2.2+2 June 27, 2023 #
- Automated dependency updates
2.2.2+1 June 20, 2023 #
- Automated dependency updates
2.2.2 June 17th, 2023 #
- Dart 3.0
2.2.1+13 May 30, 2023 #
- Automated dependency updates
2.2.1+12 May 23, 2023 #
- Automated dependency updates
2.2.1+11 May 2, 2023 #
- Automated dependency updates
2.2.1+10 April 25, 2023 #
- Automated dependency updates
2.2.1+9 April 11, 2023 #
- Automated dependency updates
2.2.1+8 April 4, 2023 #
- Automated dependency updates
2.2.1+7 March 28, 2023 #
- Automated dependency updates
2.2.1+6 March 21, 2023 #
- Automated dependency updates
2.2.1+5 March 7, 2023 #
- Automated dependency updates
2.2.1+4 February 21, 2023 #
- Automated dependency updates
2.2.1+3 February 14, 2023 #
- Automated dependency updates
2.2.1+2 February 7, 2023 #
- Automated dependency updates
2.2.1+1 January 31, 2023 #
- Automated dependency updates
2.2.1 January 24th, 2023 #
- Flutter 3.7
2.2.0+8 January 24, 2023 #
- Automated dependency updates
2.2.0+7 January 17, 2023 #
- Automated dependency updates
2.2.0+6 January 3, 2023 #
- Automated dependency updates
2.2.0+5 December 20, 2022 #
- Automated dependency updates
2.2.0+4 December 13, 2022 #
- Automated dependency updates
2.2.0+3 November 15, 2022 #
- Automated dependency updates
2.2.0+2 November 8, 2022 #
- Automated dependency updates
2.2.0+1 November 1, 2022 #
- Automated dependency updates
2.2.0 October 23rd, 2022 #
- Added [Interceptor] capabilities
2.1.5+5 October 18, 2022 #
- Automated dependency updates
2.1.5+4 October 11, 2022 #
- Automated dependency updates
2.1.5+3 September 20, 2022 #
- Automated dependency updates
2.1.5+2 September 13, 2022 #
- Automated dependency updates
2.1.5+1 September 6, 2022 #
- Automated dependency updates
2.1.5 August 24th, 2022 #
- Option to not throw exception on execute
2.1.4+8 August 9, 2022 #
- Automated dependency updates
2.1.4+7 July 19, 2022 #
- Automated dependency updates
2.1.4+6 July 12, 2022 #
- Automated dependency updates
2.1.4+5 July 5, 2022 #
- Automated dependency updates
2.1.4+4 June 28, 2022 #
- Automated dependency updates
2.1.4+3 June 21, 2022 #
- Automated dependency updates
2.1.4+2 June, 7, 2022 #
- Automated dependency updates
2.1.4+1 May, 31, 2022 #
- Automated dependency updates
2.1.4 May 9th, 2022 #
- Updated to restrict when to process when the content type explicitly tells us it is not JSON.
2.1.3 April 25th, 2022 #
- Removed nullability from response values that should always have to be set.
- Fall back to returning the plain body when not proper JSON to allow the end user app to decide what to do.
2.1.2 April 16th, 2022 #
- Disabled the isolate when running in debug mode due to a bug in the VS Code debugger that can cause the isolate to hang.
- Added the ability to disable the isolate to improve performance when it it is known that small responses will be encountered.
2.1.1 March 27th, 2022 #
- Added
lookup
toRequestMethod
. - Renamed
language
toaccept-language
. - Updated to remove empty headers.
2.1.0 March 5th, 2022 #
- Switched authorizer to return a Future
- Added option to accept a binary response
2.0.1+7 February 6th, 2022 #
- Dependency updates
2.0.1+6 January 3rd, 2022 #
- Dart 2.15
2.0.1+5 December 8th, 2021 #
- Dependency updates
2.0.1+4 September 19th, 2021 #
- Dependency updates
2.0.1+3 September 19th, 2021 #
- Dependency updates
- Flutter 2.5 analysis fixes
2.0.1+2 May 29th, 2021 #
- Static analysis fixes
2.0.1+1 April 11th, 2021 #
- Fix for issue #4
- Fix for issue #5
2.0.0 March 7th, 2021 #
- Null Safety
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