JimmyTai / flutter_line_liff

This Flutter plugin is developed for Flutter Web to provide ability to use LINE LIFF SDK.
BSD 3-Clause "New" or "Revised" License
12 stars 5 forks source link

Upgrade LIFF SDK version to v2.21.2 #2

Open JimmyTai opened 2 years ago

JimmyTai commented 2 years ago

https://developers.line.biz/en/docs/liff/release-notes/#liff-version-and-release-date The latest version of LINE LIFF SDK is v2.21.2 Current in this repo is v2.20.3

Should implement the change in v2.21.0.

  1. The text displayed by the LIFF SDK now supports multiple languages
  2. The language of the text displayed by the LIFF SDK can now be specified
  3. We've fixed a bug where the liff.init() method could succeed with an invalid LIFF ID
  4. The Typescript type definition for profile information retrieved by the liff.getProfile() method is now available