flutter_social_button 1.1.6+1 copy "flutter_social_button: ^1.1.6+1" to clipboard
flutter_social_button: ^1.1.6+1 copied to clipboard

Flutter Social Button is a flutter package to create social media login buttons easily to any flutter app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_social_button
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_social_button: ^1.1.6+1
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_social_button/flutter_social_button.dart';
copied to clipboard
39
likes
150
points
152
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.29 - 2025.04.13

Flutter Social Button is a flutter package to create social media login buttons easily to any flutter app.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, font_awesome_flutter

More

Packages that depend on flutter_social_button