Skip to content

2.7.0

Choose a tag to compare

@onevcat onevcat released this 11 Mar 00:46
· 27 commits to master since this release
af17a08

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.