flutter_line_sdk 2.3.1
flutter_line_sdk: ^2.3.1 copied to clipboard
A Flutter plugin for using the LINE SDKs with Dart in Flutter apps.
2.3.1 #
2.3.0 #
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 #
2.1.0 #
Added #
- A new
idTokenNonce
inLoginOption
to allow a customize nonce set in the ID token. You can use it to implement the Secure Login in guide. #50
1.3.0 #
Added #
- A new
idToken
field inAccessToken
to help decoding and getting 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 Android platform to 21, which matches the LINE client app on the same platform.
1.2.11 #
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 #
1.2.8 #
1.2.7 #
1.2.6 #
1.2.5 #
1.2.4 #
1.2.3 #
1.2.2 #
Fixed #
- An issue that example app crashes when using Flutter SDK 1.12.13. #38464@flutter
1.2.1 #
1.1.0 #
Added #
- Add
idTokenNonce
to LoginResult. This value can be used against the ID token verification API as a parameter.
1.0.2 #
Fixed #
- Explicitly declare the main dispatcher to run coroutine on Android, which is compatible with changes in the latest flutter. #2
1.0.0 #
- Initial release of flutter plugin for LINE SDK.