Skip to content

Commit

Permalink
Roll Flutter Engine from 58193a3b6ef1 to 10e0e15347d3 (5 revisions) (…
Browse files Browse the repository at this point in the history
…#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 <[email protected]>
  • Loading branch information
engine-flutter-autoroll and jonahwilliams authored May 13, 2022
1 parent b04bdd0 commit 7d234c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/internal/engine.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
58193a3b6ef197cf8f62e97fdc1e0d82b6c5b5e7
10e0e15347d377087d11ecc77ee967ac95921cb6
1 change: 1 addition & 0 deletions dev/conductor/core/lib/src/codesign.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
1 change: 0 additions & 1 deletion packages/flutter_tools/lib/src/commands/packages.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d234c9

Please sign in to comment.