Skip to content

Releases: MaikuB/flutter_appauth

flutter_appauth-v0.8.0

15 Feb 11:13
1230109
Compare
Choose a tag to compare
  • Migrated plugin to use platform interface
  • [Android] Support v2 Android embedding. Example app has been updated accordingly
  • BREAKING CHANGE removed name constructor from FlutterAppAuth class that visible for testing
  • BREAKING CHANGE when grant type cannot be inferred, this now throws an ArgumentError instead of a string containing the error message
  • Fixed some formatting issues in the changelog

flutter_appauth-v0.7.0+1

31 Jan 21:26
8dc3fec
Compare
Choose a tag to compare
  • Fix code snippet in readme where the variable for saving the result of the token() method should have been of type TokenResponse (issue 74). Thanks to PR from Stephen Owens.

flutter_appauth-v0.7.0

29 Jan 11:12
d3506e9
Compare
Choose a tag to compare
  • Add minimum version of Flutter (1.12.13+hotfix.5) to address MissingPluginException raised issue 66
  • Update pubspec file of example app to reference plugin in the dependencies section instead of dev_dependencies to avoid confusion
  • Update changelog for 0.6.0 where the minimum Flutter version should have been added

flutter_appauth-v0.6.0+1

24 Jan 13:24
7faff7e
Compare
Choose a tag to compare
  • Correct changelog entry for 0.6.0 release. Previously reported plugin updated to use Gradle plugin 3.5.2 but should have written 3.5.3

flutter_appauth-v0.6.0

11 Jan 03:37
23f1c00
Compare
Choose a tag to compare
  • Fix issue on iOS where login_hint and promptValues weren't being passed when requesting to be authorised without using service discovery