flutter_auth_buttons 0.2.0 copy "flutter_auth_buttons: ^0.2.0" to clipboard
flutter_auth_buttons: ^0.2.0 copied to clipboard

discontinued
outdated

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. Use the onPressed attribute to capture the button press and call your authentication logic within that.

GoogleSignInButton(onPressed: () {
  // call authentication logic
});

Supported buttons #

Screenshots of the supported buttons are shown below.

Google #

Google suggests two default button styles on it's branding page.

Light button:

Google light button screenshot

Dark button:

Google dark button screenshot

Facebook #

Facebook has fewer guidelines for designing their buttons (see here). This button was designed to match the example given in their documentation.

Facebook button screenshot

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.

159
likes
0
pub points
88%
popularity

Publisher

unverified uploader

Buttons for authenticating with social networks

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_auth_buttons