Releases: line/flutter_line_sdk
Releases · line/flutter_line_sdk
1.2.8
Fixed
- A regression that
getCurrentAccessToken
returns error instead of a null
value on Android. #22
1.2.7
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
Fixed
- Hot restarting will no longer cause a connection lost on iOS simulator and device. #17
1.2.5
Fixed
- Remove version specified annotation. Now Android SDK can be built without problem. #15
1.2.4
Fixed
- A problem that some result in model types are obfuscated when building with Release configuration on Android. #12
1.2.3
Fixed
- An issue that some classes are stripped unexpectedly when building with release configuration. #10
1.2.2
Fixed
- An issue that example app crashes when using Flutter SDK 1.12.13. #38464@flutter
1.2.1
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
Add
- A parameter for Android to specify the activity request code when login. #4
1.1.0
Add
- Add
idTokenNonce
to LoginResult. This value can be used against the ID token verification API as a parameter.