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

A Flutter plugin for integrating social login functionalities into your app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nexever_social_auth_plus

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

dependencies:
  nexever_social_auth_plus: ^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:nexever_social_auth_plus/nexever_social_auth.dart';
import 'package:nexever_social_auth_plus/social_login_functions/app_logs.dart';
import 'package:nexever_social_auth_plus/social_login_functions/functions/apple_login.dart';
import 'package:nexever_social_auth_plus/social_login_functions/functions/facebook_login.dart';
import 'package:nexever_social_auth_plus/social_login_functions/functions/google_login.dart';
import 'package:nexever_social_auth_plus/social_login_functions/login_manager.dart';
import 'package:nexever_social_auth_plus/social_login_functions/login_method.dart';
import 'package:nexever_social_auth_plus/social_login_functions/model/facebook.dart';
import 'package:nexever_social_auth_plus/social_login_functions/state/login_states.dart';
0
likes
140
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for integrating social login functionalities into your app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, firebase_auth, flutter, flutter_facebook_auth, google_sign_in, http, sign_in_with_apple

More

Packages that depend on nexever_social_auth_plus