Skip to content

Releases: line/flutter_line_sdk

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

1.2.6

06 Jan 02:07
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

1.2.0

23 Oct 04:09
Compare
Choose a tag to compare

Add

  • A parameter for Android to specify the activity request code when login. #4

1.1.0

23 Oct 04:09
Compare
Choose a tag to compare

Add

  • Add idTokenNonce to LoginResult. This value can be used against the ID token verification API as a parameter.