- 02 Feb, 2023 2 commits
-
-
engine-flutter-autoroll authored
29d09845f Roll Dart SDK from b47964e5d575 to 1c219a91e637 (1 revision) (flutter/engine#39324) (#119763)
-
Greg Spencer authored
* Update the counter app to enable Material 3 * Fix tools tests * Update some wording * Revert all but useMaterial3 * Update comments
-
- 01 Feb, 2023 26 commits
-
-
Ian Hickson authored
-
engine-flutter-autoroll authored
* 39b86cf03 Roll Fuchsia Linux SDK from TFcelQ5SwrzkcYK2d... to QxkjqmRgowkk_n2NZ... (flutter/engine#39322) * a12d10277 Roll Skia from 86f7b2dd2b4f to a2e706ab283d (7 revisions) (flutter/engine#39323)
-
🔥 Alex Li authored*
🔥 Do not format the messages file *✅ Add test *✅ Add the link to the test *✅ Respect the path separator from the file system *✅ Add the untranslated messages file existence test -
Jason Simmons authored
This assertion had been disabled because a bug fix was pending in SkParagraph. This PR updates it to match the new behavior. See https://github.com/flutter/flutter/pull/119653
-
Michael Goderbauer authored
* Deprecate MediaQuery[Data].fromWindow * ++ * dart fix
-
Michael Goderbauer authored
* Remove deprected SystemNavigator.routeUpdated * test fix
-
Ian Hickson authored
-
engine-flutter-autoroll authored
2b8dd4e5c Use Windows high contrast black/white theme with `MaterialApp` themes (flutter/engine#39206) (#119747)
-
Taha Tesser authored
-
Kevin Chisholm authored
* update console link * update test to include new console link
-
engine-flutter-autoroll authored
* 30ba71efa Roll Skia from 8f33da33edcf to 4b5799677173 (1 revision) (flutter/engine#39318) * 0de70dbe5 Use the x64 toolchain when building host artifacts on arm64 mac (flutter/engine#39279) * 4fc0a0297 Update README.md (flutter/engine#39319) * bae377499 Roll Skia from 4b5799677173 to 86f7b2dd2b4f (8 revisions) (flutter/engine#39320) * ba3adb74d Roll Dart SDK from 88d1f3ffa266 to b47964e5d575 (1 revision) (flutter/engine#39321)
-
Phil Quitslund authored
-
Flutter GitHub Bot authored
-
Zachary Anderson authored
Revert "Reland "Add --serve-observatory flag to run, attach, and test (#118402)" (#119529)" (#119729) This reverts commit 7477d7ac.
-
Eilidh Southren authored
* Check whether slider is mounted before interaction, no-op if unmounted (#113556) * Check whether slider is unmounted before interaction * Update slider.dart * Update Slider * Add test * Update slider_test.dart * Update packages/flutter/test/material/slider_test.dart Co-authored-by: Taha Tesser <tessertaha@gmail.com> Co-authored-by: Taha Tesser <tessertaha@gmail.com> * exposed tooltip longPress action when available * updated tooltip test * updated date picker test --------- Co-authored-by: Mingyu <lyming90@gmail.com> Co-authored-by: Taha Tesser <tessertaha@gmail.com> Co-authored-by: Harper Liu <harperl0818@gmail.com>
-
engine-flutter-autoroll authored
* 4ea9d6cdf Roll Skia from da41cf18f651 to 8f33da33edcf (1 revision) (flutter/engine#39315) * 0bc7bce97 Roll Dart SDK from de03e1f41b50 to 88d1f3ffa266 (1 revision) (flutter/engine#39316) * c08a286d6 Roll Fuchsia Mac SDK from Clk4li1185E2JoIkU... to 31KOCvc_d1yPT_yes... (flutter/engine#39317)
-
engine-flutter-autoroll authored
0d87b1562 Roll Dart SDK from 8b57d23a7246 to de03e1f41b50 (1 revision) (flutter/engine#39313) (#119695)
-
engine-flutter-autoroll authored
5b549950f Roll Fuchsia Linux SDK from 71lEeibIyrq0V8jId... to TFcelQ5SwrzkcYK2d... (flutter/engine#39312) (#119688)
-
Callum Moffat authored
-
engine-flutter-autoroll authored
-
Callum Moffat authored
-
engine-flutter-autoroll authored
1703a3966 Roll Skia from c29211525dac to 654f4805e8b8 (21 revisions) (flutter/engine#39309) (#119683)
-
🥅 Alex Li authored*
🥅 Only log warning for storage base url *✅ Add test *✅ Add the link to the test *✅ Remove the test *✅ Remove the extra import -
engine-flutter-autoroll authored
* 7d063fd28 Roll Dart SDK from 9bcc1773ebf0 to 8b57d23a7246 (1 revision) (flutter/engine#39303) * 38913c548 Add SkSurface include to every file where it's used (flutter/engine#39304)
-
Michael Goderbauer authored
-
engine-flutter-autoroll authored
* 6678d9cc6 clipPath to use fillType param (flutter/engine#38956) * 5c83e6eac Remove uses of `--full-dart-sdk` from the engine_v2 builders. (flutter/engine#39297) * d13ad269f [Shell] Update stale comments after multi-view (flutter/engine#39298) * 521b97544 Roll Fuchsia Mac SDK from IdMSzll1VeWJMV6v8... to Clk4li1185E2JoIkU... (flutter/engine#39300)
-
- 31 Jan, 2023 12 commits
-
-
Hans Muller authored
-
Tae Hyung Kim authored
* init * lint * lint again
-
engine-flutter-autoroll authored
* 32c157e34 [web] Remove unused test helper: expectPageHtml (flutter/engine#39287) * bb7b7006f Unblock Skia roll by including SkSurface header (flutter/engine#39295)
-
Jason Simmons authored
https://skia-review.googlesource.com/c/skia/+/619838 fixes a bug in SkParagraph. One of the selectable region tests relies on the old behavior. After that Skia change rolls into the framework, the update to the test in https://github.com/flutter/flutter/pull/118902 should be landed.
-
engine-flutter-autoroll authored
-
Ian Hickson authored
...so remove the assert
-
Tanay Neotia authored
* Add support for image insertion on Android * Fix checks * Use proper Dart syntax on snippet * Specify type annotation on list * Fix nits, add some asserts, and improve example code * Add missing import * Fix nullsafety error * Fix nullsafety error * Remove reference to contentCommitMimeTypes in docs * Fix nits * Fix warnings and import * Add test for content commit in editable_text_test.dart * Check that URIs are equal in test * Fix nits and rename functions / classes to be more self-explanatory * Fix failing debugFillProperties tests * Add empty implementation to `insertContent` in TextInputClient * Tweak documentation slightly * Improve docs for contentInsertionMimeTypes and fix assert * Rework contentInsertionMimeType asserts * Add test for onContentInserted example * Switch implementation to a configuration class for more granularity in setting mime types * Fix nits * Improve docs and fix doc tests * Fix more nits (LongCatIsLooong) * Fix failing tests * Make parameters (guaranteed by platform to be non-nullable) non-nullable * Fix analysis issues
-
engine-flutter-autoroll authored
1aaf3db31 Roll Dart SDK from 4fdbc7c28141 to 9bcc1773ebf0 (1 revision) (flutter/engine#39290) (#119640)
-
Bruno Leroux authored
* Fix CupertinoNavigationBar should create a backward compatible AnnotatedRegion * Remove extra space
-
Michael Goderbauer authored
-
engine-flutter-autoroll authored
* 707458b92 Roll Dart SDK from 52dc94238144 to c64a3f0c9fea (5 revisions) (flutter/engine#39281) * 0aec06abd Roll Dart SDK from c64a3f0c9fea to 4fdbc7c28141 (1 revision) (flutter/engine#39282) * 95a65fcbb Roll Fuchsia Mac SDK from CNkyuFjzxZhOxLNRS... to IdMSzll1VeWJMV6v8... (flutter/engine#39283) * 957412921 Python compatibility fix (flutter/engine#39286) * 3147334f2 Roll Skia from 3c6eb76a683a to c29211525dac (2 revisions) (flutter/engine#39289) * cd2e8885e Roll Fuchsia Linux SDK from cTwkXiHcuqwrumaJ5... to 71lEeibIyrq0V8jId... (flutter/engine#39284)
-
Michael Goderbauer authored
* Remove MediaQuery from WidgetsApp * more * fix test * more deprecation notices.
-