social_login_plugin_example 0.0.4 copy "social_login_plugin_example: ^0.0.4" to clipboard
social_login_plugin_example: ^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 social_login_plugin_example

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

dependencies:
  social_login_plugin_example: ^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:social_login_plugin_example/model/social_login_data_model.dart';
import 'package:social_login_plugin_example/social_login_plugin.dart';
import 'package:social_login_plugin_example/social_login_plugin_method_channel.dart';
import 'package:social_login_plugin_example/social_login_plugin_platform_interface.dart';