You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.