bond_socialite 0.1.0
bond_socialite: ^0.1.0 copied to clipboard
A Flutter package for easy integration of social logins like Google and Apple, providing a uniform interface, automation tools, and ready-to-use buttons.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add bond_socialiteWith Flutter:
$ flutter pub add bond_socialiteThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
bond_socialite: ^0.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.