flutter_line_sdk
A Flutter plugin for using the LINE SDKs with Dart in Flutter apps.
2.7.2
19K downloads/mo
#2232 most downloaded on pub.dev
line/flutter_line_sdk
What this package is like to depend on
Last release 4 months ago
07 Apr 2026
Release timing varies
gaps range from 1 weeks to 7 months
Nearly every release is documented
notes for 40 of 40 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
40 releases · first in 2019
4 releases in the last 12 months
see the full history below
Release timeline
40 releases · Jun 2019 to Apr 2026
2020
2021
2022
2023
2024
2025
2026
Releases
latest 40-
2.7.207 Apr 2026Release notes
Open source →Fixed
- Fix crash when scope or token type is absent from access token response data. #145
Release notes
Open source →Fixed
- Fix crash when scope or token type is absent from access token response data. #145
-
2.7.103 Apr 2026Release notes
Open source →Fixed
- Bump minimum LINE SDK iOS dependency to 5.16.0 to fix Xcode 26 compilation errors caused by Swift 6 strict concurrency checks. #140
Release notes
Open source →Fixed
- Bump minimum LINE SDK iOS dependency to 5.16.0 to fix Xcode 26 compilation errors caused by Swift 6 strict concurrency checks. #140
-
2.7.011 Mar 2026Release notes
Open source →Added
- Add UIScene lifecycle support for the iOS plugin. This ensures the LINE login callback works correctly when the host app adopts the UIScene-based lifecycle (required by Apple post-iOS 26). The plugin now registers both
UIApplicationDelegateandFlutterSceneLifeCycleDelegatecallbacks for full backward compatibility. #137
Changed
- Bump minimum Flutter SDK requirement to 3.38.0 and Dart SDK to 3.8.0 for
FlutterSceneLifeCycleDelegatesupport.
Release notes
Open source →Added
- Add UIScene lifecycle support for the iOS plugin. This ensures the LINE login callback works correctly when the host app adopts the UIScene-based lifecycle (required by Apple post-iOS 26). The plugin now registers both
UIApplicationDelegateandFlutterSceneLifeCycleDelegatecallbacks for full backward compatibility. #137
Changed
- Bump minimum Flutter SDK requirement to 3.38.0 and Dart SDK to 3.8.0 for
FlutterSceneLifeCycleDelegatesupport.
- Add UIScene lifecycle support for the iOS plugin. This ensures the LINE login callback works correctly when the host app adopts the UIScene-based lifecycle (required by Apple post-iOS 26). The plugin now registers both
-
2.6.230 Oct 2025Release notes
Open source →Fixed
- Upgrade LINE SDK Android version to solve a potential issue related to obfuscation. #133
Release notes
Open source →Fixed
- Upgrade LINE SDK Android version to solve a potential issue related to obfuscation. #133
-
2.6.119 Jun 2025Release notes
Open source →Fixed
- A compiling issue on iOS when using CocoaPods to setup the plugin. This is caused by the incompatible Swift language version is used. #131
Release notes
Open source →Fixed
- A compiling issue on iOS when using CocoaPods to setup the plugin. This is caused by the incompatible Swift language version is used. #131
-
2.6.019 Jun 2025Release notes
Open source →Added
- Upgrade the iOS native LINE SDK to version 5.13.0. This version includes the Swift Concurrency support and compatible with the latest SDKs. #129
Release notes
Open source →Added
- Upgrade the iOS native LINE SDK to version 5.13.0. This version includes the Swift Concurrency support and compatible with the latest SDKs. #129
-
2.5.214 Apr 2025Release notes
Open source →Fixed
- Update default build settings for Android. Now the build should run in a more stable way. #126
Release notes
Open source →Fixed
- Update default build settings for Android. Now the build should run in a more stable way. #126
-
2.5.105 Mar 2025Release notes
Open source →Fixed
- A stable
sourcefield in Podspec file. It avoids the checksum mismatch issue when building the iOS part on difference machines. #122
Release notes
Open source →Fixed
- A stable
sourcefield in Podspec file. It avoids the checksum mismatch issue when building the iOS part on difference machines. #122
- A stable
-
2.5.003 Feb 2025Release notes
Open source →Removed
- The old & deprecated
PluginRegistrysymbols (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
Release notes
Open source →Removed
- The old & deprecated
PluginRegistrysymbols (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
- The old & deprecated
-
2.4.024 Jan 2025Release notes
Open source →Added
- Swift Package Manager integration. Now you can add this package as a Swift Package on iOS. #117
Fixed
- Integrate Flutter lints. Update and follow linter rules to improve code quality. #115
-
2.3.826 Jun 2024Release notes
Open source →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.725 Mar 2024Release notes
Open source →Fixed
- Exclude "lifecycle-extensions" of AndroidX from the plugin. This solves some conflicts when building with other plugins. #94
-
2.3.616 Nov 2023Release notes
Open source →Fixed
- Upgrade the wrapped Android LINE SDK version. Algin its
minSdkandcompileSdkto the native SDK. #87
- Upgrade the wrapped Android LINE SDK version. Algin its
-
2.3.502 Oct 2023Release notes
Open source →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.405 Sep 2023Release notes
Open source →Fixed
- Some terminology that is used in API references for legal purposes.
-
2.3.326 Jun 2023 -
2.3.224 Feb 2023Release notes
Open source →Fixed
- Upgrade Kotlin version and compile SDK version for Android native part. #73
-
2.3.128 Oct 2022Release notes
Open source →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.006 Sep 2022Release notes
Open source →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
- 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
-
2.2.010 May 2022Release notes
Open source →Added
- Now you can get the user email address through the
emailgetter inAccessTokenonce the user grant you the permission. #58
Fixed
- Modernize project settings and upgrade Dark SDK version.
- Now you can get the user email address through the
-
2.1.001 Nov 2021Release notes
Open source →Added
- A new
idTokenNonceinLoginOptionto allow a customize nonce set in the ID token. You can use it to implement the Secure Login in guide. #50
- A new
-
2.0.005 Apr 2021 -
1.3.008 Jul 2020Release notes
Open source →Added
- A new
idTokenfield inAccessTokento 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
idTokenRawon Android returns correct raw token string instead of a decoded JSON string, which aligns the behavior as on iOS. #31 - Upgrade the
minSdkVersionfor Android platform to 21, which matches the LINE client app on the same platform.
- A new
-
1.2.1103 Jun 2020Release notes
Open source →Fixed
- Align
minSdkVersionof 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).
- Align
-
1.2.1030 Apr 2020Release notes
Open source →Fixed
- The
pictureUrlSmallof user profile now returns the correct smaller version of profile image now. #25
- The
-
1.2.925 Mar 2020 -
1.2.806 Mar 2020Release notes
Open source →Fixed
- A regression that
getCurrentAccessTokenreturns error instead of anullvalue on Android. #22
- A regression that
-
1.2.706 Mar 2020 -
1.2.606 Jan 2020Release notes
Open source →Fixed
- Hot restarting will no longer cause a connection lost on iOS simulator and device. #17
-
1.2.527 Dec 2019Release notes
Open source →Fixed
- Remove version specified annotation. Now Android SDK can be built without problem. #15
-
1.2.426 Dec 2019Release notes
Open source →Fixed
- A problem that some result in model types are obfuscated when building with Release configuration on Android. #12
-
1.2.325 Dec 2019Release notes
Open source →Fixed
- An issue that some classes are stripped unexpectedly when building with release configuration. #10
-
1.2.218 Dec 2019Release notes
Open source →Fixed
- An issue that example app crashes when using Flutter SDK 1.12.13. #38464@flutter
-
1.2.125 Oct 2019Release notes
Open source →Fixed
- Now
currentAccessTokenreturnsnullinstead of throwing an error when there is no access token stored locally. This behavior now matches what it is done on iOS. #9
- Now
-
1.2.023 Oct 2019Release notes
Open source →Added
- A parameter for Android to specify the activity request code when login. #4
-
1.1.018 Oct 2019Release notes
Open source →Added
- Add
idTokenNonceto LoginResult. This value can be used against the ID token verification API as a parameter.
- Add
-
1.0.318 Jul 2019 -
1.0.217 Jul 2019Release notes
Open source →Fixed
- Explicitly declare the main dispatcher to run coroutine on Android, which is compatible with changes in the latest flutter. #2
-
1.0.108 Jul 2019Release notes
Open source →Fixed
- Internal code formatting and better structure.
- Improve API reference.
-
1.0.026 Jun 2019