firebase_social_login 0.0.4
firebase_social_login: ^0.0.4 copied to clipboard
A demonstration of social_login_plugin for seamless social login integration.
Use this package as a library
Depend on it
Run this command:
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 flutter pub get
):
dependencies:
firebase_social_login: ^0.0.4
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: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';