third_party_login 1.0.2 copy "third_party_login: ^1.0.2" to clipboard
third_party_login: ^1.0.2 copied to clipboard

Third Party Login is simple way to sign-in with different types of third party login systems.

Third Party Login #

Third Party Login is simple way to sign-in with different types of third party login systems.

Features #

  • Login With Google SignIn
  • Login With Facebook SignIn

Getting started #

First you need to follow Google sign-in package instructions see Google Sign-In Git repo

Usage #

1. Add the package to pubspec.yaml dependency:

dependencies:
  third_party_login: ^1.0.1

2. Import package:

import 'package:third_party_login/third_party_login.dart';

3. Initialize ThirdPartyLoginMethods

 ThirdPartyLoginMethods thirdPartyLoginMethods = ThirdPartyLoginMethods();

4. call socialMediaLogin and pass AuthType

final userCredential = await thirdPartyLoginMethods.socialMediaLogin(
        authType: AuthType.google);

AuthTypes #

  • google
  • facebook
10
likes
0
pub points
69%
popularity

Publisher

unverified uploader

Third Party Login is simple way to sign-in with different types of third party login systems.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

firebase_auth, firebase_core, flutter, flutter_facebook_auth, google_sign_in

More

Packages that depend on third_party_login