Michael Goderbauer
94de6fd6a8
docimports for rendering library ( #151958 )
...
Part of https://github.com/flutter/flutter/issues/150800 .
2024-07-19 07:55:21 +00:00
engine-flutter-autoroll
0bac2be379
Roll Flutter Engine from b65c93ea948e to ea1e53a4e810 (2 revisions) ( #152012 )
...
b65c93ea94...ea1e53a4e8
2024-07-19 kevmoo@users.noreply.github.com Drop deprecated hash_code functions (flutter/engine#54000 )
2024-07-19 robert.ancell@canonical.com Renamed plugin classes to handler (flutter/engine#53736 )
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-07-19 04:15:26 +00:00
Kevin Moore
74d6bd99b6
painting: drop deprecated (exported) hashList and hashValues functions ( #151677 )
...
These have been deprecated for over a year
Will remove from the engine once this PR lands
Towards https://github.com/flutter/flutter/issues/151679
2024-07-19 01:15:43 +00:00
engine-flutter-autoroll
73321aa950
Roll Flutter Engine from 766f7bed7185 to b65c93ea948e (2 revisions) ( #152004 )
...
766f7bed71...b65c93ea94
2024-07-18 jacksongardner@google.com [skwasm] Combine offset and transform properly. (flutter/engine#53967 )
2024-07-18 matanlurey@users.noreply.github.com Gracefully fail when `gn desc` returns no targets. (flutter/engine#53999 )
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-07-18 23:55:25 +00:00
Jenn Magder
e88928cab5
Update TESTOWNERS ( #151907 )
...
Swap iOS TESTOWNERS. We will rebalance next time the team changes.
(Loic and Chris are already heavily represented in triaging the desktop tests).
2024-07-18 23:28:51 +00:00
n7484443
665d9e6e86
chore: fix test name & add description of tests ( #151959 )
...
https://github.com/flutter/flutter/pull/151364
I realized I made a mistake with my PR.
There are two missed description about test, one wrong test name.
So I correted that tests.
2024-07-18 23:23:05 +00:00
engine-flutter-autoroll
978657becd
Roll Flutter Engine from 564ded4c4742 to 766f7bed7185 (2 revisions) ( #151998 )
...
564ded4c47...766f7bed71
2024-07-18 bruno.leroux@gmail.com [Android] Call restartInput selectively on clear (flutter/engine#53662 )
2024-07-18 zanderso@users.noreply.github.com Roll buildroot to 327906297b49980748ea1956019829e7c434a03e (flutter/engine#53994 )
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-07-18 22:32:31 +00:00
Renzo Olivares
93fd29455d
Fix SelectionArea scrolling conflicts ( #151138 )
...
Fixes #150897
2024-07-18 21:50:20 +00:00
Renzo Olivares
6e877226bf
Fix: BaseTapAndDragGestureRecognizer should reset drag state after losing gesture arena ( #151989 )
...
This PR properly resets the drag state when losing the gesture arena or when the recognizer stops tracking the current pointer. The _dragState enum was reset properly, but I had forgotten to also reset the `_start`, this caused an issue when the recognizer won the gesture arena the next time, as it tries to detect a drag given the old `_start` in `acceptGesture`, but the `_dragState` has been reset causing an assertion to trigger.
2024-07-18 21:01:25 +00:00
flutter-pub-roller-bot
a08d1bbdb8
Roll pub packages ( #151975 )
...
This PR was generated by `flutter update-packages --force-upgrade`.
2024-07-18 20:15:21 +00:00
engine-flutter-autoroll
dc7b5f481d
Roll Flutter Engine from 8bcf638eb893 to 564ded4c4742 (2 revisions) ( #151986 )
...
8bcf638eb8...564ded4c47
2024-07-18 zanderso@users.noreply.github.com Fix race in image_filter_test.dart (flutter/engine#53996 )
2024-07-18 skia-flutter-autoroll@skia.org Roll Dart SDK from 7b3c16ac1cf9 to 0f61238a27b0 (1 revision) (flutter/engine#53995 )
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-07-18 19:53:18 +00:00
croro613
4590600365
Fix WidgetStateTextStyle's doc ( #151935 )
...
Fixes #151710
2024-07-18 19:43:05 +00:00
engine-flutter-autoroll
b5030df77c
Roll Flutter Engine from d58ba74250ce to 8bcf638eb893 (2 revisions) ( #151977 )
...
d58ba74250...8bcf638eb8
2024-07-18 matanlurey@users.noreply.github.com Add a "pub workspace" to the root of the engine repository (flutter/engine#53539 )
2024-07-18 skia-flutter-autoroll@skia.org Roll Skia from 9d391088f52c to 939e1dac9815 (1 revision) (flutter/engine#53990 )
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-07-18 18:11:04 +00:00
Kevin Chisholm
5040232763
Adds 3.22.3 changelog ( #151974 )
2024-07-19 01:00:00 +07:00
engine-flutter-autoroll
9d76e120d0
Roll Packages from d03b1b4ed1a2 to c7f052697ae9 (8 revisions) ( #151971 )
...
d03b1b4ed1...c7f052697a
2024-07-18 737941+loic-sharma@users.noreply.github.com [flutter_plugin_tools] Allow disabling Swift Package Manager when building examples (flutter/packages#7145 )
2024-07-17 rexios80@me.com Modernize all `index.html` files to support WASM (flutter/packages#7114 )
2024-07-17 louisehsu@google.com [in_app_purchase_storekit] Migrate InAppPurchasePluginTests.m to. Swift (flutter/packages#7105 )
2024-07-17 ditman@gmail.com [ci] Drive tests with html renderer if CHANNEL is stable. (flutter/packages#7146 )
2024-07-17 49699333+dependabot[bot]@users.noreply.github.com [in_app_pur]: Bump com.android.tools.build:gradle from 7.3.1 to 8.5.1 in /packages/in_app_purchase/in_app_purchase_android/android (flutter/packages#7120 )
2024-07-17 49699333+dependabot[bot]@users.noreply.github.com [image_picker]: Bump com.android.tools.build:gradle from 7.2.1 to 8.5.1 in /packages/image_picker/image_picker_android/android (flutter/packages#7121 )
2024-07-17 49699333+dependabot[bot]@users.noreply.github.com [url_launcher]: Bump com.android.tools.build:gradle from 7.3.0 to 8.5.1 in /packages/url_launcher/url_launcher_android/android (flutter/packages#7128 )
2024-07-17 30872003+misos1@users.noreply.github.com [camera_avfoundation] do not append sample buffer when readyForMoreMediaData is NO to avoid crash (flutter/packages#6901 )
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-07-18 17:35:06 +00:00
Nate Wilson
db80f4e713
WidgetState mapping (#146043 )
...
This pull request implements [enhanced enum](https://dart.dev/language/enums#declaring-enhanced-enums ) features for the new `WidgetState` enum, in order to improve the developer experience when creating and using `WidgetStateProperty` objects.
`WidgetState` now has a `.matchesSet()` method:
```dart
// identical to "states.contains(WidgetState.error)"
final bool hasError = WidgetState.error.isSatisfiedBy(states);
```
This addition allows for wide variety of `WidgetStateProperty` objects to be constructed in a simple manner.
<br><br>
```dart
// before
final style = MaterialStateTextStyle.resolveWith((states) {
if (states.contains(MaterialState.error)) {
return TextStyle(color: Colors.red);
} else if (states.contains(MaterialState.focused)) {
return TextStyle(color: Colors.blue);
}
return TextStyle(color: Colors.black);
});
// after
final style = WidgetStateTextStyle.fromMap({
WidgetState.error: TextStyle(color: Colors.red),
WidgetState.focused: TextStyle(color: Colors.blue),
WidgetState.any: TextStyle(color: Colors.black), // "any" is a static const member, not an enum value
});
```
```dart
// before
final color = MaterialStateProperty.resolveWith((states) {
if (states.contains(MaterialState.focused)) {
return Colors.blue;
} else if (!states.contains(MaterialState.disabled)) {
return Colors.black;
}
return null;
});
// after
final color = WidgetStateProperty<Color?>.fromMap({
WidgetState.focused: Colors.blue,
~WidgetState.disabled: Colors.black,
});
```
```dart
// before
const activeStates = [MaterialState.selected, MaterialState.focused, MaterialState.scrolledUnder];
final color = MaterialStateColor.resolveWith((states) {
if (activeStates.any(states.contains)) {
if (states.contains(MaterialState.hovered) {
return Colors.blueAccent;
}
return Colors.blue;
}
return Colors.black;
});
// after
final active = WidgetState.selected | WidgetState.focused | WidgetState.scrolledUnder;
final color = WidgetStateColor.fromMap({
active & WidgetState.hovered: Colors.blueAccent,
active: Colors.blue,
~active: Colors.black,
});
```
<br>
(fixes #146042 , and also fixes #143488 )
2024-07-18 16:48:06 +00:00
Greg Price
af0e01c370
Fix AppBar doc to keep diagram next to its description ( #151937 )
...
Also swap two paragraphs to keep related content together.
2024-07-18 16:22:18 +00:00
Greg Price
caaff4b9b7
Small fixes to Image docs: NNBD, and add a cross-reference ( #151938 )
...
In particular, without this cross-reference it's easy for a reader
looking at [Image.frameBuilder] to think that the meanings of these
parameters just aren't properly documented. (I had that thought for
a minute, before thinking *surely* they're documented, and then
trying the link to the typedef.)
2024-07-18 16:22:16 +00:00
engine-flutter-autoroll
36dac294e9
Roll Flutter Engine from b043fe447bb3 to d58ba74250ce (1 revision) ( #151964 )
...
b043fe447b...d58ba74250
2024-07-18 skia-flutter-autoroll@skia.org Roll Dart SDK from 1597fa7cb445 to 7b3c16ac1cf9 (1 revision) (flutter/engine#53988 )
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-07-18 16:07:26 +00:00
flutter-pub-roller-bot
8c17a747c9
Roll pub packages ( #151946 )
...
This PR was generated by `flutter update-packages --force-upgrade`.
2024-07-18 10:57:41 +00:00
flutter-pub-roller-bot
1d816f58cb
Roll pub packages ( #151904 )
...
This PR was generated by `flutter update-packages --force-upgrade`.
2024-07-18 09:52:29 +00:00
engine-flutter-autoroll
9c6cad2c57
Roll Flutter Engine from e3abca2d8105 to b043fe447bb3 (1 revision) ( #151942 )
...
e3abca2d81...b043fe447b
2024-07-18 robert.ancell@canonical.com Use glBlitFramebuffer when rendering (flutter/engine#53080 )
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-07-18 09:32:25 +00:00
engine-flutter-autoroll
2c660178e6
Roll Flutter Engine from 8073523b4623 to e3abca2d8105 (1 revision) ( #151936 )
...
8073523b46...e3abca2d81
2024-07-18 skia-flutter-autoroll@skia.org Roll Skia from c670953cacb0 to 9d391088f52c (1 revision) (flutter/engine#53981 )
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-07-18 05:44:38 +00:00
engine-flutter-autoroll
75204af181
Roll Flutter Engine from dfe22e3acc19 to 8073523b4623 (1 revision) ( #151934 )
...
dfe22e3acc...8073523b46
2024-07-18 skia-flutter-autoroll@skia.org Roll Dart SDK from 9b9ca1ff944d to 1597fa7cb445 (1 revision) (flutter/engine#53983 )
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-07-18 04:43:29 +00:00
engine-flutter-autoroll
95565b9273
Roll Flutter Engine from 184c3f0de6b3 to dfe22e3acc19 (1 revision) ( #151930 )
...
184c3f0de6...dfe22e3acc
2024-07-18 skia-flutter-autoroll@skia.org Roll Fuchsia Linux SDK from C_ze_BbJWtfB9GdOA... to PefNEmf1_cZtEGlZc... (flutter/engine#53982 )
Also rolling transitive DEPS:
fuchsia/sdk/core/linux-amd64 from C_ze_BbJWtfB to PefNEmf1_cZt
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-07-18 03:39:20 +00:00
engine-flutter-autoroll
d029ba034e
Roll Flutter Engine from 00f0f6b74da7 to 184c3f0de6b3 (1 revision) ( #151928 )
...
00f0f6b74d...184c3f0de6
2024-07-18 skia-flutter-autoroll@skia.org Roll Skia from e7844530e828 to c670953cacb0 (1 revision) (flutter/engine#53979 )
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-07-18 02:40:24 +00:00
engine-flutter-autoroll
0daf5b7631
Roll Flutter Engine from d194a2f0e5da to 00f0f6b74da7 (1 revision) ( #151927 )
...
d194a2f0e5...00f0f6b74d
2024-07-17 flar@google.com [Impeller] Convert basic AIKS golden tests to use DisplayList (flutter/engine#53969 )
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-07-18 01:43:17 +00:00
engine-flutter-autoroll
6463e8d737
Roll Flutter Engine from a5a93bb80bd1 to d194a2f0e5da (3 revisions) ( #151925 )
...
a5a93bb80b...d194a2f0e5
2024-07-17 skia-flutter-autoroll@skia.org Roll Skia from 546120aeaa44 to e7844530e828 (1 revision) (flutter/engine#53976 )
2024-07-17 chris@bracken.jp Add doc comments to build/archives/BUILD.gn (flutter/engine#53973 )
2024-07-17 skia-flutter-autoroll@skia.org Roll Dart SDK from d679a4c98193 to 9b9ca1ff944d (1 revision) (flutter/engine#53975 )
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-07-18 00:40:37 +00:00
engine-flutter-autoroll
02aaaa0bf9
Roll Flutter Engine from e9dc62074c2b to a5a93bb80bd1 (1 revision) ( #151918 )
...
e9dc62074c...a5a93bb80b
2024-07-17 skia-flutter-autoroll@skia.org Roll Skia from 5efad82d5387 to 546120aeaa44 (5 revisions) (flutter/engine#53972 )
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-07-17 22:54:22 +00:00
Yegor
8e6643c597
[web] use the new backlog Github project in triage links ( #151920 )
...
https://github.com/orgs/flutter/projects/132 is going away.
https://github.com/orgs/flutter/projects/41 is the new project we use
for backlog tracking.
2024-07-17 15:28:13 -07:00
Yegor
fb9cadb0f5
Update Flutter-Web-Triage.md ( #151607 )
...
Update regular contributor list on the Flutter Web Triage wiki page.
2024-07-17 15:23:14 -07:00
Bruno Leroux
3acb13b911
Reland fix InputDecorator hint default text style on M3 ( #150835 )
...
## Description
This PR is a partial reland of https://github.com/flutter/flutter/pull/148944 which was reverted in https://github.com/flutter/flutter/pull/149448 .
It makes the `InputDecoration.hintText` font style compliant with the M3 spec.
(First part of the reland was merged in https://github.com/flutter/flutter/pull/150278 )
## Related Issue
Fixes https://github.com/flutter/flutter/issues/148787 .
## Tests
Updates several tests.
2024-07-17 21:48:29 +00:00
engine-flutter-autoroll
cba7b7b8a5
Roll Flutter Engine from 39ee1a549581 to e9dc62074c2b (3 revisions) ( #151915 )
...
39ee1a5495...e9dc62074c
2024-07-17 skia-flutter-autoroll@skia.org Roll Skia from 485bf4ff886b to 5efad82d5387 (1 revision) (flutter/engine#53968 )
2024-07-17 chris@bracken.jp [macOS] Archive universal gen_snapshot binaries (flutter/engine#53962 )
2024-07-17 skia-flutter-autoroll@skia.org Roll Skia from 4d2047aa3c8d to 485bf4ff886b (1 revision) (flutter/engine#53963 )
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-07-17 21:44:33 +00:00
Victor Sanni
4d9c1682e4
Constrain CupertinoContextMenu animation to safe area ( #151860 )
...
## Before
https://github.com/user-attachments/assets/84b86117-3820-4ac6-a204-81b123e5e543
## After
https://github.com/user-attachments/assets/f3374e69-ea7a-4bbf-9c92-669d0520c922
Fixes https://github.com/flutter/flutter/issues/122951 .
2024-07-17 21:28:06 +00:00
Qun Cheng
844eb2fe76
Create CarouselView widget - Part 2 ( #149775 )
...
This PR is to create `Carousel.weighted` so the size of each carousel item is based on a list of weights. While scrolling, item sizes are changing dynamically based on the scrolling progress.
https://github.com/flutter/flutter/assets/36861262/181472b0-6f8b-48e7-b191-ab5f7c88c0c8
2024-07-17 19:56:01 +00:00
engine-flutter-autoroll
6d0bb94456
Roll Flutter Engine from 45b722b661f0 to 39ee1a549581 (3 revisions) ( #151905 )
...
45b722b661...39ee1a5495
2024-07-17 chris@bracken.jp Clean up create_macos_gen_snapshots.py options (flutter/engine#53954 )
2024-07-17 skia-flutter-autoroll@skia.org Roll Skia from def61bdd977a to 4d2047aa3c8d (1 revision) (flutter/engine#53960 )
2024-07-17 skia-flutter-autoroll@skia.org Roll Dart SDK from 7368b1d084b0 to d679a4c98193 (3 revisions) (flutter/engine#53961 )
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-07-17 18:54:05 +00:00
Kishan Rathore
355fe44f19
docs: Fix typo in data driven fixes test folder section ( #151836 )
...
Previously we were having `corresponding` written as `curresponding`.
2024-07-17 18:10:17 +00:00
Zachary Anderson
1962e7fd1a
Stop running flaky mac tests in presubmit ( #151870 )
...
For currently unknown reasons, this test is failing at a rate >10% but only in presubmit. This is blocking many engine -> framework rolls, requiring a lot of manual intervention from the sheriff.
https://github.com/flutter/flutter/issues/150642
2024-07-17 18:02:11 +00:00
engine-flutter-autoroll
a1a7330eb6
Roll Flutter Engine from 7e2579634027 to 45b722b661f0 (1 revision) ( #151895 )
...
7e25796340...45b722b661
2024-07-17 skia-flutter-autoroll@skia.org Roll Skia from 7ebcb7ea944e to def61bdd977a (1 revision) (flutter/engine#53959 )
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-07-17 18:02:07 +00:00
Joy Serquiña
8a766ce354
fix(Flutter Web App): fixes html lang typo ( #151866 )
...
Updates the html tag lang attribute to valid "en-US" according to W3.org.
[Before screenshot](https://screenshot.googleplex.com/CMEvi8nAofR4twf )
[After screenshot](https://screenshot.googleplex.com/5aJZBc6o5Xm9fXH )
Fixes b/338044851
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.*
*List which issues are fixed by this PR. You must list at least one issue. An issue is not required if the PR fixes something trivial like a typo.*
*If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
2024-07-17 17:58:53 +00:00
Matan Lurey
8a0b34c9b9
Delete docs/engine directory ( #151616 )
...
Closes https://github.com/flutter/flutter/issues/150869 .
Pending the following:
- https://github.com/flutter/.github/pull/47
- https://github.com/flutter/flutter/pull/151614
- https://github.com/flutter/engine/pull/53828
- https://github.com/flutter/engine/pull/53829
The wiki backlinks and website have all been updated to <https://github.com/flutter/engine/tree/main/docs >.
2024-07-17 17:58:48 +00:00
LongCatIsLooong
1f489de409
Make CupertinoSlidingSegmentedControl type parameter non-null ( #151803 )
...
`null` is reserved for when there is no selected segment.
2024-07-17 17:55:13 +00:00
hgraceb
46cb56d313
Remove redundant assignment of geometry ( #151821 )
...
Remove redundant assignment of geometry.
2024-07-17 16:34:53 +00:00
Matan Lurey
e5d8466006
Update CONTRIBUTING.md ( #151614 )
...
Part of https://github.com/flutter/flutter/issues/150869 .
2024-07-17 09:16:41 -07:00
engine-flutter-autoroll
aeaef9be35
Roll Packages from 7022a4485325 to d03b1b4ed1a2 (1 revision) ( #151892 )
...
7022a44853...d03b1b4ed1
2024-07-16 louisehsu@google.com [in_app_purchase_storekit] convert productRequestHandlerTests to swift (flutter/packages#7049 )
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-07-17 15:49:20 +00:00
engine-flutter-autoroll
49d6d520cb
Manual roll Flutter Engine from 18eefacce1e9 to 7e2579634027 (6 revisions) ( #151889 )
...
Manual roll requested by zra@google.com
18eefacce1...7e25796340
2024-07-17 skia-flutter-autoroll@skia.org Roll Skia from 1b0ddc1355ef to 7ebcb7ea944e (1 revision) (flutter/engine#53958 )
2024-07-17 skia-flutter-autoroll@skia.org Roll Skia from d19c61e55ea6 to 1b0ddc1355ef (1 revision) (flutter/engine#53957 )
2024-07-17 skia-flutter-autoroll@skia.org Roll Skia from 80dde3f27830 to d19c61e55ea6 (3 revisions) (flutter/engine#53956 )
2024-07-17 skia-flutter-autoroll@skia.org Roll Skia from 4c50b51875d4 to 80dde3f27830 (1 revision) (flutter/engine#53955 )
2024-07-17 ditman@gmail.com [web] Set touch-action:none in embedded views. (flutter/engine#53945 )
2024-07-17 skia-flutter-autoroll@skia.org Roll Skia from d1478885de20 to 4c50b51875d4 (4 revisions) (flutter/engine#53953 )
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-07-17 15:18:10 +00:00
flyboy
0a1d550e5f
Add ListTileControlAffinity to ListTileTheme ( #150695 )
...
fixes https://github.com/flutter/flutter/issues/146414
---
I saw @abikko submitted a PR https://github.com/flutter/flutter/pull/146630 , but it was not completed due to CLA and lack of test cases.
I am willing to complete this PR in combination with @abikko's code (I don't know if this is allowed)
This PR adds contorlAffinity to ListTileTheme so that [CheckboxListTile], [RadioListTile], [SwitchListTile], and [ExpansionTile] can read and use it
For example: If ListTileTheme in Theme sets contorlAffinity, then [CheckboxListTile] can directly use contorlAffinity in ListTileTheme. Of course, if contorlAffinity is also set in [CheckboxListTile], the property in [CheckboxListTile] will be used first.
2024-07-17 14:06:13 +00:00
Sam Rawlins
e497ed7db0
Remove unnecessary parens in test ( #151846 )
...
In order to address [a bug in `unnecessary_parenthesis`](https://github.com/dart-lang/linter/issues/3046 ), we are reporting a few more cases in `unnecessary_parenthesis`. `a = (b = c)` is one such case. This change is being made in https://dart-review.googlesource.com/c/sdk/+/366891 .
2024-07-17 09:54:34 +00:00
flutter-pub-roller-bot
38cad013e0
Roll pub packages ( #151864 )
...
This PR was generated by `flutter update-packages --force-upgrade`.
2024-07-17 09:50:09 +00:00
engine-flutter-autoroll
392ba117b3
Manual roll Flutter Engine from b2bdd68ede15 to 18eefacce1e9 (1 revision) ( #151872 )
...
Manual roll requested by zra@google.com
b2bdd68ede...18eefacce1
2024-07-16 skia-flutter-autoroll@skia.org Manual roll Dart SDK from b44d99ea2bf4 to 7368b1d084b0 (12 revisions) (flutter/engine#53949 )
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-07-17 05:45:25 +00:00