test_kakao_flutter_sdk 0.7.9 copy "test_kakao_flutter_sdk: ^0.7.9" to clipboard
test_kakao_flutter_sdk: ^0.7.9 copied to clipboard

A flutter plugin for Kakao API, which supports Kakao login, KakaoLink, User API, KakaoTalk API, KakaoStory API, and Push API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add test_kakao_flutter_sdk

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

dependencies:
  test_kakao_flutter_sdk: ^0.7.9

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:test_kakao_flutter_sdk/all.dart';
import 'package:test_kakao_flutter_sdk/auth.dart';
import 'package:test_kakao_flutter_sdk/common.dart';
import 'package:test_kakao_flutter_sdk/kakao_flutter_sdk_plugin.dart';
import 'package:test_kakao_flutter_sdk/link.dart';
import 'package:test_kakao_flutter_sdk/local.dart';
import 'package:test_kakao_flutter_sdk/navi.dart';
import 'package:test_kakao_flutter_sdk/push.dart';
import 'package:test_kakao_flutter_sdk/search.dart';
import 'package:test_kakao_flutter_sdk/story.dart';
import 'package:test_kakao_flutter_sdk/talk.dart';
import 'package:test_kakao_flutter_sdk/template.dart';
import 'package:test_kakao_flutter_sdk/user.dart';
0
likes
90
pub points
0%
popularity

Publisher

unverified uploader

A flutter plugin for Kakao API, which supports Kakao login, KakaoLink, User API, KakaoTalk API, KakaoStory API, and Push API.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

dio, flutter, json_annotation, package_info_plus, platform, shared_preferences

More

Packages that depend on test_kakao_flutter_sdk