- The
pictureUrlSmall
of user profile now returns the correct smaller version of profile image now. #25
- Now customized scope string are supported for Android. #23
- A regression that
getCurrentAccessToken
returns error instead of a null
value on Android. #22
- 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
- Hot restarting will no longer cause a connection lost on iOS simulator and device. #17
- Remove version specified annotation. Now Android SDK can be built without problem. #15
- A problem that some result in model types are obfuscated when building with Release configuration on Android. #12
- An issue that some classes are stripped unexpectedly when building with release configuration. #10
- An issue that example app crashes when using Flutter SDK 1.12.13. #38464@flutter
- 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
- A parameter for Android to specify the activity request code when login. #4
- Add
idTokenNonce
to LoginResult. This value can be used against the ID token verification API as a parameter.
- Improve reference rendering for async APIs.
- Explicitly declare the main dispatcher to run coroutine on Android, which is compatible with changes in the latest flutter. #2
- Internal code formatting and better structure.
- Improve API reference.
- Initial release of flutter plugin for LINE SDK.