You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flutter_appauth/CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
## [11.0.0]
2
+
3
+
* Added `Prompt` class that exposes standard `prompt` string values as defined in the OIDC specification. Thanks to the PR from [Valentin Michalak](https://github.com/vmichalak)
4
+
***Potentiallu breaking change**[Android] plugin will now throw a `PlatformException` with a `null_activity` error code when plugin runs into a scenario where the bound Flutter activity has been detached/disposed. Thanks to the PR from [Sam Costa](https://github.com/SamCosta1)
5
+
1
6
## [10.0.0]
2
7
3
8
***Breaking change** updated minimum supported SDK version to Flutter 3.29/Dart 3.7
Copy file name to clipboardExpand all lines: flutter_appauth_platform_interface/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## [11.0.0]
2
+
3
+
* Added `Prompt` class that exposes standard `prompt` string values as defined in the OIDC specification. Thanks to the PR from [Valentin Michalak](https://github.com/vmichalak)
4
+
1
5
## [10.0.0]
2
6
3
7
***Breaking change** updated minimum supported SDK version to Flutter 3.29/Dart 3.7
0 commit comments