Skip to content

Releases: line/flutter_line_sdk

2.3.7

25 Mar 04:48
Compare
Choose a tag to compare

Fixes

  • Exclude "lifecycle-extensions" of AndroidX from the plugin. This solves some conflicts when building with other plugins. #94

2.3.6

16 Nov 08:24
Compare
Choose a tag to compare

Fixed

  • Upgrade the wrapped Android LINE SDK version. Algin its minSdk and compileSdk to the native SDK. #87

2.3.5

02 Oct 01:47
2.3.5
736eacd
Compare
Choose a tag to compare

Fixed

  • Update license holder name in all source code files. Now LY Corporation is the license holder of LINE SDK Swift. The license content and terms itself is not changed so you can still use the SDK under the same condition as before. #86
  • Increase the minimum deploy version to iOS 13.0 and Android API Level 24 (Android 7.0) to match modern development requirements.

2.3.4

05 Sep 03:02
2.3.4
69601f8
Compare
Choose a tag to compare

Fixed

  • Some terminology that is used in API references for legal purposes.

2.3.3

26 Jun 09:41
2.3.3
fb85aa8
Compare
Choose a tag to compare

Fixed

  • The deprecated jcenter repository is removed from the Android part. Now this project uses the latest native LINE SDK on mavenCentral. #80
  • Loosen the environment requirement of dart SDK to contain dart 3.x. #82

2.3.2

24 Feb 02:28
2.3.2
6c26221
Compare
Choose a tag to compare

Fixed

  • Upgrade Kotlin version and compile SDK version for Android native part. 73

2.3.1

28 Oct 04:46
2.3.1
1e0e0c5
Compare
Choose a tag to compare

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

06 Sep 00:41
2.3.0
88a6758
Compare
Choose a tag to compare

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

10 May 00:41
2.2.0
16e7ad3
Compare
Choose a tag to compare

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

01 Nov 01:59
2.1.0
4a52d83
Compare
Choose a tag to compare

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