Skip to content

Releases: line/flutter_line_sdk

1.2.10

03 Jun 01:01

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

Choose a tag to compare

Fixed

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

1.2.8

06 Mar 07:51

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

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

1.2.6

06 Jan 02:07

Choose a tag to compare

Fixed

  • Hot restarting will no longer cause a connection lost on iOS simulator and device. #17

1.2.5

06 Jan 02:06

Choose a tag to compare

Fixed

  • Remove version specified annotation. Now Android SDK can be built without problem. #15

1.2.4

26 Dec 04:58

Choose a tag to compare

Fixed

  • A problem that some result in model types are obfuscated when building with Release configuration on Android. #12

1.2.3

26 Dec 04:58

Choose a tag to compare

Fixed

  • An issue that some classes are stripped unexpectedly when building with release configuration. #10

1.2.2

20 Dec 07:53

Choose a tag to compare

Fixed

  • An issue that example app crashes when using Flutter SDK 1.12.13. #38464@flutter

1.2.1

29 Oct 04:35

Choose a tag to compare

Fixed

  • Now currentAccessToken returns null instead of throwing an error when there is no access token stored locally. This behavior now matches what it is done on iOS. #9