페이지 이동경로
  • Docs>
  • SDK Download>
  • Flutter

SDK Download

Flutter

This document provides a download link for the Kakao SDK for Flutter (hereinafter referred to as Flutter SDK).

Download latest release

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.

Open source notice

CAUTION

* 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 history

Version Release Date Change log
1.4.3 2023.3.10 * Updated to build on Android Gradle Plugin 8.0.
* Changed Dart minimum support version to 2.18.0 or higher.
* Updated internal package and plugin versions.
* Fixed a bug.
   - Web: Fixed UserApiClient.loginWithNewScopes() malfunction issue.
1.4.2 2023.3.10 * Fixed an issue that the app using specific plugins cannot receive deep links or universal links on iOS.
   - Flutter SDK version 1.4.0 or later.
   - Using plugins can receive deep link or universal link.
   - Running the app with a deep link or universal link.
1.4.1 2023.2.28 * Added Prompt.create value to the prompts parameter of Kakao Login.
* Fixed the following bugs.
   - iOS: Fixed isKakaoTalkSharingAvailable() malfunction issue.
   - Web: Fixed an issue that the pop-up does not disappear when loginWithKakaoTalk() is executed in the Samsung Internet browser of an Android device.
1.4.0 2023.1.26 * Added the friend module for the Friend picker function.
* Improved calling method of Custom URL Scheme.
* Changed refreshToken, refreshTokenExpiresAt fields type of OAuthToken class to nullable.
* Changed the minimum support version of Android to 5.0 (API 21).
* Updated the internal source code.
1.3.1 2022.12.30 * Fixed an issue that launchBrowserTab() does not work on Android devices.
1.3.0 2022.12.14 * Supported Flutter Web officially.
* Added Calendar template for Message APIs.
* Changed the minimum support version of Dart to 2.14.0.
* Removed package_info_plus package dependency.
* Updated the internal package and plugin versions.
* Updated the internal source code.
1.3.0-beta.4 2022.10.7 * Fixed issue where app is closed when attempting to log in with Kakao Talk on iOS.
* Fixed issue where app is closed when attempting Kakao Talk sharing via web on iOS.
1.3.0-beta.3 2022.9.29 * Fixed a bug in a web app.
1.3.0-beta.2 2022.9.29 * Fixed a bug in a web app.
1.3.0-beta.1 2022.9.29 * Added beta support for a web app.
   IMPORTANT: This beta version does not affect the existing functions provided for mobile apps in a release phase.
* Fixed the build error in iOS environment which occurs when Use_frameworks! is not set in Podfile.
* Improved error handling logic by deleting the stored tokens when token decryption fails.
1.2.2 2022.9.7 * Changed the type of fromUpdatedAt parameter for Retrieving shipping address API:
  - Int?DateTime?
* Fixed issue where the views for Consent screen are recreated when attempting to log in with Kakao Talk on an Android device.
* Added nonce to idToken in response to Login with Kakao Talk.
1.2.1 2022.6.30 * Fixed the build error related to UniqueKey that occurs in Flutter versions of 2.x.x.
1.2.0 2022.6.29 * Changed the module name:
   - kakao_flutter_sdk_linkkakao_flutter_sdk_share
* Changed the class name:
   - LinkClientShareClient
   - LinkResultSharingResult
* Changed the method name:
   - refreshAccessToken()refreshToken()
   - isKakaoLinkAvailable()isKakaoTalkSharingAvailable()
   - defaultTemplate()shareDefault()
   - customTemplate()shareCustom()
   - scrapTemplate()shareScrap()
   - defaultTemplateUri()makeDefaultUrl()
   - customTemplateUri()makeCustomUrl()
   - scrapTemplateUri()makeScrapUrl()
* Changed the property name:
   - accessTokenExpiresAtexpiresAt
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.