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

한국형 소셜 로그인 Flutter 라이브러리. 카카오/네이버/구글/애플 OAuth를 Flutter에서 쉽게 구현.

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.0.1

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

한국형 소셜 로그인 Flutter 라이브러리. 카카오/네이버/구글/애플 OAuth를 Flutter에서 쉽게 구현.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_naver_login, flutter_secure_storage, google_sign_in, kakao_flutter_sdk, sign_in_with_apple

More

Packages that depend on k_auth