auth 2.0.0 copy "auth: ^2.0.0" to clipboard
auth: ^2.0.0 copied to clipboard

discontinued
outdated

Authorization Library Package to log into Google, Facebook, or by Username and Password.

2.0.0 #

August 02, 2019

  • Abandoned the Singleton design pattern
  • Factory constructor to ensure only one Auth instance.
  • Renamed signIn functions.

1.3.1 #

August 02, 2019

  • Removed properties: signInOption scopes hostedDomain onError, onDone, cancelOnError
  • Set{} for list of listeners
  • Rearranged code for readability

1.3.0 #

August 02, 2019

  • async isSignedIn(), isLoggedIn()
  • Library-private _initFireBase()
  • _setUserFromFireBase() in _listFireBaseListeners()
  • _setFireBaseUserFromGoogle() in _listGoogleListeners()
  • Introduced IdTokenResult
  • if (ex is! Exception) {

1.2.1 #

July 29, 2019

  • Latest firebase_auth version
  • Format code
  • signInWithTwitter()

1.2.0 #

  • Include the new classes AuthResult and AdditionalUserInfo from firebase_auth

1.1.0+1 #

Mar. 21, 2019

  • move FlutterOAuth library to oauth directory

1.1.0 #

Mar. 21, 2019

  • incorporated Joe Birch's FlutterOAuth library
  • introduced signInWithFacebook() function

1.0.1 #

Mar. 07, 2019

  • import 'package:flutter/material.dart';

1.0.0 #

Mar. 07, 2019

  • Added signInWithCredential, linkWithCredential, fetchSignInMethodsForEmail
  • Breaking Change Removed signInWithFacebook, signInWithTwitter, signInWithGoogle,
  • Breaking Change linkWithEmailAndPassword, linkWithGoogleCredential, linkWithFacebookCredential

0.1.1 #

Jan. 17, 2019

  • await _setFireBaseUserFromGoogle(currentUser);

0.1.0 #

Dec. 10, 2018

  • Change semantic version number to convey development phase.

0.0.3 #

  • await _user?.reload();

0.0.2 #

  • Format code with dartfmt

0.0.1 #

  • Initial github release
53
likes
0
pub points
85%
popularity

Publisher

verified publisherandrioussolutions.com

Authorization Library Package to log into Google, Facebook, or by Username and Password.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

firebase_auth, flutter, flutter_webview_plugin, google_sign_in, http, url_launcher

More

Packages that depend on auth