- 24 Feb, 2023 8 commits
-
-
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 32 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)
-
chunhtai authored
* Fix text.rich to merge widget span * migrate to new API * update * addressing comment * addressing comments * update * addressing comment * Update
-
Taha Tesser authored
Fix `SliverAppBar.medium` & `SliverAppBar.large` title overlap with leading/actions widgets, leading width, and title spacing (#120780) * Fix `SliverAppBar.medium` & `SliverAppBar.large` title overlap with leading/actions widgets, leading width, and title spacing * Add `titleSpacing` theme tests and consolidate multiple tests for the same widgets
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
c87028288 Roll Fuchsia Linux SDK from 0RfFdaUCok_sFfUN1... to 69m3Jn73L34XwlsWH... (flutter/engine#39761) (#121332)
-
Eilidh Southren authored
* remove newline * update crswap * add const constructor * update const
-
engine-flutter-autoroll authored
* 952a89b4b [Impeller] Wire up a playground that can run Dart (flutter/engine#39805) * d4bae2887 [Impeller] Add PolygonMode to render layer (flutter/engine#39810)
-
Bruno Leroux authored
Co-authored-by: Bruno Leroux <bruno.leroux@gmail.com>
-
engine-flutter-autoroll authored
34794638c Roll Skia from 149bb820e0c3 to 69f83e81ef3f (2 revisions) (flutter/engine#39815) (#121316)
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
74eb9be55 Roll Skia from fa36bb160826 to 29fc6cac02f5 (3 revisions) (flutter/engine#39812) (#121308)
-
engine-flutter-autoroll authored
* 41d6f3bb7 Roll Skia from f163f6ed5db0 to fa36bb160826 (2 revisions) (flutter/engine#39811) * 26971ae36 Roll Fuchsia Mac SDK from cGa3bk2BmrHL_waB8... to xFmgbl9L7nOoL8W-w... (flutter/engine#39808)
-
engine-flutter-autoroll authored
* 00f2a3861 Deprecate WindowPadding (flutter/engine#39775) * 4c6c259ba Roll Skia from 335cabcf8b99 to 080897012390 (4 revisions) (flutter/engine#39802) * e1c327750 Roll Skia from 080897012390 to f163f6ed5db0 (1 revision) (flutter/engine#39806) * c4577135b [iOS][Text Input] Avoid crash when its UIViewController.view is nil. (flutter/engine#39768)
-
Todd Volkert authored
* Add ResizeImage.policy This adds a new `ResizeImage.policy` property that controls how `ResizeImage` will interpret its `width` and `height` properties. The existing behavior is preserved via `ResizeImagePolicy.exact` (default), but there is now the option to use `ResizeImagePolicy.fit`, which satisfies the use case outlined in flutter/flutter#118543. The API doc assets were added in flutter/assets-for-api-docs#209 Fixes flutter/flutter#118543 * Docuemnt public member * Remove protected annotation from overrides - was failing tests * Fixed analysis of code in Dartdoc * More dartdoc code analysis fixes * One more fix * Review comments
-
suragch authored
* Remove obsolete comment The method `_stopCursorTimer` no longer exists. * Add edited comment back in Addresses these comments: - https://github.com/flutter/flutter/pull/120265#discussion_r1101673834 - https://github.com/flutter/flutter/pull/120265#discussion_r1102120022 --------- Co-authored-by: Kate Lovett <katelovett@google.com>
-
codiss authored
* Fixed Material3 TabBarTheme.dividerColor not working * Add 'Material3 - TabBar inherits the dividerColor of TabBarTheme' test --------- Co-authored-by: Kate Lovett <katelovett@google.com>
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
Greg Spencer authored
* Add getInheritedWidgetOfExactType to BuildContext * Use the new API in all the places * Fix doc error * Review Changes
-
Christopher Fujino authored
Co-authored-by: Ricardo Amador <32242716+ricardoamador@users.noreply.github.com>
-
David Skelly authored
* add padding param to DropdownButton * improve padding comment * update test * Add more context to documentation * update padding documentation with more detail --------- Co-authored-by: Kate Lovett <katelovett@google.com>
-