social_auth_buttons 2.0.0 copy "social_auth_buttons: ^2.0.0" to clipboard
social_auth_buttons: ^2.0.0 copied to clipboard

outdated

Social Auth Buttons is a fork of auth_buttons flutter widget library. It includes buttons for authenticating with the most popular social networks and with email/password.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add social_auth_buttons

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

dependencies:
  social_auth_buttons: ^2.0.0

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_auth_buttons/social_auth_buttons.dart';
15
likes
0
pub points
80%
popularity

Publisher

verified publisherrollercoders.net

Social Auth Buttons is a fork of auth_buttons flutter widget library. It includes buttons for authenticating with the most popular social networks and with email/password.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_svg

More

Packages that depend on social_auth_buttons