Releases: line/flutter_line_sdk
Releases · line/flutter_line_sdk
2.3.2
Fixed
- Upgrade Kotlin version and compile SDK version for Android native part. 73
2.3.1
Fixed
- Algin the deploy target of iOS with LINE SDK Swift to iOS 11.0. This allows the LINE Flutter SDK continue to compile with the latest LINE SDK. #65
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
Added
- Now you can get the user email address through the
email
getter in AccessToken
once the user grant you the permission. #58
Fixed
- Modernize project settings and upgrade Dark SDK version.
2.1.0
Added
- A new
idTokenNonce
in LoginOption
to allow a customize nonce set in the ID token. You can use it to implement the Secure Login in guide. #50
2.0.0
Added
- Support for Dart null safety. #39
1.3.0
Added
- A new
idToken
field in AccessToken
to help to decode and to get 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 the 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
Fixed
- The
pictureUrlSmall
of user profile now returns the correct smaller version of profile image now. #25
1.2.9
Fixed
- Now customized scope string is supported for Android. #23