PackageTrack
Sign in Get early access

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
Release Pre-release

Releases

latest 40
  1. 2.7.2 07 Apr 2026
    Release notes

    Fixed

    • Fix crash when scope or token type is absent from access token response data. #145
    Open source →
    Release notes

    Fixed

    • Fix crash when scope or token type is absent from access token response data. #145
    Open source →
  2. 2.7.1 03 Apr 2026
    Release notes

    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
    Open source →
    Release notes

    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
    Open source →
  3. 2.7.0 11 Mar 2026
    Release notes

    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 UIApplicationDelegate and FlutterSceneLifeCycleDelegate callbacks for full backward compatibility. #137

    Changed

    • Bump minimum Flutter SDK requirement to 3.38.0 and Dart SDK to 3.8.0 for FlutterSceneLifeCycleDelegate support.
    Open source →
    Release notes

    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 UIApplicationDelegate and FlutterSceneLifeCycleDelegate callbacks for full backward compatibility. #137

    Changed

    • Bump minimum Flutter SDK requirement to 3.38.0 and Dart SDK to 3.8.0 for FlutterSceneLifeCycleDelegate support.
    Open source →
  4. 2.6.2 30 Oct 2025
    Release notes

    Fixed

    • Upgrade LINE SDK Android version to solve a potential issue related to obfuscation. #133
    Open source →
    Release notes

    Fixed

    • Upgrade LINE SDK Android version to solve a potential issue related to obfuscation. #133
    Open source →
  5. 2.6.1 19 Jun 2025
    Release notes

    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
    Open source →
    Release notes

    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
    Open source →
  6. 2.6.0 19 Jun 2025
    Release notes

    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
    Open source →
    Release notes

    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
    Open source →
  7. 2.5.2 14 Apr 2025
    Release notes

    Fixed

    • Update default build settings for Android. Now the build should run in a more stable way. #126
    Open source →
    Release notes

    Fixed

    • Update default build settings for Android. Now the build should run in a more stable way. #126
    Open source →
  8. 2.5.1 05 Mar 2025
    Release notes

    Fixed

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

    Fixed

    • A stable source field in Podspec file. It avoids the checksum mismatch issue when building the iOS part on difference machines. #122
    Open source →
  9. 2.5.0 03 Feb 2025
    Release notes

    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
    Open source →
    Release notes

    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
    Open source →
  10. 2.4.0 24 Jan 2025
    Release notes

    Added

    Fixed

    • Integrate Flutter lints. Update and follow linter rules to improve code quality. #115
    Open source →
  11. 2.3.8 26 Jun 2024
    Release notes

    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
    Open source →
  12. 2.3.7 25 Mar 2024
    Release notes

    Fixed

    • Exclude "lifecycle-extensions" of AndroidX from the plugin. This solves some conflicts when building with other plugins. #94
    Open source →
  13. 2.3.6 16 Nov 2023
    Release notes

    Fixed

    • Upgrade the wrapped Android LINE SDK version. Algin its minSdk and compileSdk to the native SDK. #87
    Open source →
  14. 2.3.5 02 Oct 2023
    Release notes

    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.
    Open source →
  15. 2.3.4 05 Sep 2023
    Release notes

    Fixed

    • Some terminology that is used in API references for legal purposes.
    Open source →
  16. 2.3.3 26 Jun 2023
    Release notes

    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
    Open source →
  17. 2.3.2 24 Feb 2023
    Release notes

    Fixed

    • Upgrade Kotlin version and compile SDK version for Android native part. #73
    Open source →
  18. 2.3.1 28 Oct 2022
    Release notes

    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
    Open source →
  19. 2.3.0 06 Sep 2022
    Release notes

    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
    Open source →
  20. 2.2.0 10 May 2022
    Release notes

    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.
    Open source →
  21. 2.1.0 01 Nov 2021
    Release notes

    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
    Open source →
  22. 2.0.0 05 Apr 2021
    Release notes

    Added

    • Support for Dart null safety. #39
    Open source →
  23. 1.3.0 08 Jul 2020
    Release notes

    Added

    • A new idToken field in AccessToken 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.
    Open source →
  24. 1.2.11 03 Jun 2020
    Release notes

    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).
    Open source →
  25. 1.2.10 30 Apr 2020
    Release notes

    Fixed

    • The pictureUrlSmall of user profile now returns the correct smaller version of profile image now. #25
    Open source →
  26. 1.2.9 25 Mar 2020
    Release notes

    Fixed

    • Now customized scope string are supported for Android. #23
    Open source →
  27. 1.2.8 06 Mar 2020
    Release notes

    Fixed

    • A regression that getCurrentAccessToken returns error instead of a null value on Android. #22
    Open source →
  28. 1.2.7 06 Mar 2020
    Release notes

    Fixed

    • An issue on Android that handler be called twice in some cases. #18
    • The AccessToken.expiresIn now returns value of seconds on Android too. Behaviors on both iOS and Android align to the documentation. #20
    Open source →
  29. 1.2.6 06 Jan 2020
    Release notes

    Fixed

    • Hot restarting will no longer cause a connection lost on iOS simulator and device. #17
    Open source →
  30. 1.2.5 27 Dec 2019
    Release notes

    Fixed

    • Remove version specified annotation. Now Android SDK can be built without problem. #15
    Open source →
  31. 1.2.4 26 Dec 2019
    Release notes

    Fixed

    • A problem that some result in model types are obfuscated when building with Release configuration on Android. #12
    Open source →
  32. 1.2.3 25 Dec 2019
    Release notes

    Fixed

    • An issue that some classes are stripped unexpectedly when building with release configuration. #10
    Open source →
  33. 1.2.2 18 Dec 2019
    Release notes

    Fixed

    • An issue that example app crashes when using Flutter SDK 1.12.13. #38464@flutter
    Open source →
  34. 1.2.1 25 Oct 2019
    Release notes

    Fixed

    • Now currentAccessToken returns null instead of throwing an error when there is no access token stored locally. This behavior now matches what it is done on iOS. #9
    Open source →
  35. 1.2.0 23 Oct 2019
    Release notes

    Added

    • A parameter for Android to specify the activity request code when login. #4
    Open source →
  36. 1.1.0 18 Oct 2019
    Release notes

    Added

    • Add idTokenNonce to LoginResult. This value can be used against the ID token verification API as a parameter.
    Open source →
  37. 1.0.3 18 Jul 2019
    Release notes

    Fixed

    • Improve reference rendering for async APIs.
    Open source →
  38. 1.0.2 17 Jul 2019
    Release notes

    Fixed

    • Explicitly declare the main dispatcher to run coroutine on Android, which is compatible with changes in the latest flutter. #2
    Open source →
  39. 1.0.1 08 Jul 2019
    Release notes

    Fixed

    • Internal code formatting and better structure.
    • Improve API reference.
    Open source →
  40. 1.0.0 26 Jun 2019
    Release notes
    • Initial release of flutter plugin for LINE SDK.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive