Releases: MaikuB/flutter_appauth
Releases · MaikuB/flutter_appauth
flutter_appauth-v0.8.0
- 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
- Fix code snippet in readme where the variable for saving the result of the
token()
method should have been of typeTokenResponse
(issue 74). Thanks to PR from Stephen Owens.
flutter_appauth-v0.7.0
- 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 ofdev_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
- 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
- Fix issue on iOS where login_hint and promptValues weren't being passed when requesting to be authorised without using service discovery