- 27 Feb, 2023 7 commits
-
-
Bruno Leroux authored
-
Casey Hillers authored
[conductor] Remove cherrypick option
-
Rulong Chen(陈汝龙) authored
Limit the PlatformView ID within the range of 32-bit integers.
-
engine-flutter-autoroll authored
4bba1b958 Roll Dart SDK from 2a2b8bc0b434 to 046c78d307d7 (1 revision) (flutter/engine#39907) (#121517) Roll Flutter Engine from 88b48c357b21 to 4bba1b958e11 (1 revision)
-
engine-flutter-autoroll authored
Roll Flutter Engine from 5bcb322d9b31 to 88b48c357b21 (2 revisions)
-
engine-flutter-autoroll authored
Roll Flutter Engine from 0c040de0e6c6 to 5bcb322d9b31 (1 revision)
-
- 26 Feb, 2023 2 commits
-
-
engine-flutter-autoroll authored
0c040de0e Roll Fuchsia Mac SDK from jmdJzdnm_5bNiNAB5... to lz0NIfjcTGrVbRkV2... (flutter/engine#39894) (#121489) Roll Flutter Engine from 951e3febc14a to 0c040de0e6c6 (1 revision)
-
engine-flutter-autoroll authored
Roll Flutter Engine from c8d5d4138f98 to 951e3febc14a (2 revisions)
-
- 25 Feb, 2023 6 commits
-
-
engine-flutter-autoroll authored
Roll Flutter Engine from ddf8d7c44ae4 to c8d5d4138f98 (1 revision)
-
engine-flutter-autoroll authored
ddf8d7c44 Roll Fuchsia Mac SDK from yH66bYEkvZAwnmz1h... to wtSn1iCpHYqcNOWFY... (flutter/engine#39879) (#121453) Roll Flutter Engine from ddfd3dce13bc to ddf8d7c44ae4 (1 revision)
-
engine-flutter-autoroll authored
Roll Flutter Engine from a564342e0769 to ddfd3dce13bc (3 revisions)
-
engine-flutter-autoroll authored
Roll Flutter Engine from de9093d1285b to a564342e0769 (2 revisions)
-
engine-flutter-autoroll authored
Roll Flutter Engine from 4d8a7cbcb189 to de9093d1285b (2 revisions)
-
engine-flutter-autoroll authored
Roll Flutter Engine from 527a8bd372f3 to 4d8a7cbcb189 (6 revisions)
-
- 24 Feb, 2023 13 commits
-
-
Christopher Fujino authored
[flutter_tools] show web-server in flutter devices
-
David Iglesias authored
Roll Packages from 6c04c745b to ad48ee552 (28 revisions)
-
engine-flutter-autoroll authored
Roll Flutter Engine from 9f247021387a to 527a8bd372f3 (3 revisions)
-
Michael Goderbauer authored
Move semantic-related bindings to SemanticsBinding
-
Mitchell Goodwin authored
-
Ricardo Amador authored
Add a note about updating and fix env variable
-
Bruno Leroux authored
Remove accessibleNavigation reference from BottomSheet
-
Kevin Chisholm authored
* add documentation to files * Update dev/conductor/core/lib/src/stdio.dart Co-authored-by: Christopher Fujino <fujino@google.com> * Update dev/conductor/core/lib/src/start.dart Co-authored-by: Christopher Fujino <fujino@google.com> * Update dev/conductor/core/lib/src/repository.dart Co-authored-by: Christopher Fujino <fujino@google.com> * Update dev/conductor/core/lib/src/next.dart Co-authored-by: Christopher Fujino <fujino@google.com> * Update dev/conductor/core/lib/src/git.dart Co-authored-by: Christopher Fujino <fujino@google.com> * Update dev/conductor/core/lib/src/git.dart Co-authored-by: Christopher Fujino <fujino@google.com> * Update stdio.dart --------- Co-authored-by: Christopher Fujino <fujino@google.com>
-
Taha Tesser authored
-
engine-flutter-autoroll authored
9f2470213 Roll Skia from e7ed04a6fb12 to aa36fbbd0c1d (3 revisions) (flutter/engine#39846) (#121396)
-
engine-flutter-autoroll authored
0d5b780b1 Create DlCanvas interface and implement with DisplayListBuilder and SkCanvasAdapter (flutter/engine#39762) (#121390)
-
engine-flutter-autoroll authored
* f6af1ac52 Roll Skia from c23446d2da26 to 8fc2ded77979 (1 revision) (flutter/engine#39835) * 85c66fe32 Roll Fuchsia Mac SDK from OCFfGKefENe8lYAwM... to O8Tsxg5k_mmhxYUTh... (flutter/engine#39837) * ba9a89531 Roll Skia from 8fc2ded77979 to e7ed04a6fb12 (1 revision) (flutter/engine#39839)
-
engine-flutter-autoroll authored
* 6a7ea36c8 Remove surface check when querying ExternalViewEmbedder (flutter/engine#39803) * 8496df610 Fix referenes in docs (flutter/engine#39828) * 2f4b81be1 Roll Skia from fff6c987d803 to c23446d2da26 (10 revisions) (flutter/engine#39831) * 167c97bc3 Revert "Match PlatformConfiguration properties to PlatformDispatcher ones (#39685)" (flutter/engine#39833)
-
- 23 Feb, 2023 12 commits
-
-
hellohuanlin authored
* [platform_view]integration test for platform view not tappable issue * nit
-
engine-flutter-autoroll authored
* 2bc07cac7 Roll Skia from a321a8750271 to 1b2d815e9778 (5 revisions) (flutter/engine#39821) * 57cbf0858 Roll Skia from 1b2d815e9778 to fff6c987d803 (2 revisions) (flutter/engine#39823) * 2d2b51d69 Remove obsolete references in ViewConfiguration documentation (flutter/engine#39708) * cad5eec1b Match PlatformConfiguration properties to PlatformDispatcher ones (flutter/engine#39685)
-
Hans Muller authored
-
Qun Cheng authored
Co-authored-by: Qun Cheng <quncheng@google.com>
-
Greg Spencer authored
* Modify focus traversal policy search to use focus tree instead of widget tree * Eliminate unnecessary inherited widget * Remove unintentional change * Look for focus nodes without creating a dependency. * Add test * Review Changes * Fix debug_test.dart * Rebase onto master
-
Flutter GitHub Bot authored
-
Lioness100 authored
* Fix typos * lowercase animated & opacity * Undo typo fix --------- Co-authored-by: Michael Goderbauer <goderbauer@google.com>
-
David Neuy authored
Fix DataCell overflows when cell height is large by adding dataRowMinHeight, dataRowMaxHeight props. (#114338) * Fix DataCell overflows when cell height is large by adding dataRowMinHeight, dataRowMaxHeight props. * Fix DataCell overflows when cell height is large by adding dataRowMinHeight, dataRowMaxHeight props - add tests. * Fix analysis errors * Review changes. * Add asserts for dataRowMinHeight and dataRowMaxHeight * Add asserts for dataRowMinHeight and dataRowMaxHeight * Make dataRowHeight a computed getter * Remove get only dataRowHeight from hashCode... * Update deprecated after * Add new line at end of AUTHORS * Apply suggestions from code review * Update packages/flutter/test/material/data_table_test.dart --------- Co-authored-by: Kate Lovett <katelovett@google.com>
-
Greg Price authored
Fixes #109675. This formula would produce an initial velocity quite different from the one specified as an argument. To update the test, I computed the expected results separately by using the physical formula. Happily, the framework by default never ends up actually exercising this code. Of the four SpringDescription call sites within the framework, two are explicitly overdamped; the other two are by design critically damped, but due to rounding they end up being treated as (very slightly) overdamped too. Details here: https://github.com/flutter/flutter/issues/109675#issuecomment-1423674855 So the only way an app could be affected by this bug is if it called a SpringDescription constructor itself, and managed to create a spring description where the distinguishing formula in _SpringSolution comes out exactly equal to zero. It's likely nobody has ever shipped such an app, because the behavior this produces would be so wildly wrong that it'd be hard to miss when exercised. Co-authored-by: Kate Lovett <katelovett@google.com>
-
Flutter GitHub Bot authored
-
Flutter GitHub Bot authored
Co-authored-by: Loïc Sharma <737941+loic-sharma@users.noreply.github.com>
-
engine-flutter-autoroll authored
* e7d34e1e8 Roll Skia from 69f83e81ef3f to a321a8750271 (2 revisions) (flutter/engine#39819) * b4b4c15d3 Roll Fuchsia Mac SDK from xFmgbl9L7nOoL8W-w... to OCFfGKefENe8lYAwM... (flutter/engine#39820)
-