Skip to content

v0.29.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 08:05
· 29 commits to main since this release
ae60514

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.