flutter_auth_buttons 0.0.1
flutter_auth_buttons: ^0.0.1 copied to clipboard
Buttons for authenticating with social networks
Flutter Auth Buttons #
Flutter widget library containing buttons for authenticating with popular social networks.
These buttons do not contain authentication logic. They are designed to be used with authentication packages, such as firebase_auth.
Supported buttons #
Google #
Light button:
Dark button:
Usage #
Add flutter_auth_buttons
to your pubspec.yaml
, then import the Dart file:
import 'package:flutter_auth_buttons/flutter_auth_buttons.dart';
See the documentation for API details.