Jenn Magder
Jenn Magder
@kbot the [checks are failing ](https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8733341812989654849/+/u/Run_package_tests/CHANGELOG_and_version_validation/stdout)because you need to also update the version and CHANGELOG. See https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#version-and-changelog-updates
I _think_ it should be safe to implement this the way @sqlwatchmen says, we aren't doing anything unsafe restoring state? @cbracken any idea why that wouldn't be true? ``` Method...
> and also an automigration similar to: > https://github.com/flutter/flutter/blob/a3c7094d7ddae7ff49c56dd4f32dc458d10e4342/packages/flutter_tools/lib/src/macos/migrations/nsapplicationmain_deprecation_migration.dart @cbracken is there any reason not to also add a migration to add the func if it's not present? Or do...
> this is both slow and sometimes results in out of memory crashes by the tool [on Windows]. https://github.com/flutter/flutter/pull/149430 unpins `archive` and updates from 3.3.2 to 3.6.1, which includes some...
@jonasfj do you know who can take a look at this? We're hitting 23% flaky rates. https://github.com/flutter/flutter/issues/105609#issuecomment-1156665257
> The date_planner app was checked in to experimental to run against master while we work on iOS improvements, I think the iOS team was also planning to use it...
> From triage: What's the status of this? Is it still something we plan to deploy? It would definitely be useful for debugging! Sorry, I lost track of this. I...
@stuartmorgan this is ready to review, when you get a chance.
> Is the `FLUTTER_LOGS_DIR` support low-level enough that it already applies to this repo, or do we need recipe changes too? It already applies as of https://flutter-review.googlesource.com/c/recipes/+/39703 You can see...
> > To convince `xcdevice observe` to redirect to stdout it's being launched in an interactive shell `/usr/bin/script -t 0 /dev/null /usr/bin/arch -arm64e xcrun xcdevice observe --usb` > > Where...