signly_google 0.1.0 copy "signly_google: ^0.1.0" to clipboard
signly_google: ^0.1.0 copied to clipboard

Flutter plugin-style package that performs one-shot Google Sign-In for Android and iOS and returns only the requested token.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add signly_google

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

dependencies:
  signly_google: ^0.1.0

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:signly_google/signly_google.dart';
2
likes
150
points
43
downloads

Publisher

verified publisheryudiz.com

Weekly Downloads

Flutter plugin-style package that performs one-shot Google Sign-In for Android and iOS and returns only the requested token.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, google_sign_in

More

Packages that depend on signly_google