34374 Commits

Author SHA1 Message Date
Pierre-Louis
a0b7a6b692
Adjust repo config for VS Code formatting (#122758)
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.
2023-04-14 12:35:42 +02:00
engine-flutter-autoroll
607e6413c1
Roll Flutter Engine from 4f86a05ac932 to b7b2e7b742aa (4 revisions) (#124845)
Roll Flutter Engine from 4f86a05ac932 to b7b2e7b742aa (4 revisions)
2023-04-14 07:13:28 +00:00
engine-flutter-autoroll
e1722859ec
Roll Flutter Engine from 00bef00f64a7 to 4f86a05ac932 (5 revisions) (#124841)
Roll Flutter Engine from 00bef00f64a7 to 4f86a05ac932 (5 revisions)
2023-04-14 05:49:32 +00:00
engine-flutter-autoroll
9465b7473e
Roll Flutter Engine from ad222b0c93b9 to 00bef00f64a7 (1 revision) (#124837)
Roll Flutter Engine from ad222b0c93b9 to 00bef00f64a7 (1 revision)
2023-04-14 04:56:22 +00:00
Andrew Kolos
2cd768b893
[flutter_tools] Reorganize android_studio_test.dart (#124834)
[flutter_tools] Reorganize android_studio_test.dart
2023-04-14 03:20:35 +00:00
engine-flutter-autoroll
fd7d2d272b
Roll Flutter Engine from ce7be0093399 to ad222b0c93b9 (1 revision) (#124832)
Roll Flutter Engine from ce7be0093399 to ad222b0c93b9 (1 revision)
2023-04-14 03:00:44 +00:00
Jenn Magder
44fe615c5c
Remove Finder extended attributes in build target before code signing iOS frameworks (#123896)
Remove Finder extended attributes in build target before code signing iOS frameworks
2023-04-14 02:26:15 +00:00
Kevin Moore
3bc07c1cef
flutter-tool, web: update HTML template serviceWorkerVersion to be const (#124826)
flutter-tool, web: update HTML template serviceWorkerVersion to be const
2023-04-14 02:01:21 +00:00
Taha Tesser
4c41c0dbcd
Fix CupertinoContextMenu throws exception on route animation (#124785)
Fix `CupertinoContextMenu` throws exception on route animation
2023-04-14 01:59:11 +00:00
Kevin Moore
76e587bf78
flutter-tool: enum cleanup (#124760)
flutter-tool: enum cleanup
2023-04-14 01:55:05 +00:00
engine-flutter-autoroll
dca8d7c286
Roll Flutter Engine from 1289f4b513ef to ce7be0093399 (1 revision) (#124825)
Roll Flutter Engine from 1289f4b513ef to ce7be0093399 (1 revision)
2023-04-14 01:53:25 +00:00
dependabot[bot]
afdb2fac05
Bump actions/checkout from 3.5.1 to 3.5.2 (#124822)
Bump actions/checkout from 3.5.1 to 3.5.2
2023-04-13 23:45:05 +00:00
engine-flutter-autoroll
5ba9b9388c
Roll Flutter Engine from 2ff14d733daa to 1289f4b513ef (2 revisions) (#124824)
Roll Flutter Engine from 2ff14d733daa to 1289f4b513ef (2 revisions)
2023-04-13 23:41:03 +00:00
engine-flutter-autoroll
e5f2bef7e7
Roll Flutter Engine from eb3e7d52ebbc to 2ff14d733daa (1 revision) (#124820)
Roll Flutter Engine from eb3e7d52ebbc to 2ff14d733daa (1 revision)
2023-04-13 22:34:08 +00:00
Reid Baker
2723266466
i123643 print java version gradle (#123644)
#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>
2023-04-13 18:13:58 -04:00
engine-flutter-autoroll
082227b4ee
Roll Flutter Engine from 496543715bdb to eb3e7d52ebbc (3 revisions) (#124816)
Roll Flutter Engine from 496543715bdb to eb3e7d52ebbc (3 revisions)
2023-04-13 20:58:48 +00:00
Flutter GitHub Bot
d300b86e80
Roll pub packages (#124709)
Roll pub packages
2023-04-13 20:54:52 +00:00
Elliott Brooks
a3b85ba9a9
[flutter_tools] Disable flaky output_web_test test case (#124257)
[flutter_tools] Disable flaky `output_web_test` test case
2023-04-13 20:38:07 +00:00
engine-flutter-autoroll
c80ef4768e
Roll Flutter Engine from 26eddb64e8ea to 496543715bdb (1 revision) (#124812)
Roll Flutter Engine from 26eddb64e8ea to 496543715bdb (1 revision)
2023-04-13 20:04:03 +00:00
Taha Tesser
55dc9f93ea
Refactor SliverAppBar.medium & SliverAppBar.large to fix several issues (#122542)
Refactor `SliverAppBar.medium` & `SliverAppBar.large` to fix several issues
2023-04-13 18:54:08 +00:00
Justin McCandless
62cb61d3f3
Improve the docs around the TextSelectionHandleControls deprecations (#123827)
Explain how to do the two-step migration to the context menus feature.
2023-04-13 10:13:13 -07:00
engine-flutter-autoroll
2a5869e696
Roll Packages from fe5615f8b1de to d01f4eaabb54 (5 revisions) (#124795)
Roll Packages from fe5615f8b1de to d01f4eaabb54 (5 revisions)
2023-04-13 15:58:27 +00:00
engine-flutter-autoroll
9591537094
Roll Flutter Engine from 81a57d24e62a to 26eddb64e8ea (1 revision) (#124794)
Roll Flutter Engine from 81a57d24e62a to 26eddb64e8ea (1 revision)
2023-04-13 15:53:44 +00:00
engine-flutter-autoroll
be45eb2420
Roll Flutter Engine from fb3908da9a67 to 81a57d24e62a (2 revisions) (#124782)
Roll Flutter Engine from fb3908da9a67 to 81a57d24e62a (2 revisions)
2023-04-13 13:47:21 +00:00
engine-flutter-autoroll
6509015321
Roll Flutter Engine from 5e595ff568d2 to fb3908da9a67 (1 revision) (#124769)
Roll Flutter Engine from 5e595ff568d2 to fb3908da9a67 (1 revision)
2023-04-13 06:24:22 +00:00
engine-flutter-autoroll
caa4b5bc02
Roll Flutter Engine from c2870ada170c to 5e595ff568d2 (1 revision) (#124766)
Roll Flutter Engine from c2870ada170c to 5e595ff568d2 (1 revision)
2023-04-13 05:02:58 +00:00
engine-flutter-autoroll
8874a2c141
Roll Flutter Engine from 39ec48fd7ebe to c2870ada170c (1 revision) (#124761)
Roll Flutter Engine from 39ec48fd7ebe to c2870ada170c (1 revision)
2023-04-13 04:09:01 +00:00
engine-flutter-autoroll
954760829b
Roll Flutter Engine from 372946ec7e64 to 39ec48fd7ebe (12 revisions) (#124757)
Roll Flutter Engine from 372946ec7e64 to 39ec48fd7ebe (12 revisions)
2023-04-13 02:42:12 +00:00
dependabot[bot]
b95b86f820
Bump actions/checkout from 3.5.0 to 3.5.1 (#124731)
Bump actions/checkout from 3.5.0 to 3.5.1
2023-04-12 23:39:38 +00:00
engine-flutter-autoroll
76b30c30a7
Roll Flutter Engine from f1c694951a52 to 372946ec7e64 (6 revisions) (#124735)
Roll Flutter Engine from f1c694951a52 to 372946ec7e64 (6 revisions)
2023-04-12 23:21:50 +00:00
Camille Simon
f582b56e45
Update re-thrown error for incompatible Java/Gradle versions to include migration guide (#124327)
Update re-thrown error for incompatible Java/Gradle versions to include migration guide
2023-04-12 22:15:07 +00:00
Justin McCandless
8abeefef91
Localize the 'No Replacements Found' spell check string (#124259)
Localize the 'No Replacements Found' spell check string
2023-04-12 22:15:05 +00:00
engine-flutter-autoroll
ad4c06ef6f
Roll Flutter Engine from 8baab9d01ad2 to f1c694951a52 (5 revisions) (#124716)
Roll Flutter Engine from 8baab9d01ad2 to f1c694951a52 (5 revisions)
2023-04-12 20:48:10 +00:00
Elias Yishak
51b23bc961
Update runner to handle logic for both analytics packages (#124606)
Update runner to handle logic for both analytics packages
2023-04-12 19:34:11 +00:00
Bernardo Ferrari
2e4d976bde
SemanticsFlag/SemanticsAction cleanup (part 4) (#123329)
`SemanticsFlag`/`SemanticsAction` cleanup (part 4)
2023-04-12 19:07:08 +00:00
Casey Hillers
b1f8d5df64
[ci.yaml] Disable packaging_test on release candidates (#124712)
[ci.yaml] Disable packaging_test on release candidates
2023-04-12 18:42:23 +00:00
Flutter GitHub Bot
2a5ecb6c48
Marks Linux firebase_abstract_method_smoke_test to be flaky (#124692)
Marks Linux firebase_abstract_method_smoke_test to be flaky
2023-04-12 18:29:07 +00:00
Flutter GitHub Bot
d15325407e
Marks Linux_samsung_s10 new_gallery_impeller__transition_perf to be flaky (#124694)
Marks Linux_samsung_s10 new_gallery_impeller__transition_perf to be flaky
2023-04-12 17:52:26 +00:00
Flutter GitHub Bot
df48b922ca
Marks Mac_ios animated_blur_backdrop_filter_perf_ios__timeline_summary to be unflaky (#124706)
Marks Mac_ios animated_blur_backdrop_filter_perf_ios__timeline_summary to be unflaky
2023-04-12 16:59:43 +00:00
Flutter GitHub Bot
2dfb03fdac
Marks Linux_android animated_blur_backdrop_filter_perf__timeline_summary to be unflaky (#124705)
Marks Linux_android animated_blur_backdrop_filter_perf__timeline_summary to be unflaky
2023-04-12 16:58:25 +00:00
Jackson Gardner
ac9b501dc2
Remove the old canvaskit artifacts to not confuse the web runner. (#124641)
Remove the old canvaskit artifacts to not confuse the web runner.
2023-04-12 16:57:41 +00:00
Flutter GitHub Bot
e68086e910
Marks Linux_android new_gallery_impeller__transition_perf to be flaky (#124700)
Marks Linux_android new_gallery_impeller__transition_perf to be flaky
2023-04-12 16:55:44 +00:00
engine-flutter-autoroll
c0c44d3352
Roll Flutter Engine from 1ba8871b92ba to 8baab9d01ad2 (1 revision) (#124688)
Roll Flutter Engine from 1ba8871b92ba to 8baab9d01ad2 (1 revision)
2023-04-12 16:38:05 +00:00
engine-flutter-autoroll
4bf7a287ef
Roll Packages from bc6a55332f5c to fe5615f8b1de (4 revisions) (#124680)
Roll Packages from bc6a55332f5c to fe5615f8b1de (4 revisions)
2023-04-12 15:43:19 +00:00
engine-flutter-autoroll
3b4b149191
Roll Flutter Engine from bc6557264a39 to 1ba8871b92ba (1 revision) (#124672)
Roll Flutter Engine from bc6557264a39 to 1ba8871b92ba (1 revision)
2023-04-12 14:07:21 +00:00
engine-flutter-autoroll
f95a9bf42a
Roll Flutter Engine from 250acbf21239 to bc6557264a39 (1 revision) (#124670)
Roll Flutter Engine from 250acbf21239 to bc6557264a39 (1 revision)
2023-04-12 11:44:06 +00:00
Nabeel Parkar
6d01ae1377
Bug report 2 issue template (#122385)
Bug report 2 issue template
2023-04-12 11:06:16 +00:00
engine-flutter-autoroll
e21c149b99
Roll Flutter Engine from 424be4d91671 to 250acbf21239 (2 revisions) (#124668)
Roll Flutter Engine from 424be4d91671 to 250acbf21239 (2 revisions)
2023-04-12 10:01:26 +00:00
engine-flutter-autoroll
0a140c68f8
Roll Flutter Engine from 176ad4a6d8b2 to 424be4d91671 (2 revisions) (#124655)
Roll Flutter Engine from 176ad4a6d8b2 to 424be4d91671 (2 revisions)
2023-04-12 05:44:33 +00:00
engine-flutter-autoroll
8fae9618ce
Roll Flutter Engine from 11d33002546c to 176ad4a6d8b2 (1 revision) (#124650)
Roll Flutter Engine from 11d33002546c to 176ad4a6d8b2 (1 revision)
2023-04-12 03:34:11 +00:00