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

outdated

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

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.0

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);
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, flutter, font_awesome_flutter, get, google_sign_in

More

Packages that depend on third_party_login