ac_oauth2_client 0.2.2
ac_oauth2_client: ^0.2.2 copied to clipboard
An unopinionated RFC-compliant OAuth 2.0 client which doesn't make assumption on anything
0.2.2 #
- Upgrade json_serializable/json_annotation packages
- Upgrade freezed/freezed_annotation packages (lint generated files)
- Upgrade ac_lints package to 0.3.0
0.2.1 #
- Update LICENSE's copyright to include contributors and use SPDX file header
- Widen SDK environment requirement to include Dart 3 versions
- Upgrade ac_lints package to 0.2.0
- Minor fix
0.2.0 #
- BREAKING CHANGE: remove need to specify statusText in OAuth2HttpResponse
- add OAuth2HttpException instead of using dart:io HttpException
0.1.0 #
- Initial release