k_auth 0.5.2 copy "k_auth: ^0.5.2" to clipboard
k_auth: ^0.5.2 copied to clipboard

Social login SDK for Korean apps. Unified API for Kakao, Naver, Google, and Apple login. Standardized user info, Korean error messages, and official design guideline buttons.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate k_auth

Use it

The package has the following executables:

$ k_auth

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add k_auth

With Flutter:

 $ flutter pub add k_auth

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

dependencies:
  k_auth: ^0.5.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:k_auth/k_auth.dart';
6
likes
0
points
723
downloads

Publisher

unverified uploader

Weekly Downloads

Social login SDK for Korean apps. Unified API for Kakao, Naver, Google, and Apple login. Standardized user info, Korean error messages, and official design guideline buttons.

Repository (GitHub)
View/report issues

Topics

#authentication #social-login #kakao #naver #oauth

Documentation

Documentation

Funding

Consider supporting this project:

github.com

License

unknown (license)

Dependencies

flutter, flutter_naver_login, flutter_secure_storage, flutter_svg, google_sign_in, kakao_flutter_sdk, sign_in_with_apple

More

Packages that depend on k_auth