k_auth 0.0.1
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_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.0.1Alternatively, 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';