Skip to content

Releases: line/flutter_line_sdk

2.3.0

06 Sep 00:41
2.3.0
88a6758
Compare
Choose a tag to compare

Added

  • Add support for building as static library in the hosting project. By default Flutter uses plugins as framework on iOS, but you are now also free to remove use_framework! in Flutter's Podfile and LINE SDK won't compliant about it anymore. #62

Fixed

  • An issue in the example app that crashes when the user is not setting a valid status message. #63

2.2.0

10 May 00:41
2.2.0
16e7ad3
Compare
Choose a tag to compare

Added

  • Now you can get the user email address through the email getter in AccessToken once the user grant you the permission. #58

Fixed

  • Modernize project settings and upgrade Dark SDK version.

2.1.0

01 Nov 01:59
2.1.0
4a52d83
Compare
Choose a tag to compare

Added

  • A new idTokenNonce in LoginOption to allow a customize nonce set in the ID token. You can use it to implement the Secure Login in guide. #50

2.0.0

05 Apr 02:17
2.0.0
37c6dc3
Compare
Choose a tag to compare

Added

  • Support for Dart null safety. #39

1.3.0

08 Jul 02:57
Compare
Choose a tag to compare

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.

1.2.11

03 Jun 01:02
Compare
Choose a tag to compare

Fixed

  • Align minSdkVersion of Android part to the same version (API Level 18) as the native LINE SDK Android.
  • A issue which causes example app crashing in Android versions earlier than 5.0 (API Level 21).

1.2.10

03 Jun 01:01
Compare
Choose a tag to compare

Fixed

  • The pictureUrlSmall of user profile now returns the correct smaller version of profile image now. #25

1.2.9

25 Mar 03:51
Compare
Choose a tag to compare

Fixed

  • Now customized scope string is supported for Android. #23

1.2.8

06 Mar 07:51
Compare
Choose a tag to compare

Fixed

  • A regression that getCurrentAccessToken returns error instead of a null value on Android. #22

1.2.7

06 Mar 06:14
Compare
Choose a tag to compare

Fixes

  • An issue on Android that handler be called twice in some cases. #18
  • The AccessToken.expiresIn now returns value of seconds on Android too. Behaviors on both iOS and Android align to the documentation. #20