google_sign_in_platform_interface 2.4.5 copy "google_sign_in_platform_interface: ^2.4.5" to clipboard
google_sign_in_platform_interface: ^2.4.5 copied to clipboard

A common platform interface for the google_sign_in plugin.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add google_sign_in_platform_interface
copied to clipboard

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

dependencies:
  google_sign_in_platform_interface: ^2.4.5
copied to clipboard

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_sign_in_platform_interface/google_sign_in_platform_interface.dart';
copied to clipboard
8
likes
130
points
620k
downloads

Publisher

verified publisherflutter.dev

Weekly Downloads

2024.08.07 - 2025.02.19

A common platform interface for the google_sign_in plugin.

Repository (GitHub)
View/report issues
Contributing

Topics

#authentication #google-sign-in

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on google_sign_in_platform_interface