Breaking change Bumped minimum Flutter and Dart SDK constraints to 3.13.0 and 3.1.0 respectively
Breaking change all methods have now been made to return non-nullable types
[iOS][macOS] bumped AppAuth iOS dependency to 1.7.5
Updated error handling to expose more details for each platform. Plugin will now throw FlutterAppAuthUserCancelledException when an authorization request has been cancelled as a result of the user closing the browser. For other scenarios the plugin will throw FlutterAppAuthPlatformException. See the API docs for both classes for more details on the available details. Both exception classes inherit from PlatformException so the changes should be backwards compatible
Updated readme with more details on essential knowledge and links to OAuth 2.0 specifications
flutter_appauth-v7.0.0-dev.4
Fixed visibility of FlutterAppAuthOAuthError class so that it's exported by the plugin
flutter_appauth-v7.0.0-dev.3
Breaking change all methods have now been made to return non-nullable types
[iOS][macOS] bumped AppAuth iOS dependency to 1.7.5
Added FlutterAppAuthOAuthError class that contains string constants representing OAuth 2.0 error codes defined by the specification.
Updated API docs with more details
Updated readme with more details on essential knowledge and links to OAuth 2.0 specifications
flutter_appauth-v7.0.0-dev.2
The errorUri property of the FlutterAppAuthPlatformErrorDetails class will now be populated on iOS/maCOS if available
flutter_appauth-v7.0.0-dev.1
Breaking change Bumped minimum Flutter and Dart SDK constraints to 3.13.0 and 3.1.0 respectively
Updated error handling to expose more details for each platform. Plugin will now throw FlutterAppAuthUserCancelledException when an authorization request has been cancelled as a result of the user closing the browser. For other scenarios the plugin will throw FlutterAppAuthPlatformException. See the API docs for both classes for more details on the available details. Both exception classes inherit from PlatformException so the changes should be backwards compatible.
Commits
9667d92 [various] prepare for 7.0.0 release (#531)
8a614da [various] switched to use flutter_lints (#530)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps flutter_appauth from 6.0.7 to 7.0.0.
Release notes
Sourced from flutter_appauth's releases.
Commits
9667d92
[various] prepare for 7.0.0 release (#531)8a614da
[various] switched to use flutter_lints (#530)b792c43
exported FlutterAppAuthOAuthError (#527)0023e4d
moved theme fix changelog entry to 6.0.7 (#526)569b1b6
updated readme to add theme when apps specify the RedirectUriReceiverActivity...df152c4
updated validate workflow to also run when pushing hotfix branches (#524)10d578f
added FlutterAppAuthOAuthError to hold standard error codes that apps can ref...192c79b
[flutter_appauth] specify theme for RedirectUriReceiverActivity (#522)5cdd1db
updated documentation (#521)96e78a0
bumped AppAuth iOS dependency to 1.7.5 (#520)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show