firebase_social_login 0.0.1
firebase_social_login: ^0.0.1 copied to clipboard
Elevate user authentication in your application with firebase_social_login. This all-in-one solution enables seamless sign-ins across popular social platforms including Google, Apple, Facebook, and LinkedIn.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add firebase_social_login
With Flutter:
$ flutter pub add firebase_social_login
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
firebase_social_login: ^0.0.1
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:firebase_social_login/model/social_login_data_model.dart';
import 'package:firebase_social_login/social_login_plugin.dart';
import 'package:firebase_social_login/social_login_plugin_method_channel.dart';
import 'package:firebase_social_login/social_login_plugin_platform_interface.dart';