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

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.2

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
130
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_svg

More

Packages that depend on social_auth_buttons