google_sign_in_web 0.12.0+2 copy "google_sign_in_web: ^0.12.0+2" to clipboard
google_sign_in_web: ^0.12.0+2 copied to clipboard

unlisted

Flutter plugin for Google Sign-In, a secure authentication system for signing in with a Google account on Android, iOS and Web.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add google_sign_in_web
copied to clipboard

With Flutter:

 $ flutter pub add google_sign_in_web
copied to clipboard

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

dependencies:
  google_sign_in_web: ^0.12.0+2
copied to clipboard

Alternatively, your editor might support dart pub get or 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_sign_in_web/google_sign_in_web.dart';
copied to clipboard
96
likes
0
points
23.6k
downloads

Publisher

verified publisherflutter.dev

Weekly Downloads

2024.08.10 - 2025.02.22

Flutter plugin for Google Sign-In, a secure authentication system for signing in with a Google account on Android, iOS and Web.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, google_identity_services_web, google_sign_in_platform_interface, http, js

More

Packages that depend on google_sign_in_web