Abdulrahman Bashir
|
effe13307c
|
Migrate testing_app to UIScene lifecycle (#2836)
## Summary
[](https://www.talabat.com)
[](https://github.com/search?q=org%3Aflutter+talabat&type=pullrequests)
- Migrate `testing_app` iOS project to the UIScene lifecycle as per the
[migration
guide](https://docs.flutter.dev/release/breaking-changes/uiscenedelegate)
- Update `AppDelegate.swift` to use `@main`,
`FlutterImplicitEngineDelegate`, and move plugin registration to
`didInitializeImplicitFlutterEngine`
- Add `UIApplicationSceneManifest` to `Info.plist`
Part of flutter/flutter#176957
## Test plan
- [x] Ran `testing_app` on iOS simulator — app launches and works
correctly
---------
Co-authored-by: Eric Windmill <eric@ericwindmill.com>
|
4 days ago |