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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
0.29.0
iOS UISceneDelegate adoption. Adopt FlutterSceneLifeCycleDelegate and register as a scene delegate so Facebook URL callbacks (deep links / deferred app links) still reach the SDK on apps using the UIScene lifecycle — the default for Flutter 3.38+. The legacy application(_:open:options:) path is retained for non-UIScene apps (fixes #489).
Breaking: Raise the minimum Flutter SDK to >=3.38.0, required by FlutterSceneLifeCycleDelegate / addSceneDelegate. The Dart API and Android behavior are unchanged.