auth_button_kit 0.9.3 auth_button_kit: ^0.9.3 copied to clipboard
Awesome buttons custamisable that build you a beautiful authentication page in just a few clicks
AuthButtonKit
A Flutter Package to easily create beautiful auth buttons
Specially designed for IOS/Android
import 'package:auth_button_kit/auth_button_kit.dart';
AuthButton(
onPressed: (m) => print('pressed'),
brand: Method.facebook,
),