Skip to content

flutter_appauth-v11.0.0

Latest

Choose a tag to compare

@MaikuB MaikuB released this 26 Oct 10:13
233be1f
  • Added Prompt class that exposes standard prompt string values as defined in the OIDC specification. Thanks to the PR from Valentin Michalak
  • Potentiallu breaking change [Android] plugin will now throw a PlatformException with a null_activity error code when plugin runs into a scenario where the bound Flutter activity has been detached/disposed. Thanks to the PR from Sam Costa