Skip to content

Releases: MaikuB/flutter_appauth

flutter_appauth-v0.9.1

30 May 01:08
5f39fd4
Compare
Choose a tag to compare
  • [iOS] Update AppAuth SDK dependency to 1.3.1

flutter_appauth_platform_interface-v2.0.0

28 May 12:32
496a2a0
Compare
Choose a tag to compare
  • BREAKING CHANGE Removed the toMap methods so that it's not part of the public API surface. This was done as these methods were for internal use. Currently flutter_appauth (version 0.8.3) is constrained to depend on versions >= 1.0.2 and < 2.0.0. As it's possible that plugin consumers were calling the methods via the plugin, where the platform interface is a transitive dependency, the platform interface has been bumped to version 2.0.0 instead of 1.1.0 to be safe.
  • Added preferEphemeralSession to AuthorizationRequest and AuthorizationTokenRequest classes. Thanks to the PR from Matthew Smith.

flutter_appauth-v0.9.0

30 May 01:07
666e17b
Compare
Choose a tag to compare
  • Bumped dependency on flutter_appauth_platform_interface
  • [iOS] The preferEphemeralSession property has been added to the AuthorizationRequest and AuthorizationTokenRequest classes. This enables authorization requests to be done a in private session that won't share cookies and other data with the user's regular browser. This property only works when run on iOS versions 13 and above. Thanks to the PR from Matthew Smith
  • BREAKING CHANGE bumping the flutter_appauth_platform_interface dependency includes the removal of the toMap method from all classes. These methods were used internally by plugin and thus have been removed
  • BREAKING CHANGE Bumped Gradle plugin to 3.6.3

flutter_appauth-v0.8.3

01 May 12:08
b9d9d18
Compare
Choose a tag to compare
  • [Android] Fixed an issue where a NullPointerException could occur when too many operations are started at one time. Thanks to the PR from Josh Burton

flutter_appauth-v0.8.2

03 Apr 11:17
ccf5582
Compare
Choose a tag to compare
  • [Android] Fixed issue 98 where certain exceptions on Android could prevent the plugin from being able to perform more operations

flutter_appauth_platform_interface-v1.0.2

20 Feb 10:25
19403ae
Compare
Choose a tag to compare
  • Fixes issue #86 where there was an error on casting tokenAdditionalParameters property upon calling the token() method. Thanks to the PR from Sven

flutter_appauth-v0.8.1

20 Feb 10:39
19d1352
Compare
Choose a tag to compare
  • Bump dependency on flutter_appauth_platform_interface to take in fix for casting error that could apply upon calling token() method

flutter_appauth_platform_interface-v1.0.1

15 Feb 09:56
9edeb80
Compare
Choose a tag to compare
  • Specify the object type for the instance property within FlutterAppAuthPlatform instead of being dynamic

flutter_appauth_platform_interface-v1.0.0+1

15 Feb 09:32
bacca4d
Compare
Choose a tag to compare

flutter_appauth_platform_interface-v1.0.0

15 Feb 09:22
7442bba
Compare
Choose a tag to compare
  • Initial release of platform interface