Skip to content

1.3.0

Compare
Choose a tag to compare
@onevcat onevcat released this 08 Jul 02:57
· 109 commits to master since this release

Added

  • A new idToken field in AccessToken to help to decode and to get the ID Token in a dictionary format. #33
  • Fully support for Flutter Add to App feature by adapting the new Flutter v2 plugin model. #34

Fixed

  • Now idTokenRaw on Android returns correct raw token string instead of a decoded JSON string, which aligns the behavior as on iOS. #31
  • Upgrade the minSdkVersion for the Android platform to 21, which matches the LINE client app on the same platform.