kakao_flutter_sdk_friend
A flutter plugin for Kakao API, which supports Kakao login, KakaoTalk Share, User API, KakaoTalk API and Navi API.
2.0.0+1
4.7K downloads/mo
#3916 most downloaded on pub.dev
kakao/kakao_flutter_sdk
What this package is like to depend on
Last release 4 months ago
08 Apr 2026
Release timing varies
gaps range from 2 weeks to 9 months
Nearly every release is documented
notes for 19 of 19 stable releases
6 versions withdrawn
withdrawn after publishing
4 years old
25 releases · first in 2023
3 releases in the last 12 months
see the full history below
Release timeline
25 releases · Jan 2023 to Apr 2026Releases
latest 25-
2.0.006 Apr 2026 withdrawn -
2.0.0+108 Apr 2026 -
1.10.003 Dec 2025Release notes
Open source →- Added API to select login method.
- Added app block status error: ApiErrorCause.blockedApp
- Changed the error name for Kakao Account restrictions: ApiErrorCause.blockedAction → ApiErrorCause.blockedAccount
- iOS:
- Added SPM (Swift Package Manager) support.
- Updated not to pop up the login dialog when requesting additional consent.
- Updated the internal source code.
-
1.9.706 Mar 2025 withdrawnNothing published for this version
-
1.9.7+106 Mar 2025 withdrawnNothing published for this version
-
1.9.7+206 Mar 2025 withdrawnNothing published for this version
-
1.9.7+311 Mar 2025Release notes
Open source →- Android: Changed compileSdk and targetSdk versions to 35.
- iOS:
- Changed the minimum supported version to 13 or higher.
- Modified the guidance popup appears only during the login process when using the default browser.
- Fixed a bug where the serviceTerms parameter of Login with Kakao Talk does not work in 1.9.2 or higher.
- Fixed a bug where all service terms were exposed when passing an empty list to the serviceTerms parameter of Login with Kakao account.
- Added whether the user's birthday falls on a leap month field to Retrieve user information API.
- Fixed a typo in method name for Select shipping address API(previous: selectShippingAddresses(), fixed: selectShippingAddress())
- Updated the internal source code.
-
1.9.629 Aug 2024Release notes
Open source →- Changed the minimum support version of Flutter to 3.22.0 or higher.
- Changed the minimum support version of Dart to 3.4.0 or higher.
- Android: Changed compileSdk and targetSdk to 34.
- Web: Updated web package to 1.0.0 version.
- Removed ci property from the response of the Retrieve user information API.
- Added uuid property to User for the Retrieve user information API.
- Fixed bugs.
- Android: Fixed a bug that Compilation failure in Kotlin 2.0.0 version.
- Web: Fixed a bug that authorize() does not work in Flutter SDK 1.9.2 version.
- Updated the internal source code.
-
1.9.517 Jul 2024Release notes
Open source →- Android: Fixed an issue that Login with Kakao Account does not work on devices below Android 13 using Flutter SDK version 1.9.4.
- Updated the internal source code.
-
1.9.412 Jul 2024Release notes
Open source →- Android: Fixed a bug that the following features do now work when android:taskAffinity in
MainActivity is set.
- Login with Kakao Account, Select shipping address, Follow Kakao Talk Channel
- Fixed a bug that removes the refresh token when repeatedly calling Follow Kakao Talk Channel or Select shipping address.
- Android: Fixed a bug that the following features do now work when android:taskAffinity in
MainActivity is set.
-
1.9.320 Jun 2024Release notes
Open source →- New features
- Web: Supports WebAssembly build
- Changed Dart minimum support version to 3.3.0 or higher.
- Updated the internal source code.
- New features
-
1.9.222 May 2024Release notes
Open source →- Updated the internal source code.
- Fixed a bug.
- Web: Fixed an issue related to the popup (Login with Kakao Account, Select shipping address, Follow Kakao Talk Channel) on iOS 17.4 and higher versions.
-
1.9.122 Mar 2024 withdrawn -
1.9.1+122 Mar 2024 withdrawn -
1.9.1+222 Mar 2024 -
1.9.004 Mar 2024Release notes
Open source →- Added Select Shipping address API.
- Changed UserShippingAddresses.needsAgreement in the Retrieve shipping address API response to nullable.
- Changed Content.title and Content.imageUrl of the message template to nullable.
-
1.8.021 Dec 2023Release notes
Open source →- Supports Follow Kakao Talk Channel(
followChannel()). - Fixed a bug.
- Web: Resolved an issue where message events could not be received when installing certain Chrome extensions.
- Updated the internal source code.
- Supports Follow Kakao Talk Channel(
-
1.7.014 Nov 2023Release notes
Open source →- Deprecated the Kakao Story module (
kakao_flutter_sdk_story). - Supports Universal Link to the Login with Kakao Talk feature in the iOS environment.
- Deprecated the Kakao Story module (
-
1.6.106 Oct 2023 -
1.6.026 Sep 2023Release notes
Open source →- Added the properties parameter to Retrieve user information API.
- Added new APIs of Add Kakao Talk Channel, Start Kakao Talk Channel chat.
- The user moves directly to the Kakao Talk without any bridge page. (Kakao Talk v10.0.5 or higher required)
- Existing APIs that return a bridge page URL are also provided.
- Changed the name of Start Kakao Talk Channel chat API that returns a bridge page URL.
- channelChatUrl() → chatChannelUrl()
- Fixed a bug.
- Web: Fixed the issue that fails to get the app version when the URL ends with /.
- Improved the test cases for the sample app.
- Updated the internal source code.
-
1.5.013 Jul 2023Release notes
Open source →- Supports Kakao Account easy login.
- Added Revoke consent for service terms API.
- Updated Retrieve consent details for service terms API to v2.
- Supports the multi app.
- Fixed an issue that a deep link or universal link can not be received in a specific iOS
environment.
- When using a plugin that provides a feature receiving a deep link or universal link.
- When launched the app through a deep link or universal link.
-
1.4.319 May 2023Release notes
Open source →- 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.210 Mar 2023Release notes
Open source →- 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.
- Fixed an issue that the app using specific plugins cannot receive deep links or universal links on
iOS.
-
1.4.128 Feb 2023Release notes
Open source →- Added
Prompt.createvalue 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.
- iOS: Fixed
- Added
-
1.4.026 Jan 2023Release notes
Open source →- Added the
friendmodule for the Friend picker function. - Improved calling method of Custom URL Scheme.
- Changed
refreshToken,refreshTokenExpiresAtfields type ofOAuthTokenclass to nullable. - Changed the minimum support version of Android to 5.0 (API 21).
- Updated the internal source code.
- Added the