Roll Flutter Engine from 58193a3b6ef1 to 10e0e15347d3 (5 revisions) (#103742)
* c4b899f63 Roll dart sdk to 7b24ff4d92e2d2136020fc5bedadfe7025861510 (flutter/engine#33309) * 7956603cc [web] Migrate Flutter Web DOM usage to JS static interop - 12. (flutter/engine#33241) * 1d0c2ae6f Roll Skia from 1e43dce386c9 to f6e31bf1dcfb (6 revisions) (flutter/engine#33320) * ed5a2fef0 Roll Skia from f6e31bf1dcfb to 69fecd6c2d85 (1 revision) (flutter/engine#33322) * 10e0e1534 Revert "[web] Migrate Flutter Web DOM usage to JS static interop - 12. (#33241)" (flutter/engine#33321) * fix local tests Co-authored-by: Jonah Williams <jonahwilliams@google.com>
This commit is contained in:
parent
b04bdd0b02
commit
7d234c966a
@ -1 +1 @@
|
||||
58193a3b6ef197cf8f62e97fdc1e0d82b6c5b5e7
|
||||
10e0e15347d377087d11ecc77ee967ac95921cb6
|
||||
|
@ -152,6 +152,7 @@ class CodesignCommand extends Command<void> {
|
||||
'artifacts/engine/darwin-x64-release/gen_snapshot_arm64',
|
||||
'artifacts/engine/darwin-x64-release/gen_snapshot_x64',
|
||||
'artifacts/engine/darwin-x64/flutter_tester',
|
||||
'artifacts/engine/darwin-x64/flutter_tester_fractional_translation',
|
||||
'artifacts/engine/darwin-x64/gen_snapshot',
|
||||
'artifacts/engine/darwin-x64/gen_snapshot_arm64',
|
||||
'artifacts/engine/darwin-x64/gen_snapshot_x64',
|
||||
|
@ -96,7 +96,6 @@ class PackagesGetCommand extends FlutterCommand {
|
||||
final FlutterProject rootProject = FlutterProject.fromDirectory(globals.fs.directory(target));
|
||||
// Do not send plugin analytics if pub has not run before.
|
||||
final bool hasPlugins = rootProject.flutterPluginsDependenciesFile.existsSync()
|
||||
&& rootProject.packagesFile.existsSync()
|
||||
&& rootProject.packageConfigFile.existsSync();
|
||||
if (hasPlugins) {
|
||||
// Do not fail pub get if package config files are invalid before pub has
|
||||
|
Loading…
x
Reference in New Issue
Block a user