- 01 Oct, 2021 10 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
-
Hans Muller authored
-
engine-flutter-autoroll authored
aed327b84 Roll Dart SDK from 4a4c1361ad7b to 4fa07f3ccd43 (1 revision) (flutter/engine#28979) (#91074)
-
engine-flutter-autoroll authored
-
stuartmorgan authored
Building an application for a desktop platform that transitively included any Dart-based plugins (such as path_provider) broke `flutter test`, because its compilation was overriding the provided main (in this case, the test main) with `generated_main.dart` if it was present. This PR: - Changes the `flutter test` compilation path to update `generated_main.dart`, so that the tests will work, and will include any registered Dart plugins. - Makes using `generated_main.dart` during recompile opt-in, to try to reduce the chance of a similar bug happening with other codepaths in the future. Fixes https://github.com/flutter/flutter/issues/88794
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Christopher Fujino authored
-
- 30 Sep, 2021 11 commits
-
-
Greg Spencer authored
I've added a Focus.withExternalFocusNode constructor to the Focus widget (and the FocusScope widget) that makes it explicit that the widget's attributes won't affect the settings of the given focus node. This is to help address #83023, which is a snag in the API that people run into occasionally. This should help make it explicit when you want the widget attributes to take precedence, and when you don't.
-
Jenn Magder authored
-
Christopher Fujino authored
-
Greg Spencer authored
This modifies the flutter update-packages and flutter update-packages --force-upgrade commands so that the many invocations of "dart pub get" in each repo project run in parallel instead of in series.
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Jenn Magder authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Greg Spencer authored
-
engine-flutter-autoroll authored
-
- 29 Sep, 2021 16 commits
-
-
engine-flutter-autoroll authored
-
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 3 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
-