auth
Authorization Library Package to log into Google, Facebook, or by Username and Password.
8.2.0
AndriousSolutions/auth
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Ships unpredictably
gaps range from 2 weeks to 1.4 years
Most releases are documented
notes for 30 of 34 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
36 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
36 releases · Jul 2019 to Jan 2023Releases
latest 36-
8.2.014 Dec 2022Release notes
Open source →December 14, 2022
- Firebase settings now directly from Dart: FirebaseOptions
- bool _isAnonymous = true;
- set uid(String? id)
- Future<ActionCodeInfo>? checkActionCode
-
8.2.0+226 Jan 2023Nothing published for this version
-
8.1.016 Jul 2021 -
8.0.030 Jun 2021Release notes
Open source →June 30, 2021
- All dependencies with null-safety
- firebase_auth 2.0.0 (was 1.4.1)
- Corrected README.md
-
8.0.0-pre19 Apr 2021 pre-release -
8.0.0-pre+214 Jun 2021 pre-releaseNothing published for this version
-
7.4.021 Mar 2021Release notes
Open source →March 21, 2021
- firebase_core: ^1.0.0
- firebase_auth: ^1.0.0
- google_sign_in: ^5.0.0
- google_sign_in_platform_interface: ^2.0.0
- flutter_login_facebook: ^1.0.0
- flutter_twitter: ^1.0.0
-
7.3.213 Jan 2021Nothing published for this version
-
7.3.125 Dec 2020 -
7.3.026 Nov 2020Release notes
Open source →November 26, 2020
- Updated flutter_login_facebook ^0.2.0
- Stricter Lint Rules
-
7.2.006 Oct 2020Release notes
Open source →October 06, 2020
- Include await Firebase.initializeApp(); in firebase_core: ^0.5.0
-
7.1.030 Sep 2020 -
7.0.002 Sep 2020Release notes
Open source →September 02, 2020
- Upgrade to firebase_auth 0.18.0+1
- BREAKING: The FirebaseUser class has been renamed to User.
- currentUser() to getter currentUser.
- DEPRECATED: updatePhoneNumberCredential(); to updatePhoneNumber();
- BREAKING: Accessing the current user via currentUser() is now synchronous via the currentUser getter.
- BREAKING: alreadyLoggedIn(), isLoggedIn() and isSignInWithEmailLink() is now synchronous.
- BREAKING: unlinkFromProvider() no longer functional.
- DEPRECATED: FirebaseAuth.fromApp() is now deprecated in favor of FirebaseAuth.instanceFor().
- DEPRECATED: onAuthStateChanged has been deprecated in favor of authStateChanges().
-
6.1.019 Aug 2020Release notes
Open source →August 19, 2020
- Format code to Strict Flutter lint rules
- setError() catches 'network_error' #7
-
6.0.418 Aug 2020 -
6.0.304 Jun 2020 -
6.0.127 May 2020 -
6.0.027 May 2020 -
5.0.208 Apr 2020 -
5.0.130 Mar 2020 -
5.0.027 Mar 2020 -
4.2.011 Feb 2020 -
4.1.031 Dec 2019Release notes
Open source →- Reordered routines in signInSilently() Try Twitter, Facebook then Google signIn's
-
4.0.210 Dec 2019 -
4.0.126 Nov 2019Release notes
Open source →November 26, 2019
- Fix Breaking Change google_sign_in_platform_interface: ^1.0.0
- firebase_auth: ^0.15.0
-
4.0.003 Oct 2019Release notes
Open source →October 02, 2019
- removed signIn()
- new signInSilently()
- new signInWithGoogleSilently()
- new signInWithFacebook()
- new signInWithFacebookSilently()
- new signInFacebook()
- new signInWithTwitter()
- new signInWithTwitterSilently()
- new signInTwitter()
- new addListen(f)
- deprecated googleListener(f)
- new addListener(f)
- deprecated fireBaseListener(f)
- createUserWithEmailAndPassword() allowed if logged in
- addListener(f) in signInAnonymously()
- addListener(f) in signInWithCredential()
- addListener(f) in signInWithCustomToken()
- addListener(f) in signInWithEmailAndPassword() October 01, 2019
- user = await currentUser();
- plugin flutter_twitter
- plugin flutter_facebook_login
- delete folder src\oauth
-
3.2.201 Oct 2019Nothing published for this version
-
3.2.130 Sep 2019Nothing published for this version
-
3.2.016 Aug 2019Release notes
Open source →- Provided new functions:
getIdToken(); updatePhoneNumberCredential();
linkWithCredential(); updatePassword();
sendEmailVerification(); updateProfile();
reload(); reauthenticateWithCredential();
delete(); unlinkFromProvider(); updateEmail();
- Provided new functions:
getIdToken(); updatePhoneNumberCredential();
linkWithCredential(); updatePassword();
sendEmailVerification(); updateProfile();
reload(); reauthenticateWithCredential();
-
3.1.115 Aug 2019 -
3.1.009 Aug 2019Release notes
Open source →- void return type in some functions.
- Introduced the setters, listener and listen.
-
3.0.009 Aug 2019Release notes
Open source →August 06, 2019
- Removed parameters onError, onDone(), and cancelOnError from the Constructor
- Introduced getEventErrors() and eventErrors
- CustomAlertDialog class in example app
-
2.1.003 Aug 2019Release notes
Open source →August 02, 2019
- Introduced signedInGoogle(), signedInFirebase()
- Adjusted example main.dart
-
2.0.003 Aug 2019Release notes
Open source →August 02, 2019
- Abandoned the Singleton design pattern
- Factory constructor to ensure only one Auth instance.
- Renamed signIn functions.
-
1.2.129 Jul 2019Release notes
Open source →July 29, 2019
- Latest firebase_auth version
- Format code
- signInWithTwitter()
-
1.2.029 Jul 2019Release notes
Open source →- Include the new classes AuthResult and AdditionalUserInfo from firebase_auth