flutter_social_button 1.1.4+1 copy "flutter_social_button: ^1.1.4+1" to clipboard
flutter_social_button: ^1.1.4+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

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.4+1

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';
34
likes
130
pub points
91%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, font_awesome_flutter

More

Packages that depend on flutter_social_button