Skip to content

Releases: MaikuB/flutter_appauth

flutter_appauth_platform_interface-v3.0.0-nullsafety.0

  • Migrated to null safety
  • AuthorizationServiceConfiguration and AuthorizationResponse now have const constructors

flutter_appauth-v1.0.0-nullsafety.0

21 Feb 00:57
Compare
Choose a tag to compare
Pre-release
  • Migrated to null safety

flutter_appauth-v0.9.2+6

11 Oct 07:55
defe695
Compare
Choose a tag to compare
  • [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

27 Sep 02:01
a08796a
Compare
Choose a tag to compare
  • 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

04 Sep 11:47
4977dfc
Compare
Choose a tag to compare
  • [Android] fix issue 131 where setting the allowInsecureConnections flag to true whilst doing an authorisation or token request didn't behave as expected. Thanks to the PR from Hongxu Xu

flutter_appauth-v0.9.2+3

25 Aug 12:28
020a19d
Compare
Choose a tag to compare
  • [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

14 Jul 13:22
674f11c
Compare
Choose a tag to compare
  • Updated example app to use a new client id that works with the demo IdentityServer instance

flutter_appauth-v0.9.2+1

11 Jul 01:29
7a8ffe5
Compare
Choose a tag to compare
  • Updated readme to add a link to Auth0 blog post and mention that the value assigned to appAuthRedirectScheme within the Android application's build.gradle file should be all in lowercase

flutter_appauth-v0.9.2

17 Jun 09:55
0ee0e3e
Compare
Choose a tag to compare
  • [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

15 Jun 10:53
e9ab9f1
Compare
Choose a tag to compare
  • Fixes warnings picked up in Xcode raised in issue 123