auth0_flutter
Auth0 SDK for Flutter. Easily integrate Auth0 into Android, iOS, macOS, Windows, and web Flutter apps.
2.6.0
97K downloads/mo
#1149 most downloaded on pub.dev
auth0/auth0-flutter
What this package is like to depend on
Last release 23 days ago
31 Jul 2026
Ships on a steady schedule
a new release about every 2 weeks
Rarely documented
notes for 6 of 31 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
41 releases · first in 2022
17 releases in the last 12 months
see the full history below
Release timeline
41 releases · Jul 2022 to Jul 2026Releases
latest 41-
2.6.031 Jul 2026Nothing published for this version
-
2.5.017 Jul 2026Nothing published for this version
-
2.4.003 Jul 2026Nothing published for this version
-
2.3.016 Jun 2026Nothing published for this version
-
2.2.005 Jun 2026Nothing published for this version
-
2.1.021 May 2026Nothing published for this version
-
2.1.0-beta.131 Mar 2026 pre-releaseNothing published for this version
-
2.0.207 May 2026Nothing published for this version
-
2.0.115 Apr 2026Nothing published for this version
-
2.0.018 Mar 2026Nothing published for this version
-
2.0.0-beta.506 Mar 2026 pre-releaseNothing published for this version
-
2.0.0-beta.403 Mar 2026 pre-releaseNothing published for this version
-
2.0.0-beta.305 Feb 2026 pre-releaseNothing published for this version
-
2.0.0-beta.222 Jan 2026 pre-releaseNothing published for this version
-
2.0.0-beta.111 Dec 2025 pre-releaseNothing published for this version
-
1.14.025 Sep 2025Nothing published for this version
-
1.13.002 Sep 2025Nothing published for this version
-
1.12.010 Jul 2025Nothing published for this version
-
1.11.011 Jun 2025Nothing published for this version
-
1.10.029 Apr 2025Nothing published for this version
-
1.9.005 Mar 2025Nothing published for this version
-
1.8.013 Feb 2025Nothing published for this version
-
1.7.209 May 2024Nothing published for this version
-
1.7.103 May 2024Nothing published for this version
-
1.7.022 Apr 2024Nothing published for this version
-
1.6.018 Mar 2024Nothing published for this version
-
1.5.015 Dec 2023Nothing published for this version
-
1.4.107 Dec 2023Nothing published for this version
-
1.4.006 Dec 2023Nothing published for this version
-
1.3.108 Nov 2023Nothing published for this version
-
1.3.027 Oct 2023Nothing published for this version
-
1.2.107 Jun 2023Release notes
Open source →Fixed
- fix: allow audience and scope to be supplied during initialization #272 (stevehobbsdev)
-
1.2.031 May 2023Release notes
Open source →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
Fixed
-
1.2.0-beta.125 May 2023 pre-releaseRelease notes
Open source →Changed
- Document how to load the SPA SDK in index.html #254 (Widcket)
- Document how to pass the port
3000when running a web app #249 (Widcket)
Fixed
- fix: inline AuthParamsExtension.prepare usage and remove [SDK-4222] #260 (stevehobbsdev)
- Use Locale.US for Android #238 (Mecharyry)
-
1.2.0-beta.014 Apr 2023 pre-releaseRelease notes
Open source →This release adds support for the web platform.
Added
- [SDK-4110] Support options to
getTokenSilently#232 (stevehobbsdev) - [SDK-4046] WebException wrapper #227 (stevehobbsdev)
- [SDK-4009] Add support for custom parameters #226 (stevehobbsdev)
- [SDK-4002] Add support for loginWithPopup #224 (stevehobbsdev)
- [SDK-4001] Logout for web platform #223 (stevehobbsdev)
- Support additional properties for SDK client #211 (stevehobbsdev)
- Add credentials() and hasValidCredentials() [SDK-3997] #207 (Widcket)
- [SDK-3984] Support login on web platform #203 (stevehobbsdev)
- Add web platform boilerplate [SDK-3983] #197 (Widcket)
- [SDK-4110] Support options to
-
1.1.023 Feb 2023 -
1.0.203 Nov 2022Release notes
Open source → -
1.0.114 Sep 2022Release notes
Open source → -
1.0.025 Aug 2022Release notes
Open source →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.
-
1.0.0-fa.022 Jul 2022 pre-releaseRelease notes
Open source →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.108 Jul 2022 pre-releaseRelease notes
Open source →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:
- Support for iOS and Android
- Integration with Auth0 Universal Login
- Integration with the Auth0 Authentication API for:
- username and password login
- signup
- refreshing access tokens
- password reset
- fetching user profile
Check out the Readme for a more detailed run through of the capabilities and API.