File tree Expand file tree Collapse file tree 5 files changed +5
-10
lines changed
flutter_appauth_platform_interface
android/src/main/java/io/crossingthestreams/flutterappauth Expand file tree Collapse file tree 5 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 1
- ## [ 9.0.0-dev.1 ]
1
+ ## [ 9.0.0]
2
2
3
3
* ** Breaking change** updated minimum supported SDK version to Flutter 3.19/Dart 3.3
4
4
* [ Android] ** Breaking changes** updated ` compileSdkVersion ` to 33 and AGP to 8.0.1 to align with what's used by the AppAuth Android SDK
12
12
13
13
## [ 8.0.2]
14
14
15
-
16
15
* [ iOS] [ macOS ] bumped AppAuth iOS dependency to 1.7.6
17
16
* [ iOS] [ macOS ] ** BAD** added Swift Package Manager support but "local" testing didn't uncover. This has been reverted by 8.0.3
18
17
Original file line number Diff line number Diff line change @@ -89,10 +89,6 @@ public class FlutterAppauthPlugin
89
89
private AuthorizationService defaultAuthorizationService ;
90
90
private AuthorizationService insecureAuthorizationService ;
91
91
92
- private void setActivity (Activity flutterActivity ) {
93
- this .mainActivity = flutterActivity ;
94
- }
95
-
96
92
private void onAttachedToEngine (Context context , BinaryMessenger binaryMessenger ) {
97
93
this .applicationContext = context ;
98
94
createAuthorizationServices ();
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: flutter_appauth
2
2
description : This plugin provides an abstraction around the Android and iOS
3
3
AppAuth SDKs so it can be used to communicate with OAuth 2.0 and OpenID
4
4
Connect providers
5
- version : 9.0.0-dev.1
5
+ version : 9.0.0
6
6
homepage : https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth
7
7
8
8
environment :
@@ -12,7 +12,7 @@ environment:
12
12
dependencies :
13
13
flutter :
14
14
sdk : flutter
15
- flutter_appauth_platform_interface : ^9.0.0-dev.1
15
+ flutter_appauth_platform_interface : ^9.0.0
16
16
17
17
flutter :
18
18
plugin :
Original file line number Diff line number Diff line change 1
- ## [ 9.0.0-dev.1 ]
1
+ ## [ 9.0.0]
2
2
3
3
* ** Breaking change** updated minimum supported SDK version to Flutter 3.19/Dart 3.3
4
4
* Bumped ` flutter_lints ` dev dependency
Original file line number Diff line number Diff line change 1
1
name : flutter_appauth_platform_interface
2
2
description : A common platform interface for the flutter_appauth plugin.
3
- version : 9.0.0-dev.1
3
+ version : 9.0.0
4
4
homepage : https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth_platform_interface
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments