This document provides a download link for the Kakao SDK for Flutter (hereinafter referred to as Flutter SDK).
You can set the dependencies by downloading the Kakao library for Flutter.
To see how to import and use the Flutter SDK, see the development guide.
* Users shall not impersonate Kakao Co., Ltd. while using the Kakao SDK. * All responsibility arising from the use of Kakao SDK falls to Users, and Kakao Co., Ltd. is not responsible for any users or third party services. * Users shall not sell the Kakao SDK for commercial use.
Version | Release Date | Change log |
---|---|---|
1.2.0 | 2022.6.29 | * Changed the module name: - kakao_flutter_sdk_link → kakao_flutter_sdk_share * Changed the class name: - LinkClient → ShareClient - LinkResult → SharingResult * Changed the method name: - refreshAccessToken() → refreshToken() - isKakaoLinkAvailable() → isKakaoTalkSharingAvailable() - defaultTemplate() → shareDefault() - customTemplate() → shareCustom() - scrapTemplate() → shareScrap() - defaultTemplateUri() → makeDefaultUrl() - customTemplateUri() → makeCustomUrl() - scrapTemplateUri() → makeScrapUrl() * Changed the property name: - accessTokenExpiresAt → expiresAt |
1.1.1 | 2022.5.13 | * Updated to be compatible with Flutter 3.0. |
1.1.0 | 2022.3.18 | * Added OpenID Connect function. * Added expiresAt property to OAuthToken .- accessTokenExpiresAt (Validity period of access token) will be replaced with expiresAt in version 1.2.0. |
1.0.0 | 2022.3.4 | * Released the official Kakao SDK for Flutter. For more detailed changes, refer to What's new in Flutter SDK 1.0. |