- 15 Nov, 2022 1 commit
-
-
fzyzcjy authored
* add tests * try to fix * fix compile error * refactor code * rename * doc * refactor test * simple rename
-
- 14 Nov, 2022 2 commits
- 12 Nov, 2022 2 commits
-
-
Darren Austin authored
-
Dan Field authored
Make FutureBuilder handle SynchronousFuture correctly, reland SynchronousFuture usage in test assets (#115173) * Make FutureBuilder handle SynchronousFuture correctly * Reland "Load assets in flutter_test without turning event loop. (#115123)" (#115156)" This reverts commit 3895786f.
-
- 11 Nov, 2022 1 commit
-
-
Xilai Zhang authored
This reverts commit 3cde69e8.
-
- 10 Nov, 2022 3 commits
-
-
Kate Lovett authored
-
Taha Tesser authored
* Fix `RangeSlider` semantics node size and add RTL semantics test * Add TODO comments
-
Hans Muller authored
Requires G3Fix cl/486997831
-
- 09 Nov, 2022 1 commit
-
-
Taha Tesser authored
-
- 08 Nov, 2022 2 commits
-
-
Zachary Anderson authored
This reverts commit 53e68762.
-
Kate Lovett authored
* allow marking a golden check as flaky * add matchesFlutterGolden to analyze.dart; no tags for flutter_goldens/lib * Pause * ++ * ++ * Analyzer therapy * Once more with feeling * Nits * Review feedback * Silly oops * Test progress * More tests * Finish * Nits * Analyzer * Review feedback Co-authored-by:
Yegor Jbanov <yjbanov@google.com>
-
- 07 Nov, 2022 9 commits
-
-
Greg Spencer authored
Fix `CastError` in `StadiumBorder.lerpTo` and `StadiumBorder.lerpFrom` when using `BorderRadiusDirectional` (#114826) * Fix casting in StadiumBorder lerp * Add tests * Fix made-up names
-
Bruno Leroux authored
* Use upper AnnotatedRegion properties when no bottom one found (and vice versa) * Update comments Co-authored-by:
Bruno Leroux <bruno.leroux@gmail.com>
-
Bruno Leroux authored
Co-authored-by:
Bruno Leroux <bruno.leroux@gmail.com>
-
Pedro Massango authored
InteractiveViewer.alignment parameter
-
Justin McCandless authored
Relands the "Scribble mixin" PR, which was reverted due to breaking a Google test in the last roll. Breaks the Scribble feature out of TextInputClient in order to avoid breaking changes.
-
Justin McCandless authored
Adds support for Mac/iOS's behavior of scrolling (but not moving the cursor) when using page up/down in a text field.
-
陈昱 authored
* fix text field hint style overflow not work, keep default ellipsis. * fix cupertino text field hint style overflow not work, keep default ellipsis. * add Cupertino placeholder style test.
-
Hans Muller authored
This reverts commit a6da1042.
-
Hans Muller authored
-
- 05 Nov, 2022 1 commit
-
-
xubaolin authored
* rebase master and add a test * fix the test * fix the test * fix the test
-
- 04 Nov, 2022 3 commits
-
-
chunhtai authored
* Support keyboard selection in selectable region * fix some comments * addressing comments
-
Casey Hillers authored
* Revert "Fix text field label animation duration and curve (#105966)" This reverts commit d5c53b82. * Add doubleTapTimer.cancel back
-
Casey Hillers authored
This reverts commit b571abfb.
-
- 02 Nov, 2022 3 commits
-
-
htoor3 authored
-
Darren Austin authored
* Revert "Revert "Add Material 3 support for BottomAppBar" (#114421)" This reverts commit 210a2aa3. * Regenerated the defaults from tokens and fixed tests. * Fixed the tests. * Updated the shape token template to optimize the a common case.
-
Taha Tesser authored
-
- 01 Nov, 2022 8 commits
-
-
fzyzcjy authored
Fix bug that`timeDilation` is not reset, causing subsequent test errors, and add verifications to ensure such problem does not exist in the future (#113830)
-
fzyzcjy authored
`Layer ... was previously used as oldLayer` assertion error in debug mode, and page being blank in release mode, caused by LeaderLayer addToScene bug (#113998)
-
Justin McCandless authored
Improves the feel of dragging text selection vertically between lines on mobile.
-
Justin McCandless authored
hinText's overflow can now be set via hintStyle (in InputDecoration)
-
Zachary Anderson authored
-
Talat El Beick authored
-
Alex Li authored
-
- 31 Oct, 2022 1 commit
-
-
Greg Spencer authored
-
- 28 Oct, 2022 3 commits
-
-
chunhtai authored
-
Justin McCandless authored
* Can show context menus anywhere in the app, not just on text. * Unifies all desktop/mobile context menus to go through one class (ContextMenuController). * All context menus are now just plain widgets that can be fully customized. * Existing default context menus can be customized and reused.
-
Qun Cheng authored
-