Tags: flutter/flutter
Tags
CP: Pause UIScene migration (#170490) (#170569) CP of #170490 This PR rolls back auto-migrating iOS apps to UIScene lifecycle. It also updates tests to ensure things work in both a state where UIScene lifecycle is already adopted and when it isn't. A number of UIScene issues have emerged since landing this in master: #170171 In addition, there's is disagreement over how some of it is implemented. Impacted Users: All Flutter iOS developers Impact Description: Some method channels may crash and apps using app lifecycle events may not work properly. Workaround: Manually removing UIApplicationSceneManifest from Info.plist and potentially also update AppDelegate.swift. Risk: Low Test Coverage: Yes Validation Steps: Run `flutter build ios` and see that `UIApplicationSceneManifest` if not added to Info.plist.
Point to previous commit for engine version for 3.33-0.2 (#169682) The other commit didn't actually change any engine files, so the thing that validates when releasing failed. Rolling to point at the previous commit instead.
[3.32] Update `bin/internal/engine.version` to latest SHA. (#168979)
PreviousNext