kakao_flutter_sdk 0.2.3
kakao_flutter_sdk: ^0.2.3 copied to clipboard
A flutter plugin for Kakao API, which supports Kakao login, KakaoLink, User API, KakaoTalk API, KakaoStory API, and Push API.
0.2.3 #
- Provide
presentationContextProvidertoASWebAuthenticationSessionin login. (fix for iOS13.0) - Make
isRetryablemethod ofAccessTokenInterceptorpublic so that the interceptor can be used in a customized way. Third-party can override this method for their own API client ifAuthorizationheader matches the formatBearer ${kakao_access_token}for their API (which is a very uncommon need).
0.2.2 #
- Update
diopackage to3.0.0and fix compile errors due to interface changes. Changes that were merged in 2.2.1 were ported to 3.0.0, presumably to ensure version compatibility in ^2.2.x.
0.2.1 #
- Stabilize agains flutter
1.9.1. - Update
diopackage to2.2.1and fix compile errors due to interface changes.
0.2.0 #
- SDK for Kakao Search API
- SDK for Kakao Local API
- Set secure_resource to true for /v2/user/me API.
0.1.2 #
- Remove meta package from expliciit dependency.
0.1.1 #
- Update description field in
pubspec.yamlto be longer than 60 characters. - Update
metapackage version from1.1.6to1.1.7.
0.1.0 #
- Kakao Flutter SDK Initial Release