Auth Package

A Flutter package for handling user authentication with custom widgets and built-in support for Google and Facebook login.

Features

  • Custom authentication widgets
  • Built-in Google and Facebook login
  • Easy integration with Firebase

Getting started

  • Flutter 2.x or higher
  • Dart 2.12 or higher
  • Firebase account (if using Firebase authentication)

Usage

import 'package:auth_package/auth_package.dart';

final auth = AuthPackage();

// Example usage of sign in with Google
auth.signInWithGoogle();