Skip to content

Releases: line/flutter_line_sdk

2.5.2

14 Apr 02:52
Compare
Choose a tag to compare

Fixed

  • Update default build settings for Android. Now the build should run in a more stable way. #126

2.5.1

14 Apr 02:41
Compare
Choose a tag to compare

Fixed

  • A stable source field in Podspec file. It avoids the checksum mismatch issue when building the iOS part on difference machines. #122

2.5.0

03 Feb 06:00
Compare
Choose a tag to compare

Removed

  • The old & deprecated PluginRegistry symbols (which belong to Flutter Android Plugin v1) are removed from the plugin system. This may cause compilation issues if you're using the old v1 plugin system in later Flutter versions. #119

2.4.0

24 Jan 02:24
Compare
Choose a tag to compare

Added

Fixed

  • Integrate Flutter lints. Update and follow linter rules to improve code quality. #115

2.3.8

03 Jul 05:54
Compare
Choose a tag to compare

Fixed

  • A build issue of mismatching between the required language version for newer Flutter versions and the plugin. Now the plugin is compatible with the latest Flutter versions. #103

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