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

Clean architecture Flutter authentication kit for Apple, Google, Facebook, and custom third-party providers.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auth_kit

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

dependencies:
  auth_kit: ^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_kit/auth_kit.dart';
0
likes
140
points
34
downloads

Documentation

API reference

Publisher

verified publisherit36vn.com

Weekly Downloads

Clean architecture Flutter authentication kit for Apple, Google, Facebook, and custom third-party providers.

Homepage

License

unknown (license)

Dependencies

flutter, flutter_facebook_auth, google_sign_in, plugin_platform_interface

More

Packages that depend on auth_kit

Packages that implement auth_kit