Victoria Ashworth
Victoria Ashworth
## Use case When the main function is missing from main.dart, it throws some errors from the engine: ``` [VERBOSE-2:dart_isolate.cc(144)] Could not prepare isolate. [VERBOSE-2:runtime_controller.cc(396)] Could not create root isolate....
## Requirements to Reproduce * Must be using one of the following devices: * iPad Pro 12.9-inch (3rd generation and later) * iPad Pro 11-inch (1st generation and later) *...
Instead of using rsync, which has caused errors in the past (https://github.com/flutter/flutter/issues/99785), delete the file/directory/link prior to moving it. Hopefully should let us stop double zipping the FlutterMacOS.framework in the...
Workaround solution for: https://github.com/flutter/flutter/issues/121231 See https://github.com/flutter/flutter/issues/120808#issuecomment-1551826299 Error Case 2 for more information. Sometimes the `ios-deploy` process does not return the logs from the application. We've been unable to figure out...
### Type of Request bug ### Infrastructure Environment Recipes ### What is happening? Seems that the "Run app to dismiss dialogs" step is flakey when using iOS 17 devices. In...
When we upgrade Xcode version, we also manually upgrade the Simulator version to the latest. This requires manually changing a hard coded value in various places in flutter/packages and flutter/engine....
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must...
This PR adds initial support for Swift Package Manager (SPM). Users must opt in. Only compatible with Xcode 15+. Fixes https://github.com/flutter/flutter/issues/146369. ## Included Features This PR includes the following features:...
- [x] https://github.com/flutter/flutter/issues/146901 - [x] https://github.com/flutter/flutter/issues/147548 - [ ] https://github.com/flutter/flutter/issues/146902 - [ ] https://github.com/flutter/flutter/issues/146903 - [ ] https://github.com/flutter/flutter/issues/146904 - [ ] https://github.com/flutter/flutter/issues/146905 - [ ] https://github.com/flutter/flutter/issues/146906 - [ ] https://github.com/flutter/flutter/issues/146909...
Prerequisites: - [x] https://github.com/flutter/flutter/pull/146256 - [x] https://github.com/flutter/flutter/issues/146901 --- Follow ["Converting an existing Objective-C Flutter Plugin to a Swift Package" instructions](https://github.com/flutter/flutter/pull/146256#issuecomment-2038565077) to make `video_player_avfoundation` plugin compatible with Swift Package Manager and...