auth_buttons 0.0.1
auth_buttons: ^0.0.1 copied to clipboard
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 #
Auth Buttons is a flutter widget library, include buttons for authenticating with the most popular social networks like: Google, Facebook, Apple and Twitter.
Installation #
- add this to your packages pubspec.yaml file:
dependencies:
auth_buttons: ^0.0.1
- Install it You can install it from the command line:
$ flutter pub get
- 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:
GoogleAuthButtons(
onPressed: () {},
);
when you want to customize the any button you can do it just passing a property which you want.