google_login 1.0.3 copy "google_login: ^1.0.3" to clipboard
google_login: ^1.0.3 copied to clipboard

A Flutter package for Google login using firebase

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add google_login

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  google_login: ^1.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:google_login/google_login.dart';
2
likes
110
points
63
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for Google login using firebase

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

firebase_auth, flutter, google_sign_in

More

Packages that depend on google_login