auth0_flutter 1.13.0 copy "auth0_flutter: ^1.13.0" to clipboard
auth0_flutter: ^1.13.0 copied to clipboard

Auth0 SDK for Flutter. Easily integrate Auth0 into Android / iOS Flutter apps.

Change Log #

af-v1.13.0 (2025-09-02) #

Full Changelog

Fixed

  • Resolves the inconsistency where the web platform required an invitation ticket ID for the parameter, while mobile platforms required the full URL. #645 (utkrishtsahu)
  • fix(android): SMS login to use phoneNumber instead of email #633 (hiiiP0wer)
  • Adding fix for OnLoad() for refresh redirecting #624 (utkrishtsahu)

af-v1.12.0 (2025-07-10) #

Full Changelog

Added

  • chore: added new renewCredentials method to fetch a new set of credentials #610 (pmathew92)
  • dart api to input allowed browser packages for web auth login #611 (NandanPrabhu)
  • chore : added new properties to web_authentication_exception and credentials_manager_exception class #609 (pmathew92)
  • Added webAuth cancel for ios to prevent active transaction errors #573 (pmathew92)

af-v1.11.0 (2025-06-11) #

Full Changelog

Added

  • Added support to configure credentials manager for iOS and Android #576 (pmathew92)

af-v1.10.0 (2025-04-29) #

Full Changelog

Added

Fixed

  • Fixed the WASM compilation issue on 3.24 version of flutter #547 (pmathew92)

af-v1.9.0 (2025-03-05) #

Full Changelog

Added

Updated

  • Updated Flutter version to 3.24.0 (pmathew92)
  • Updated Dart sdk version to 3.5.0 (pmathew92)

af-v1.8.0 (2025-02-13) #

Full Changelog

This release updates the minimum required version for iOS to 14

Added

Changed

af-v1.7.2 (2024-05-09) #

Full Changelog

Fixed

  • (af) chore: upgraded dependency on Auth0.swift to 2.7.2 #451 (desusai7)
  • ci: upgraded setup-ruby action version to 1.176.0 #452 (desusai7)

af-v1.7.1 (2024-05-03) #

Full Changelog

Fixed

  • (af) chore: upgraded dependency on Auth0.swift to 2.7.1 to fix the declaration of privacy manifest #448 (desusai7)

af-v1.7.0 (2024-04-22) #

Full Changelog

Added

af-v1.6.0 (2024-03-18) #

Full Changelog

Added

  • Add support for HTTPS redirect URLs [SDK-4754] #417 (Widcket)

af-v1.5.0 (2023-12-15) #

Full Changelog

Added

af-v1.4.1 (2023-12-07) #

Full Changelog

Fixed

  • af: Install Kover from the library's Gradle config #372 (Widcket)
  • Update auth0_flutter_platform_interface to 1.4.0 #370 (Widcket)

af-v1.4.0 (2023-12-06) #

Full Changelog

Added

Changed

  • Remove and gitignore pubspec.lock files #340 (Widcket)

af-v1.3.1 (2023-11-08) #

Full Changelog

Fixed

af-v1.3.0 (2023-10-27) #

Full Changelog

Changed

  • Lock Auth0.Android version to avoid dynamic versioning #311 (poovamraj)
  • Add namespace to build.gradle #290 (poovamraj)
  • af: Pin Auth0.swift and its dependencies to last version that supports iOS 12 #276 (Widcket)

Fixed

1.2.1 - 2023-06-06 #

Full Changelog

Fixed

  • fix: allow audience and scope to be supplied during initialization #272 (stevehobbsdev)

1.2.0 - 2023-05-31 #

Full Changelog

This release adds official support for the Web platform! 🎉 Please checkout the readme for full usage instructions for all supported platforms.

Other changes in this release:

Added

  • Add support for requesting MFA challenges [SDK-4052] #251 (Widcket)

Fixed

1.2.0-beta.1 - 2023-05-24 #

Full Changelog

Changed

  • Document how to load the SPA SDK in index.html #254 (Widcket)
  • Document how to pass the port 3000 when running a web app #249 (Widcket)

Fixed

1.2.0-beta.0 - 2023-04-14 #

Full Changelog

This release adds support for the web platform.

Added

1.1.0 - 2023-02-23 #

Full Changelog

Added

Fixed

1.0.2 - 2022-11-03 #

Full Changelog

Changed

Security

1.0.1 - 2022-09-14 #

Full changelog

Fixed

  • Fix timezone issue in Android Credentials Manager handler #162 (widcket)

1.0.0 - 2022-08-25 #

This is the General Availability release of the Auth0 Flutter SDK! 🎉

This release marks the first stable release of the SDK and is fully supported for use in production environments.

⚠️ Breaking changes #

There are a small number of breaking changes from 1.0.0-fa.0 in this release:

Renamed properties The following properties were renamed to comply with Dart's API guidelines.

See #146

  • UserProfile.profileURL to UserProfile.profileUrl
  • UserProfile.pictureURL to UserProfile.pictureUrl
  • UserProfile.websiteURL to UserProfile.websiteUrl
  • ApiException.isInvalidAuthorizeURL to ApiException.isInvalidAuthorizeUrl
  • ApiException.isPKCENotAvailable to ApiException.isPkceNotAvailable

Scheme registration

The scheme option of webAuthentication().login and webAuthentication().logout() was moved up a level to become an option of webAuthentication() instead.

Before:

auth0.webAuthentication().login(scheme: 'custom-scheme');
auth0.webAuthentication().logout(scheme: 'custom-scheme');

After:

auth0.webAuthentication(scheme: 'custom-scheme').login();
auth0.webAuthentication(scheme: 'custom-scheme').logout();

See #150

Renamed LocalAuthenticationOptions

LocalAuthenticationOptions was renamed to LocalAuthentication to fix up some confusion about how the class was to be used.

See #152 for details.

1.0.0-fa.0 - 2022-07-22 #

This is a First Availability release of the Auth0 Flutter SDK! 🎉

This release includes the addition of a Credentials Manager: a mechanism to manage the tokens returned from Auth0, including the ability to automatically renew the access token when expired (web authentication only). Read more about the credentials manager in the readme.

1.0.0-beta.1 - 2022-07-08 #

This is the first public beta release of the Auth0 Flutter SDK! 🎉

⚠️ This release is not yet suitable for use in production

The Auth0 Flutter SDK is a new SDK designed to make it quick and easy to integrate Auth0 into Flutter applications. Today, the SDK offers the following features:

Check out the Readme for a more detailed run through of the capabilities and API.

1.0.0-beta.0 - 2022-05-05 #

Added

  • Web Auth login
  • Web Auth logout
  • Authenticaiton API login
  • Authentication API signup
  • Authentication API user profile
  • Authentication API renew credentials
  • Authentication API reset password
67
likes
140
points
55.2k
downloads

Publisher

verified publisherauth0.com

Weekly Downloads

Auth0 SDK for Flutter. Easily integrate Auth0 into Android / iOS Flutter apps.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

auth0_flutter_platform_interface, flutter, flutter_web_plugins, web

More

Packages that depend on auth0_flutter

Packages that implement auth0_flutter