k_auth 0.2.0
k_auth: ^0.2.0 copied to clipboard
한국 앱을 위한 소셜 로그인 SDK. 카카오, 네이버, 구글, 애플을 하나의 API로. 통합된 사용자 정보, 한글 에러, 로그인 버튼 제공.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add k_authWith Flutter:
$ flutter pub add k_authThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
k_auth: ^0.2.0Alternatively, 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';