godofredoc
54e66469a9
[flutter_releases] Flutter stable 3.19.6 Framework Cherrypicks ( #146939 )
...
# Flutter stable 3.19.6 Framework
## Scheduled Cherrypicks
3.19.6
2024-04-17 20:08:03 +00:00
Kevin Chisholm
300451adae
[flutter_releases] Flutter stable 3.19.0 Framework Cherrypicks ( #145875 )
...
# Flutter stable 3.19.0 Framework
- fa20c7e847d23316719aa295a3092d3b1ea3ef89
## Scheduled Cherrypicks
3.19.5
2024-03-28 02:54:07 +00:00
Victoria Ashworth
f1f410681f
[CP] Run tests on iOS 17 exclusively ( #144022 ) ( #145181 )
...
Original PR: https://github.com/flutter/flutter/pull/144022
2024-03-23 01:51:20 +00:00
Xilai Zhang
68bfaea224
[flutter_releases] Flutter stable 3.19.4 Framework Cherrypicks ( #145484 )
...
# Flutter stable 3.19.4 Framework
## Scheduled Cherrypicks
3.19.4
2024-03-20 22:36:31 +00:00
flutteractionsbot
02233446c3
[CP-stable]Switch hot_mode_dev_cycle_linux__benchmark to run in postsubmit ( #145488 )
...
This pull request is created by [automatic cherry pick workflow](https://github.com/flutter/flutter/wiki/Flutter-Cherrypick-Process#automatically-creates-a-cherry-pick-request )
Please fill in the form below, and a flutter domain expert will evaluate this cherry pick request.
### Issue Link:
What is the link to the issue this cherry-pick is addressing?
https://github.com/flutter/flutter/issues/145486
### Changelog Description:
Explain this cherry pick in one line that is accessible to most Flutter developers. See [best practices](https://github.com/flutter/flutter/wiki/Hotfix-Documentation-Best-Practices ) for examples
Fixes failure in hot_mode_dev_cycle_linux__benchmark
### Impact Description:
What is the impact (ex. visual jank on Samsung phones, app crash, cannot ship an iOS app)? Does it impact development (ex. flutter doctor crashes when Android Studio is installed), or the shipping production app (the app crashes on launch)
failures on release presubmit
### Workaround:
Is there a workaround for this issue?
no
### Risk:
What is the risk level of this cherry-pick?
- [ x ] Low
### Test Coverage:
Are you confident that your fix is well-tested by automated tests?
- [ x ] Yes
### Validation Steps:
What are the steps to validate that this fix works?
should pass on pr presubmit
2024-03-20 19:08:43 +00:00
Kevin Chisholm
ba39319843
[flutter_releases] Flutter stable 3.19.3 Framework Cherrypicks ( #144715 )
...
# Flutter stable 3.19.3 Framework
## Scheduled Cherrypicks
3.19.3
2024-03-07 21:22:21 +00:00
Christopher Fujino
481d49b6ee
[CP-stable] catch rpc error in render frame with raster stats ( #144564 )
...
Tracking issue: https://github.com/flutter/flutter/issues/143010
Original PR: https://github.com/flutter/flutter/pull/144190
CP request: https://github.com/flutter/flutter/issues/144565
2024-03-05 14:15:37 +00:00
Elias Yishak
7482962148
[CP-stable] Bump hotfix version for package:unified_analytics ( #143885 )
...
This fixes flakey bug around parsing session json file by bumping to analytics package version to a hotfix
- https://github.com/flutter/flutter/issues/143792
3.19.2
2024-02-27 21:51:22 +00:00
flutteractionsbot
abb292a07e
[CP-stable]instead of exiting the tool, print a warning when using --flavor with an incompatible device ( #143785 )
...
**This pull request is opened against a release branch.<br>
To request a cherry pick of a commit, please fill in the form below.** (Questions with an asterisk are required.)<br>
**To fill in the form, you can edit this PR description and type your answers after the 'My Answer' keywords. <br>
A flutter domain expert will evaluate this cherry pick request shortly after ALL questions are answered.**
* Issue Link: What is the link to the issue this cherry-pick is addressing?<br>
<pre>
<b>My Answer:</b>
https://github.com/flutter/flutter/issues/143574
</pre>
* Changelog Description: Explain this cherry pick in one line that is accessible to most Flutter developers
See https://github.com/flutter/flutter/wiki/Hotfix-Documentation-Best-Practices for examples (Bug fix, feature, docs update, ...)<br>
<pre>
<b>My Answer:</b>
Instead of exiting, the `flutter` CLI tool now prints a warning when the `--flavor` option is used with a target platform that doesn't have flavors support.
</pre>
* impact_description: What is the impact (ex. visual jank on Samsung phones, app crash, cannot ship an iOS app)? Does it impact development (ex. flutter doctor crashes when Android Studio is installed), or the shipping production app (the app crashes on launch)<br>
<pre>
<b>My Answer:</b>
All Flutter devs using the Flavors feature that use their IDE to select a target device.
</pre>
* Workaround: Is there a workaround for this issue?<br>
<pre>
<b>My Answer:</b> Users can create duplicate debug launch configurations for target platforms that do not support the flavors feature.
</pre>
* Risk: What is the risk level of this cherry-pick?<br>
<pre>
<b>My Answer:</b>
</pre>
* Test Coverage: Are you confident that your fix is well-tested by automated tests?<br>
<pre>
<b>My Answer:</b>
</pre>
* Validation Steps: What are the steps to validate that this fix works?<br>
<pre>
<b>My Answer:</b>
Set up a flutter project and configure at least one flavor for it. In VSCode, create a launch configuration that uses `--flavor` to select the flavor you configured (see https://github.com/flutter/flutter/issues/143574#issuecomment-1948284087 for an example). In VSCode, select chrome as the target device and try running the application using the configured launch configuration.
</pre>
3.19.1
2024-02-20 22:35:05 +00:00
Jesús S Guerrero
bae5e49bc2
[flutter_releases] Flutter stable 3.19.0 Framework Cherrypicks ( #143418 )
...
# Flutter stable 3.19.0 Framework
## Scheduled Cherrypicks
3.19.0
2024-02-14 01:46:18 +00:00
flutteractionsbot
005b8e185c
[CP-beta]Test codesigning xcframeworks in artifacts ( #143015 )
...
**This pull request is opened against a release branch.<br>
To request a cherry pick of a commit, please fill in the form below.** (Questions with an asterisk are required.)<br>
**To fill in the form, you can edit this PR description and type your answers after the 'My Answer' keywords. <br>
A flutter domain expert will evaluate this cherry pick request shortly after ALL questions are answered.**
* Issue Link: What is the link to the issue this cherry-pick is addressing?<br>
<pre>
<b>My Answer:</b>
https://github.com/flutter/flutter/issues/140934
</pre>
* Changelog Description: Explain this cherry pick in one line that is accessible to most Flutter developers
See https://github.com/flutter/flutter/wiki/Hotfix-Documentation-Best-Practices for examples (Bug fix, feature, docs update, ...)<br>
<pre>
<b>My Answer:</b>
This cherry pick enables code signing test to run on release branches.
</pre>
* Impacted Users: Approximately who will hit this issue (ex. all Flutter devs, Windows developers, all end-customers, apps using X framework feature)?<br>
<pre>
<b>My Answer:</b>
Release engineers who run code signing tests on releases.
</pre>
* impact_description: What is the impact (ex. visual jank on Samsung phones, app crash, cannot ship an iOS app)? Does it impact development (ex. flutter doctor crashes when Android Studio is installed), or the shipping production app (the app crashes on launch)<br>
<pre>
<b>My Answer:</b>
Enabling codesigning Test would test the release artifact, and make sure both binaries and bundles are code signed.
</pre>
* Workaround: Is there a workaround for this issue?<br>
<pre>
<b>My Answer:</b>
We can verify manually, but enabling an automated Code signing test would be better.
</pre>
* Risk: What is the risk level of this cherry-pick?<br>
<pre>
<b>My Answer:</b>
</pre>
* Test Coverage: Are you confident that your fix is well-tested by automated tests?<br>
<pre>
<b>My Answer:</b>
</pre>
* Validation Steps: What are the steps to validate that this fix works?<br>
<pre>
<b>My Answer:</b>
code sign test should run on post submit of release branches and pass
</pre>
2024-02-06 23:01:06 +00:00
Kevin Chisholm
b7e7d46a04
[flutter_releases] Flutter beta 3.19.0-0.4.pre Framework Cherrypicks ( #142777 )
...
# Flutter beta 3.19.0-0.4.pre Framework
## Scheduled Cherrypicks
3.19.0-0.4.pre
2024-02-02 14:21:06 +00:00
Camille Simon
95bcb2abd2
[CP][Android] Revert "Reland: "Fix how Gradle resolves Android plugin" ( #137115 )" ( #142491 )
...
Cherry-pick for https://github.com/flutter/flutter/pull/137115 to fix https://github.com/flutter/flutter/issues/141940 . Steps taken to create this cherry-pick:
1. Cherry pick commit 995e3fa and fix merge conflicts
2. Delete the following code in `flutter.groovy` that I accidentally kept in the merge but was added in https://github.com/flutter/flutter/pull/137115
```groovy
// Load shared gradle functions
project.apply from: Paths.get(flutterRoot.absolutePath, "packages", "flutter_tools", "gradle", "src", "main", "groovy", "native_plugin_loader.groovy")
```
3. Deleted `android_plugin_skip_unsupported_test.dart` that was left incorrectly by merge.
2024-01-31 01:34:39 +00:00
Elliott Brooks
71680ed0fe
CP: [Beta] Update DWDS to version 23.0.0+1 ( #142168 )
...
Update DWDS version on Flutter beta to a hotfix release to resolve:
- https://github.com/dart-lang/webdev/issues/2316
- https://github.com/dart-lang/webdev/issues/2309
2024-01-30 18:53:53 +00:00
Victoria Ashworth
838b885aa7
[CP] Update tests to Xcode 15 ( #142320 )
...
Tests have been running successfully on Mac-13 with Xcode 15 since 01/17/24. This is needed so we can eventually upgrade physical devices to iOS 17.
Original PR: https://github.com/flutter/flutter/pull/141706
2024-01-29 20:45:14 +00:00
godofredoc
1b197762c5
Roll engine version to 968e2945. ( #142275 )
...
Rolls engine version to: 968e2945c75c817f594e2e737bdd7bf68cba6bc0.
CP: 188d4d1fdfa93f6ff1a81be1317bc4533927a4eb
3.19.0-0.3.pre
2024-01-26 06:23:26 +00:00
Xilai Zhang
c1df7d07ac
[flutter_releases] Flutter beta 3.19.0-0.2.pre Framework Cherrypicks ( #141727 )
...
# Flutter beta 3.19.0-0.2.pre Framework
## Scheduled Cherrypicks
3.19.0-0.2.pre
2024-01-17 23:42:07 +00:00
stuartmorgan
2e75735da5
[cp] Replace deprecated exists in podhelper.rb ( #141381 )
...
Cherry picks https://github.com/flutter/flutter/pull/141169 to beta
The recently landed https://github.com/flutter/flutter/pull/140222 accidentally used the deprecated `exists?` instead of the non-deprecated `exist?` (which other code in this file is already, correctly, using).
See https://github.com/flutter/flutter/issues/141167
2024-01-11 18:35:12 +00:00
godofredoc
1a9a60d044
[flutter_releases] Flutter beta 3.19.0-1.0.pre Framework Cherrypicks ( #141305 )
...
# Flutter beta 3.19.0-1.0.pre Framework
## Scheduled Cherrypicks
3.19.0-0.1.pre
2024-01-10 21:38:09 +00:00
engine-flutter-autoroll
12720f0e51
Roll Flutter Engine from 702ae19c0026 to bbebee146508 (1 revision) ( #141088 )
...
702ae19c00...bbebee1465
2024-01-08 skia-flutter-autoroll@skia.org Roll Skia from 7314a34ea888 to e2621f417ff5 (1 revision) (flutter/engine#49586 )
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 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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
3.19.0-1.0.pre
2024-01-08 06:53:21 +00:00
engine-flutter-autoroll
65fae87f2f
Roll Flutter Engine from 5e1d18bb51d1 to 702ae19c0026 (1 revision) ( #141084 )
...
5e1d18bb51...702ae19c00
2024-01-08 skia-flutter-autoroll@skia.org Roll Skia from 8e517817b30b to 7314a34ea888 (1 revision) (flutter/engine#49585 )
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 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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-01-08 05:12:26 +00:00
engine-flutter-autoroll
7c6ba1f7ee
Roll Flutter Engine from 845ffd16d228 to 5e1d18bb51d1 (1 revision) ( #141076 )
...
845ffd16d2...5e1d18bb51
2024-01-07 skia-flutter-autoroll@skia.org Roll Skia from e2bc77be480c to 8e517817b30b (1 revision) (flutter/engine#49584 )
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 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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-01-07 16:46:25 +00:00
engine-flutter-autoroll
af50f5c063
Roll Flutter Engine from ffc84af47827 to 845ffd16d228 (1 revision) ( #141075 )
...
ffc84af478...845ffd16d2
2024-01-07 skia-flutter-autoroll@skia.org Roll Fuchsia Linux SDK from KC2scOJmW9oBJh4ts... to I-3hiLjX2DDy6mu22... (flutter/engine#49583 )
Also rolling transitive DEPS:
fuchsia/sdk/core/linux-amd64 from KC2scOJmW9oB to I-3hiLjX2DDy
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 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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-01-07 15:14:16 +00:00
engine-flutter-autoroll
29a3746073
Roll Flutter Engine from cc9362752996 to ffc84af47827 (2 revisions) ( #141074 )
...
cc93627529...ffc84af478
2024-01-07 skia-flutter-autoroll@skia.org Roll Skia from 98240694c57d to e2bc77be480c (1 revision) (flutter/engine#49582 )
2024-01-07 skia-flutter-autoroll@skia.org Roll Skia from 388ef1be2bb8 to 98240694c57d (1 revision) (flutter/engine#49581 )
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 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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-01-07 04:09:42 +00:00
engine-flutter-autoroll
5246bcbb4c
Roll Flutter Engine from a5173fe3a912 to cc9362752996 (1 revision) ( #141066 )
...
a5173fe3a9...cc93627529
2024-01-06 jonahwilliams@google.com [Impeller] remove SamplerLibrary forward declare. (flutter/engine#49573 )
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 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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-01-06 21:31:25 +00:00
engine-flutter-autoroll
0809b60aff
Roll Flutter Engine from 1dfcb6967dd1 to a5173fe3a912 (1 revision) ( #141063 )
...
1dfcb6967d...a5173fe3a9
2024-01-06 skia-flutter-autoroll@skia.org Roll Skia from a6e0b4c6a916 to 388ef1be2bb8 (1 revision) (flutter/engine#49580 )
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 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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-01-06 18:26:43 +00:00
engine-flutter-autoroll
95dfde8369
Roll Flutter Engine from 2fd75c06e0bd to 1dfcb6967dd1 (1 revision) ( #141062 )
...
2fd75c06e0...1dfcb6967d
2024-01-06 skia-flutter-autoroll@skia.org Roll Skia from 3547cf9793f4 to a6e0b4c6a916 (2 revisions) (flutter/engine#49579 )
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 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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-01-06 17:35:25 +00:00
engine-flutter-autoroll
ffacacf9c0
Roll Flutter Engine from 7f872b265733 to 2fd75c06e0bd (1 revision) ( #141059 )
...
7f872b2657...2fd75c06e0
2024-01-06 skia-flutter-autoroll@skia.org Roll Fuchsia Linux SDK from l0zn1BQFRjNyaZb-v... to KC2scOJmW9oBJh4ts... (flutter/engine#49578 )
Also rolling transitive DEPS:
fuchsia/sdk/core/linux-amd64 from l0zn1BQFRjNy to KC2scOJmW9oB
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 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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-01-06 14:17:27 +00:00
engine-flutter-autoroll
d0482116e7
Roll Flutter Engine from 8d1789a43319 to 7f872b265733 (1 revision) ( #141056 )
...
8d1789a433...7f872b2657
2024-01-06 skia-flutter-autoroll@skia.org Roll Skia from 514dd58cabfc to 3547cf9793f4 (1 revision) (flutter/engine#49577 )
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 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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-01-06 08:26:34 +00:00
engine-flutter-autoroll
e0f9441229
Roll Flutter Engine from fcb40168f159 to 8d1789a43319 (1 revision) ( #141053 )
...
fcb40168f1...8d1789a433
2024-01-06 skia-flutter-autoroll@skia.org Roll Skia from 38c029ddd665 to 514dd58cabfc (1 revision) (flutter/engine#49575 )
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 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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-01-06 06:34:13 +00:00
engine-flutter-autoroll
c6ddb73f97
Roll Flutter Engine from 89ecf7503012 to fcb40168f159 (1 revision) ( #141047 )
...
89ecf75030...fcb40168f1
2024-01-05 skia-flutter-autoroll@skia.org Roll Skia from 2345b9f2c943 to 38c029ddd665 (1 revision) (flutter/engine#49570 )
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 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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-01-06 01:13:22 +00:00
godofredoc
f18e61a5e8
Remove codesign command from conductor. ( #141044 )
...
Codesigning is now automated and the codesigning tests have been migrated to shard tests.
2024-01-06 00:45:26 +00:00
engine-flutter-autoroll
4d97bd7799
Roll Flutter Engine from 470b604b9abf to 89ecf7503012 (2 revisions) ( #141045 )
...
470b604b9a...89ecf75030
2024-01-05 skia-flutter-autoroll@skia.org Roll Skia from 2cae982f7f2f to 2345b9f2c943 (1 revision) (flutter/engine#49568 )
2024-01-05 skia-flutter-autoroll@skia.org Roll Skia from c59cb89f8d15 to 2cae982f7f2f (3 revisions) (flutter/engine#49567 )
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 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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-01-06 00:25:02 +00:00
engine-flutter-autoroll
d97fafa6fa
Roll Flutter Engine from 3fd9c4ee4fc0 to 470b604b9abf (1 revision) ( #141041 )
...
3fd9c4ee4f...470b604b9a
2024-01-05 skia-flutter-autoroll@skia.org Roll Skia from 9ec012033c2b to c59cb89f8d15 (1 revision) (flutter/engine#49565 )
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 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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-01-05 22:36:07 +00:00
Christopher Fujino
6edbce9e07
Manual pub roll pinning web socket channel ( #141040 )
...
Work around https://github.com/flutter/flutter/issues/141032
Otherwise a re-land of https://github.com/flutter/flutter/pull/140979
Fixes https://github.com/flutter/flutter/issues/137163 & https://github.com/flutter/flutter/issues/139181
2024-01-05 22:29:58 +00:00
Andrew Kolos
e90e4888b8
in flutter run, throw tool exit when --flavor is provided but is not supported on the target device ( #139045 )
...
Fixes https://github.com/flutter/flutter/issues/134197
2024-01-05 21:47:58 +00:00
Andrew Kolos
8c11aa030d
add flavor-conditional asset bundling support to flutter test ( #140944 )
...
Fixes https://github.com/flutter/flutter/issues/140932
2024-01-05 21:47:55 +00:00
engine-flutter-autoroll
1a8de105cf
Roll Flutter Engine from f3496a7185c2 to 3fd9c4ee4fc0 (4 revisions) ( #141037 )
...
f3496a7185...3fd9c4ee4f
2024-01-05 skia-flutter-autoroll@skia.org Roll Skia from 548827f77466 to 9ec012033c2b (1 revision) (flutter/engine#49564 )
2024-01-05 skia-flutter-autoroll@skia.org Roll Skia from a006922df1c5 to 548827f77466 (1 revision) (flutter/engine#49561 )
2024-01-05 skia-flutter-autoroll@skia.org Roll Skia from 52be1b25c3a2 to a006922df1c5 (4 revisions) (flutter/engine#49559 )
2024-01-05 dnfield@google.com Allow spawning additional UI isolates in flutter_tester (flutter/engine#48706 )
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 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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-01-05 21:30:11 +00:00
TabooSun
e8436970e6
Gen l10n add named argument option ( #138663 )
...
Add an option to use named argument for generated method.
Fix #116308
2024-01-05 21:28:08 +00:00
Luke Hutchison
0d6927cb61
Fix refresh cancelation ( #139535 )
...
Changes drag release logic so that an armed refresh is only canceled if the user has scrolled back up beyond the point where the refresh indicator was armed. (Fixes https://github.com/flutter/flutter/issues/138848 .)
This is the minimal change I found could be made to restore something like the behavior that I would expect.
This may still need a bit of work, because it only masks the second issue I mentioned, that releasing a drag can cause the scroll position to be animated back up from the release point. There is actually a bug about that: https://github.com/flutter/flutter/issues/6052 . I would like to see that bug fixed too. This PR doesn't address that, but makes it harder to hit that issue.
@Piinks this is a recreation of #139015 (since I couldn't figure out some issue with a git detached branch, so I fixed the PR and I'm re-submitting it). This version includes one line that was somehow accidentally dropped from the original PR. This will hopefully fix the test failures.
However, I don't have a clue how to write a test for a Flutter UI widget. I'll try to figure that out, but also I don't have a lot of time to work on this. I would appreciate at least some user testing to verify that the new behavior is much more intuitive than the old behavior.
- [?] All existing and new tests are passing.
2024-01-05 21:28:07 +00:00
auto-submit[bot]
c2286a7642
Reverts "manual pub roll to pick up dds fixes" ( #141033 )
...
Reverts flutter/flutter#140979
Initiated by: loic-sharma
This change reverts the following previous change:
Original Description:
Fixes https://github.com/flutter/flutter/issues/137163
Fixes https://github.com/flutter/flutter/issues/139181
2024-01-05 19:10:19 +00:00
engine-flutter-autoroll
e33ad05595
Roll Flutter Engine from ec987365e63c to f3496a7185c2 (1 revision) ( #141027 )
...
ec987365e6...f3496a7185
2024-01-05 zoujunhua86@gmail.com Add build dependencies for Android Embedder (flutter/engine#48397 )
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 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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-01-05 18:28:06 +00:00
Zachary Anderson
f111459632
Shift some macOS Android tests from Moto G4 to Pixel 7 Pro ( #140912 )
...
Related https://github.com/flutter/flutter/issues/140893
2024-01-05 08:20:49 -08:00
engine-flutter-autoroll
344fcda9e7
Roll Flutter Engine from c3189d767194 to ec987365e63c (1 revision) ( #141023 )
...
c3189d7671...ec987365e6
2024-01-05 skia-flutter-autoroll@skia.org Roll Skia from 75e2f75aaa20 to 52be1b25c3a2 (2 revisions) (flutter/engine#49556 )
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 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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-01-05 16:14:16 +00:00
engine-flutter-autoroll
1fb12a1361
Roll Packages from 31fc7b5dd000 to b9b6d38e012b (8 revisions) ( #141021 )
...
31fc7b5dd0...b9b6d38e01
2024-01-05 engine-flutter-autoroll@skia.org Manual roll Flutter from 11def8eff455 to cc40425ddcef (118 revisions) (flutter/packages#5806 )
2024-01-05 magder@google.com [ci] Run 'flutter build --config-only for iOS and macOS during fetch deps (flutter/packages#5804 )
2024-01-05 amirpanahandeh@yahoo.com [image_picker] Remove input element after completion (flutter/packages#5654 )
2024-01-05 stuartmorgan@google.com [video_player] Fix initial frame on macOS (flutter/packages#5781 )
2024-01-05 tarrinneal@gmail.com [pigeon] java non null void (flutter/packages#5786 )
2024-01-04 10687576+bparrishMines@users.noreply.github.com [file_selector_android] Attempt to close system dialogs before integration tests run (flutter/packages#5805 )
2024-01-04 stuartmorgan@google.com [tool] Handle Flutter dev dependencies (flutter/packages#5775 )
2024-01-04 40719830+Alex-Usmanov@users.noreply.github.com [url_launcher] Add `InAppBrowserConfiguration` parameter (flutter/packages#5758 )
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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-01-05 15:55:20 +00:00
engine-flutter-autoroll
81ae08df6f
Roll Flutter Engine from 7e6348640940 to c3189d767194 (2 revisions) ( #141016 )
...
7e63486409...c3189d7671
2024-01-05 skia-flutter-autoroll@skia.org Roll Fuchsia Linux SDK from 0Q4I0x-Kt7T6DOE1b... to l0zn1BQFRjNyaZb-v... (flutter/engine#49552 )
2024-01-05 skia-flutter-autoroll@skia.org Roll Skia from bdd1e88f3b83 to 75e2f75aaa20 (4 revisions) (flutter/engine#49551 )
Also rolling transitive DEPS:
fuchsia/sdk/core/linux-amd64 from 0Q4I0x-Kt7T6 to l0zn1BQFRjNy
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 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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-01-05 13:24:24 +00:00
Taha Tesser
88016c11b4
Fix scrollable TabBar expands to full width when the divider is removed ( #140963 )
...
fixes [TabBar Expands to full width of the screen isScrollable: true after upgrading to flutter 3.16.4](https://github.com/flutter/flutter/issues/140338 )
---
## Description
Fixes the scrollable `TabBar` width when the divider is removed. (when the divider height is set to `0` or divider color is set to `Colors.transparent`)
### Code sample
<details>
<summary>expand to view the code sample</summary>
```dart
import 'package:flutter/material.dart';
void main() => runApp(const MyApp());
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
const int tabsCount = 2;
return MaterialApp(
home: DefaultTabController(
initialIndex: 1,
length: tabsCount,
child: Scaffold(
appBar: AppBar(
title: const Text('TabBar Sample'),
bottom: PreferredSize(
preferredSize: const Size.fromHeight(48.0),
child: ColoredBox(
color: Theme.of(context).colorScheme.secondaryContainer,
child: TabBar(
// dividerColor: Theme.of(context).colorScheme.onSurface,
dividerColor: Colors.transparent, // remove divider
// dividerHeight: 0, // remove divider
isScrollable: true,
tabAlignment: TabAlignment.center,
tabs: <Widget>[
for (int i = 0; i < tabsCount; i++)
Tab(
text: 'Tab $i',
),
],
),
),
),
),
),
),
);
}
}
```
</details>
### Before

### After

2024-01-05 08:33:26 +00:00
engine-flutter-autoroll
89809bef71
Roll Flutter Engine from 8c951851b14f to 7e6348640940 (1 revision) ( #141004 )
...
8c951851b1...7e63486409
2024-01-05 skia-flutter-autoroll@skia.org Roll Skia from da75878a3aea to bdd1e88f3b83 (1 revision) (flutter/engine#49547 )
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 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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-01-05 05:15:24 +00:00
engine-flutter-autoroll
43016dd155
Roll Flutter Engine from f2f00a438e40 to 8c951851b14f (1 revision) ( #140997 )
...
f2f00a438e...8c951851b1
2024-01-05 skia-flutter-autoroll@skia.org Roll Skia from dab831e8dcec to da75878a3aea (1 revision) (flutter/engine#49546 )
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 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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-01-05 02:08:52 +00:00
engine-flutter-autoroll
4ff2396b86
Roll Flutter Engine from f60d9a9a3395 to f2f00a438e40 (1 revision) ( #140995 )
...
f60d9a9a33...f2f00a438e
2024-01-04 flar@google.com [Impeller] RenderPass now provides the Orthographic matrix (flutter/engine#49544 )
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 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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-01-05 01:23:28 +00:00