auth_sdk 0.0.1 copy "auth_sdk: ^0.0.1" to clipboard
auth_sdk: ^0.0.1 copied to clipboard

A Flutter authentication SDK providing pre-built UI and headless state management for Firebase, Google, and Apple Sign-In.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auth_sdk

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

dependencies:
  auth_sdk: ^0.0.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:auth_sdk/auth_sdk.dart';
0
likes
140
points
134
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter authentication SDK providing pre-built UI and headless state management for Firebase, Google, and Apple Sign-In.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bloc, equatable, firebase_auth, flutter, flutter_bloc, google_sign_in, sign_in_with_apple

More

Packages that depend on auth_sdk