auth0_flutter_web
Wrapper of Auth0 SPA SDK for Flutter Web
0.0.1-alpha.20210224
anthonychwong/auth0-flutter-web
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Release timing varies
gaps range from 8 days to 2 months
Unknown
no stable releases
Nothing withdrawn
no release was ever pulled
6 years old
6 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
6 releases · Feb 2021 to Jul 2021
2022
2023
2024
2025
2026
Releases
latest 6-
0.0.1-alpha.2021022424 Feb 2021 pre-releaseRelease notes
Open source →Added
- invoke
loginWithPopup,logout,getUserandgetIdTokenClaimsinAuth0object in dart - show name and avatar returned from Google in example
- logout button in example
- invoke
-
0.0.1-alpha.604 Jul 2021 pre-releaseRelease notes
Open source →Changed
- minimum dart SDK version from
2.7.0to2.12.0for null safety - drop deprecated
RaisedButtonand switch toElevatedButton
- minimum dart SDK version from
-
0.0.1-alpha.504 May 2021 pre-releaseRelease notes
Open source →Added
- options for
logout(Merge request #6) getTokenSilentlywith options (Merge request #6)isAuthenticated(Merge request #6)
Changed
- Example now can detect if authenticated and show corresponding content
- options for
-
0.0.1-alpha.421 Mar 2021 pre-releaseRelease notes
Open source →Added
- options for
getTokenWithPopup(GetTokenWithPopupOptionsandPopupConfigOptions) Auth0ClientOptions(align with parameter ofcreateAuth0Client)- warning for missing mandatory fields
Changed
- parameter of
createAuth0ClientfromAuth0CreateOptionstoAuth0ClientOptions
Removed
Auth0CreateOptions
- options for
-
0.0.1-alpha.313 Mar 2021 pre-releaseRelease notes
Open source →Added
- options for
LoginWithPopup(PopupLoginOptionsandPopupConfigOptions) BaseLoginOptions- scope for login in example
- options for
-
0.0.1-alpha13 Feb 2021 pre-releaseRelease notes
Open source →Added
- invoke
createAuth0Clientfrom dart with limited options inAuth0CreateOptionsin dart - part of
Auth0object in dart
- invoke