line / flutter_line_sdk

A Flutter plugin that lets developers access LINE's native SDKs in Flutter apps with Dart.
https://developers.line.biz/
Apache License 2.0
213 stars 43 forks source link

upgrade android native sdk version to support IDTokenNonce #6

Closed tsairene closed 5 years ago

tsairene commented 5 years ago

native android SDK 5.1.1+ supports IDTokenNonce when login

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

onevcat commented 5 years ago

@tsairene Do we need some updates in the Android wrapper file? Like here https://github.com/line/flutter_line_sdk/blob/master/android/src/main/kotlin/com/linecorp/flutter_line_sdk/model/LoginResultForFlutter.kt

tsairene commented 5 years ago

Hi @onevcat , Yes! you're correct! I just add one more commit to have the idTokenNonce for wrapper part. Thanks for reminding!

onevcat commented 5 years ago

LGTM!