social_auth_buttons 1.1.2 copy "social_auth_buttons: ^1.1.2" to clipboard
social_auth_buttons: ^1.1.2 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: ^1.1.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';
18
likes
30
points
40
downloads

Publisher

verified publisherrollercoders.net

Weekly Downloads

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.

License

MIT (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on social_auth_buttons