flutter_social_login 0.0.1 copy "flutter_social_login: ^0.0.1" to clipboard
flutter_social_login: ^0.0.1 copied to clipboard

A Flutter Package for social login like Google and Facebook.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_social_login

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

dependencies:
  flutter_social_login: ^0.0.1

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:flutter_social_login/flutter_social_login.dart';
1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A Flutter Package for social login like Google and Facebook.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, flutter, flutter_facebook_login, google_sign_in

More

Packages that depend on flutter_social_login