Flutter Socialite

Flutter Socialite is a comprehensive Flutter package designed to simplify the process of integrating social login functionality into your Flutter applications. It supports popular login providers like Google and Apple, and is inspired by Laravel Socialite.

Features

  • Supports multiple login providers.
  • Includes ready-to-use sign-in buttons.
  • Provides a CLI tool to automate the configuration process.
  • Uniform interface for different social login providers.

Getting Started

Installation

Add the package to your pubspec.yaml file:

dependencies:
  flutter:
    sdk: flutter
  bond_socialite: ^0.0.1

Libraries