- 29 Sep, 2021 15 commits
-
-
Hans Muller authored
-
Kenzie (Schmoll) Davisson authored
-
Kenzie (Schmoll) Davisson authored
-
engine-flutter-autoroll authored
-
Alex authored
* Initial layout and theme * fixed tests * made page scrollable * fixes based on Chris on Casey's comments * removed desktop_window, add errorWidget * 2nd round of fixes * fixed linux analyze * changes based on Casey's comments: * remove trailing space * removed obselete macos build code * add discrepency in project.pbxproj * addressed Casey's comment
-
engine-flutter-autoroll authored
-
Justin McCandless authored
Prevents bugs related to invalid (-1,-1) selection in keyboard shortcuts
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
* 1b5b3c0b0 Roll Skia from 43264640f256 to 791c0d36a6f6 (2 revisions) (flutter/engine#28909) * d3f17b01d Mirror master to main branch. (flutter/engine#28896) * 8f964925e Roll Dart SDK from f452a6585cbd to 280a0c3efb21 (1 revision) (flutter/engine#28910) * 0aee3c6d1 Roll Skia from 791c0d36a6f6 to 0f124cd7cd60 (2 revisions) (flutter/engine#28911) * bd250bdd8 Windows: Add dark theme support. (flutter/engine#28131)
-
nt4f04uNd authored
-
Greg Spencer authored
This reverts commit ab51a026 and fixes the test that broke the first time it landed.
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Nicholas Shahan authored
-
Jenn Magder authored
-
- 28 Sep, 2021 24 commits
-
-
LongCatIsLooong authored
Reland "Make FilteringTextInputFormatter's filtering Selection/Composing Region agnostic" #89327 (#90211)
-
Greg Spencer authored
This reverts commit 885b2f56 to green up the build. Submitting on red to fix the build.
-
Greg Spencer authored
This adjusts the size of the delete button so that it takes up just slightly less than half of the chip, so that legacy tests that tap on the center of the chip still hit the chip, and not the delete button. A follow-on change for #90531
-
Greg Spencer authored
In the process of fixing #90044, I realized that it's also possible for hovered tooltips to show more than one at a time if the widgets are nested, so this PR is a fix that prevents more than one tooltip from showing at a time with hovered tooltips.
-
engine-flutter-autoroll authored
-
Daco Harkes authored
-
engine-flutter-autoroll authored
-
yk3372 authored
-
engine-flutter-autoroll authored
-
Greg Spencer authored
This adds a smoke test for every single API example. It also fixes 17 tests that had bugs in them, or were otherwise broken, and even fixes one actual bug in the framework, and one limitation in the framework. The bug in the framework is that NetworkImage's _loadAsync method had await response.drain<List<int>>();, but if the response is null, it will throw a cryptic exception saying that Null can't be assigned to List<int>. The fix was just to use await response.drain<void>(); instead. The limitation is that RelativePositionedTransition takes an Animation<Rect> rect parameter, and if you want to use a RectTween with it, the value emitted there is Rect?, and one of the examples was just casting from Animation<Rect> to Animation<Rect?>, which is invalid, so I modified RelativePositionedTransition to take a Rect? and just use Rect.zero if the rect is null.
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
520be3012 Roll Dart SDK from 1998f61b08f7 to f452a6585cbd (2 revisions) (flutter/engine#28906) (#90877)
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
8a71e0ee4 [camera] Fix IllegalStateException being thrown in Android implementation when switching activities. (flutter/plugins#4319) (#90857)
-
engine-flutter-autoroll authored
94e5cb8b2 Roll Dart SDK from 06093fe5921e to 1998f61b08f7 (1 revision) (flutter/engine#28899) (#90852)
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Jenn Magder authored
-
Hans Muller authored
-
- 27 Sep, 2021 1 commit
-
-
engine-flutter-autoroll authored
80b5d2ed3 [ci] Temporary run publish task on Flutter stable channel. (flutter/plugins#4388) (#90836)
-