- Fix Android compile error.
- Fix Android compile error.
- Reformat all code with
dartfmt -w .
.
- Update
platform
version to 3.0.0-nullsafety.2 to get rid of build errors in flutter 1.22.0. - Fix errors that drops pub score.
- Update KA header according to changed Kakao API specification. This will allow users to change account while logging in.
- Update library dependencies.
- Update dev versions (flutter 1.20.0, iOS 14.0, Xcode 12)
- Add
synched_at
andconnected_at
toUser
class. - Add
DEPRECATED_API
enum toApiErrorCause
enum class.
- Fix
No Valid SDK
error onpub.dev
, which lowers maintenance score.
- Fix bug in LocationTemplate json write logic
- Prepare for flutter web support
- Talk Channel SDK
- Minor fixes
- fix wrong json keys for
androidExecParams
andiosExecParms
inLink
class oftemplate
module.
- Release according to recent Kakao API udpate.
- Add message send API to
TalkApi
. Also updateFriend
model to includeuuid
andfavorite
field. - Add live account profile data to
Account
andgroupUserToken
field toUser
.
- Provide
presentationContextProvider
toASWebAuthenticationSession
in login. (fix for iOS13.0) - Make
isRetryable
method ofAccessTokenInterceptor
public so that the interceptor can be used in a customized way. Third-party can override this method for their own API client ifAuthorization
header matches the formatBearer ${kakao_access_token}
for their API (which is a very uncommon need).
- Update
dio
package to3.0.0
and 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.
- Stabilize agains flutter
1.9.1
. - Update
dio
package to2.2.1
and fix compile errors due to interface changes.
- SDK for Kakao Search API
- SDK for Kakao Local API
- Set secure_resource to true for /v2/user/me API.
- Remove meta package from expliciit dependency.
- Update description field in
pubspec.yaml
to be longer than 60 characters. - Update
meta
package version from1.1.6
to1.1.7
.
- Kakao Flutter SDK Initial Release