안녕하세요, 카카오입니다.
Kakao SDK for Flutter(이하 Flutter SDK)를 통해 웹(Web) 플랫폼을 정식 지원합니다.
이제 웹 환경의 Flutter 기반 서비스에서도 Flutter SDK를 통해 더욱 편리하게 카카오 API를 이용할 수 있습니다.
Web 지원 버전
- Flutter SDK 1.30 이상
추가 기능
- 웹 환경의 서비스를 위한 추가 기능을 제공합니다.
- 카카오 로그인: Redirect 방식 카카오 로그인 메서드 2종 지원
- 카카오톡 공유: 웹 공유 시 팝업 방식 지원, 이미지 업로드 시 byteData 지원
필요한 조치
- Flutter SDK를 사용해 Web 플랫폼용 애플리케이션을 개발하려면 아래 설정을 선행해야 합니다.
- 공통: Web 플랫폼 등록, SDK 초기화 시 앱 키 설정
- 카카오 로그인: Redirect URI 등록
참고
언제나 더 좋은 서비스를 제공하기 위해 최선을 다 하겠습니다.
감사합니다.
Hello. This is Kakao.
We announce that the Kakao SDK for Flutter (hereinafter ‘Flutter SDK’) has started support for the web platform on September 29, 2022.
You can now build a web app with a single source code written in Dart through the Flutter SDK, which provides the same functionalities and experience as on mobile devices.
Release information
-
Release date: September 29, 2022
-
Supported version: 1.3.0 or higher
What’s new
This version includes the following new features for a web environment:
-
Adds the
authorizeWithTalk()
andauthorize()
methods for Kakao Login through redirection method. -
Adds the
popupOpen
property to open a pop-up window from a web app when sharing messages through a web view. -
Supports the
byteData
type when uploading images for Kakao Talk Sharing.
What to do
To develop a web app with the Flutter SDK,
-
Add your JavaScript key to
KakaoSdk.init()
when you initialize the Flutter SDK. -
If you implement Kakao Login, set Redirect URI.
Reference
If you have any questions, ask us in the Flutter category.
We will always do our best to provide you with better service. Thank you.
Kakao Developers