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

Add map representation of ID Token and upgrade flutter platform #33

Closed onevcat closed 4 years ago

onevcat commented 4 years ago

This is the following enchancement for #31, by providing a Map representation of ID Token, so users can access the value there without decoding themselves.

It is also containing some platform things to make it build without warning.

@plateaukao Can you review it when you have time?