- 14 Apr, 2023 18 commits
-
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/ea0e1b17006c...87fc46430e1d 2023-04-14 skia-flutter-autoroll@skia.org Roll Fuchsia Mac SDK from fRDyjjf-0gc4uVHv7... to wL-3zhH7VC1ugMJUN... (flutter/engine#41205) Also rolling transitive DEPS: fuchsia/sdk/core/mac-amd64 from fRDyjjf-0gc4 to wL-3zhH7VC1u If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC jacksongardner@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
Justin McCandless authored
Update the visuals of the iOS context menu to match iOS 16.3.1 more closely.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/4b96e38c9275...ea0e1b17006c 2023-04-14 skia-flutter-autoroll@skia.org Manual roll Skia from 2e4223a5f4bf to ad2e21650306 (16 revisions) (flutter/engine#41195) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC jacksongardner@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
Jackson Gardner authored
This fixes https://github.com/flutter/flutter/issues/124159 Adds the command line argument `--wasm-opt` to optimize the web assembly output.
-
Tirth authored
Adds new property `separatorColor` to `CupertinoListSection` widget. Fixes: #124744 ### `separatorColor` property is null <img src="https://user-images.githubusercontent.com/13456345/231840875-22605c23-ee9f-464f-a005-c9fce1b641a7.png" width=350> ### `separatorColor` property is not-null | Color.fromARGB(255, 136, 13, 207) | Color.fromARGB(255, 13, 62, 207) | Color.fromARGB(255, 29, 207, 13) | | --- | --- | --- | | ![a](https://user-images.githubusercontent.com/13456345/231840832-6027cf86-e9c0-4206-b6f8-23556471c1bd.png) | ![b](https://user-images.githubusercontent.com/13456345/231840862-dcc30212-14f8-44af-a8cb-d04b22b7a078.png) | ![c](https://user-images.githubusercontent.com/13456345/231840870-d9fafe23-e9a4-423a-a25c-b71835991d07.png) |
-
engine-flutter-autoroll authored
https://github.com/flutter/packages/compare/d01f4eaabb54...e4ec15590935 2023-04-14 stuartmorgan@google.com [shared_preferences] Remove Android lint baseline (flutter/packages#3707) 2023-04-13 37607224+AmanNegi@users.noreply.github.com [shared_preferences] Ports SharedPreferencesAndroid to Pigeon (flutter/packages#3321) 2023-04-13 10687576+bparrishMines@users.noreply.github.com [webview_flutter_android] Fix Android lint warnings (flutter/packages#3675) 2023-04-13 gautier.bayzelon@gmail.com [go_router_builder] Use only one .where() (flutter/packages#3698) 2023-04-13 engine-flutter-autoroll@skia.org Roll Flutter from 3b4b1491 to be45eb24 (21 revisions) (flutter/packages#3701) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC flutter-ecosystem@google.com,rmistry@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
engine-flutter-autoroll authored
Roll Flutter Engine from b7b2e7b742aa to 4b96e38c9275 (1 revision)
-
Pierre-Louis authored
If someone's user settings include the following, the current workspace level formatting settings don't apply since they aren't as specific. ``` "[dart]": { "editor.formatOnSave": true, "editor.formatOnType": true, } ``` This PR handles this by turning off auto-formatting specifically for Dart files. This PR also adds `"files.trimTrailingWhitespace": true` to simplify [contribution guide](https://github.com/flutter/flutter/wiki/Setting-up-the-Framework-development-environment#set-up-your-environment). Fixes https://github.com/flutter/flutter/issues/122050. This change is test-exempt. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] All existing and new tests are passing.
-
engine-flutter-autoroll authored
Roll Flutter Engine from 4f86a05ac932 to b7b2e7b742aa (4 revisions)
-
engine-flutter-autoroll authored
Roll Flutter Engine from 00bef00f64a7 to 4f86a05ac932 (5 revisions)
-
engine-flutter-autoroll authored
Roll Flutter Engine from ad222b0c93b9 to 00bef00f64a7 (1 revision)
-
Andrew Kolos authored
[flutter_tools] Reorganize android_studio_test.dart
-
engine-flutter-autoroll authored
Roll Flutter Engine from ce7be0093399 to ad222b0c93b9 (1 revision)
-
Jenn Magder authored
Remove Finder extended attributes in build target before code signing iOS frameworks
-
Kevin Moore authored
flutter-tool, web: update HTML template serviceWorkerVersion to be const
-
Taha Tesser authored
Fix `CupertinoContextMenu` throws exception on route animation
-
Kevin Moore authored
flutter-tool: enum cleanup
-
engine-flutter-autoroll authored
Roll Flutter Engine from 1289f4b513ef to ce7be0093399 (1 revision)
-
- 13 Apr, 2023 17 commits
-
-
dependabot[bot] authored
Bump actions/checkout from 3.5.1 to 3.5.2
-
engine-flutter-autoroll authored
Roll Flutter Engine from 2ff14d733daa to 1289f4b513ef (2 revisions)
-
engine-flutter-autoroll authored
Roll Flutter Engine from eb3e7d52ebbc to 2ff14d733daa (1 revision)
-
Reid Baker authored
#123643 - Add task to projects evaluated by flutter.gradle that will print the java version. - Add integration test for the existence of javaVersion and the expected format. - Add gradle util to get the gradlew version for a specific platform (gradlew everywhere but windows). Why does this code need to exist? Figuring out what version of java is used by flutter/gradle is done in a few different ways that are not always aligned. See this issue https://github.com/flutter/flutter/issues/122609 , this issue https://github.com/flutter/flutter/issues/121501 this feature request https://github.com/flutter/flutter/issues/106416 As examples of why assuming the java version is dangerous. This task is code flutter can build upon and is the version gradle is using to build no matter how it is configured. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] All existing and new tests are passing. --------- Co-authored-by: Mitchell Goodwin <58190796+MitchellGoodwin@users.noreply.github.com> Co-authored-by: Greg Spencer <gspencergoog@users.noreply.github.com> Co-authored-by: Victoria Ashworth <vashworth@google.com> Co-authored-by: Christopher Fujino <christopherfujino@gmail.com> Co-authored-by: Jackson Gardner <jacksongardner@google.com> Co-authored-by: Rydmike <m.rydstrom@gmail.com> Co-authored-by: keyonghan <54558023+keyonghan@users.noreply.github.com> Co-authored-by: chunhtai <47866232+chunhtai@users.noreply.github.com> Co-authored-by: Taha Tesser <tessertaha@gmail.com> Co-authored-by: Ben Konyi <bkonyi@google.com> Co-authored-by: engine-flutter-autoroll <engine-flutter-autoroll@skia.org> Co-authored-by: hellohuanlin <41930132+hellohuanlin@users.noreply.github.com> Co-authored-by: Danny Tuppeny <danny@tuppeny.com> Co-authored-by: Chris Bracken <chris@bracken.jp> Co-authored-by: Kate Lovett <katelovett@google.com> Co-authored-by: Michael Goderbauer <goderbauer@google.com> Co-authored-by: Elias Yishak <42216813+eliasyishak@users.noreply.github.com> Co-authored-by: Christopher Fujino <fujino@google.com>
-
engine-flutter-autoroll authored
Roll Flutter Engine from 496543715bdb to eb3e7d52ebbc (3 revisions)
-
Flutter GitHub Bot authored
Roll pub packages
-
Elliott Brooks authored
[flutter_tools] Disable flaky `output_web_test` test case
-
engine-flutter-autoroll authored
Roll Flutter Engine from 26eddb64e8ea to 496543715bdb (1 revision)
-
Taha Tesser authored
Refactor `SliverAppBar.medium` & `SliverAppBar.large` to fix several issues
-
Justin McCandless authored
Explain how to do the two-step migration to the context menus feature.
-
engine-flutter-autoroll authored
Roll Packages from fe5615f8b1de to d01f4eaabb54 (5 revisions)
-
engine-flutter-autoroll authored
Roll Flutter Engine from 81a57d24e62a to 26eddb64e8ea (1 revision)
-
engine-flutter-autoroll authored
Roll Flutter Engine from fb3908da9a67 to 81a57d24e62a (2 revisions)
-
engine-flutter-autoroll authored
Roll Flutter Engine from 5e595ff568d2 to fb3908da9a67 (1 revision)
-
engine-flutter-autoroll authored
Roll Flutter Engine from c2870ada170c to 5e595ff568d2 (1 revision)
-
engine-flutter-autoroll authored
Roll Flutter Engine from 39ec48fd7ebe to c2870ada170c (1 revision)
-
engine-flutter-autoroll authored
Roll Flutter Engine from 372946ec7e64 to 39ec48fd7ebe (12 revisions)
-
- 12 Apr, 2023 5 commits
-
-
dependabot[bot] authored
Bump actions/checkout from 3.5.0 to 3.5.1
-
engine-flutter-autoroll authored
Roll Flutter Engine from f1c694951a52 to 372946ec7e64 (6 revisions)
-
Camille Simon authored
Update re-thrown error for incompatible Java/Gradle versions to include migration guide
-
Justin McCandless authored
Localize the 'No Replacements Found' spell check string
-
engine-flutter-autoroll authored
Roll Flutter Engine from 8baab9d01ad2 to f1c694951a52 (5 revisions)
-