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

Flutter package for login with social accounts like google, facebook, apple

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_social_auth

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

dependencies:
  flutter_social_auth: ^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:flutter_social_auth/flutter_social_auth.dart';
0
likes
105
points
47
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package for login with social accounts like google, facebook, apple

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

crypto, flutter, flutter_facebook_auth, google_sign_in, http, sign_in_with_apple

More

Packages that depend on flutter_social_auth