auth_buttons 0.0.4 copy "auth_buttons: ^0.0.4" to clipboard
auth_buttons: ^0.0.4 copied to clipboard

outdated

Auth Buttons is a flutter widget library, include buttons for authenticating with the most popular social networks like Google, Facebook, Apple and Twitter.

auth_buttons #

Pub Version

Auth Buttons is a flutter widget library, include buttons for authenticating with the most popular social networks like: Google, Facebook, Apple and too other.

Installation #

  1. add this to your packages pubspec.yaml file:
dependencies:
  auth_buttons: ^0.0.4
  1. Install it You can install it from the command line:
$ flutter pub get
  1. Import it Now in Dart code, you can use:
import 'package:auth_buttons/auth_buttons.dart';

Using #

You need to use just the following code:

Example 1

GoogleAuthButton(
  onPressed: () {},
  darkMode: false,
  style: AuthButtonStyle.icon,
),

Example 2

GoogleAuthButton(
  onPressed: () {},
  darkMode: true,
  style: AuthButtonStyle.icon,
),

Example 3

GoogleAuthButton(
  onPressed: () {},
  darkMode: false,
),

Example 4

GoogleAuthButton(
  onPressed: () {},
  darkMode: true,
),

Do same think with the other buttons, when you want customize any button you can do it just passing a property which you want.

171
likes
0
pub points
94%
popularity

Publisher

unverified uploader

Auth Buttons is a flutter widget library, include buttons for authenticating with the most popular social networks like Google, Facebook, Apple and Twitter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on auth_buttons