Releases: MaikuB/flutter_appauth
Releases · MaikuB/flutter_appauth
flutter_appauth-v0.9.1
- [iOS] Update AppAuth SDK dependency to 1.3.1
flutter_appauth_platform_interface-v2.0.0
- 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. Currentlyflutter_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
toAuthorizationRequest
andAuthorizationTokenRequest
classes. Thanks to the PR from Matthew Smith.
flutter_appauth-v0.9.0
- Bumped dependency on
flutter_appauth_platform_interface
- [iOS] The
preferEphemeralSession
property has been added to theAuthorizationRequest
andAuthorizationTokenRequest
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 thetoMap
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
- [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
- [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
flutter_appauth-v0.8.1
- Bump dependency on
flutter_appauth_platform_interface
to take in fix for casting error that could apply upon callingtoken()
method
flutter_appauth_platform_interface-v1.0.1
- Specify the object type for the
instance
property withinFlutterAppAuthPlatform
instead of being dynamic
flutter_appauth_platform_interface-v1.0.0+1
- Add pub badge to readme
flutter_appauth_platform_interface-v1.0.0
- Initial release of platform interface