Releases: MaikuB/flutter_appauth
Releases · MaikuB/flutter_appauth
flutter_appauth_platform_interface-v3.0.0-nullsafety.0
- Migrated to null safety
AuthorizationServiceConfiguration
andAuthorizationResponse
now haveconst
constructors
flutter_appauth-v1.0.0-nullsafety.0
- Migrated to null safety
flutter_appauth-v0.9.2+6
- [Android] community has reported that there seem to be instances where the plugin encounters a null intent on some devices upon processing a authorisation request. This resulted in a crash before but will now throw a
PlatformException
. Thanks to the PR from Leon Havenga
flutter_appauth-v0.9.2+5
- Updated the Android setup section in the readme to include information for apps targeting Android 11 (API 30) or newer
- [Android] bumped compile SDK version for the plugin to 30
- Updated example app to use compile and target SDK version 30
flutter_appauth-v0.9.2+4
flutter_appauth-v0.9.2+3
- [Android] fix issue 79 where an authorisation request could cause the UI to momentarily hang due to AppAuth trying to warm up the browser
flutter_appauth-v0.9.2+2
- Updated example app to use a new client id that works with the demo IdentityServer instance
flutter_appauth-v0.9.2+1
- Updated readme to add a link to Auth0 blog post and mention that the value assigned to
appAuthRedirectScheme
within the Android application'sbuild.gradle
file should be all in lowercase
flutter_appauth-v0.9.2
- [iOS] Fixes release build issue about including a non-modular header that came about from release 0.9.1+1. If you experienced issues with 0.9.1+1 (in my experience only occurs if your iOS app uses Swift), please update to 0.9.2
flutter_appauth-v0.9.1+1
- Fixes warnings picked up in Xcode raised in issue 123