- 18 Nov, 2022 6 commits
-
-
Bernardo Ferrari authored
This PR made a few mistakes on formatting: https://github.com/flutter/flutter/pull/115175
-
Bruno Leroux authored
Co-authored-by:
Bruno Leroux <bruno.leroux@gmail.com>
-
fzyzcjy authored
* impl * Update packages/flutter/lib/src/widgets/navigator.dart Co-authored-by:
chunhtai <47866232+chunhtai@users.noreply.github.com> * Update navigator_test.dart Co-authored-by:
chunhtai <47866232+chunhtai@users.noreply.github.com>
-
Taha Tesser authored
* Fix `NavigationBar` ripple * remove unused import
-
chunhtai authored
* Disallow dispose during listener callback * addressing comment * add comments to code * Addressing comments * fix test
-
Bruno Leroux authored
Co-authored-by:
Bruno Leroux <bruno.leroux@gmail.com>
-
- 17 Nov, 2022 8 commits
-
-
chunhtai authored
-
Taha Tesser authored
* Add Material 3 support for Slider - Part 2 * Kick tests * Update drawing order to fix html renderer bug * Update test
-
chunhtai authored
* Add selection feedback for both selection area and text field * Addressing comment * Fixes more test
-
Qun Cheng authored
Co-authored-by:
Qun Cheng <quncheng@google.com>
-
Hans Muller authored
-
Hans Muller authored
This reverts commit e9622ce9. Landing before presubmits have completed to unblock the build.
-
Hans Muller authored
-
Hans Muller authored
-
- 16 Nov, 2022 3 commits
-
-
Jonah Williams authored
* [framework] autoresize on snapshot widget * ++ * ++ * ++ * use layout to resize
-
Qun Cheng authored
Co-authored-by:
Qun Cheng <quncheng@google.com>
-
Greg Spencer authored
* Add RestorableEnumN and RestorableEnum to restorable primitive types * Review Changes * Change to assert if not part of the valid set. * Assert if default value isn't in the enum
-
- 15 Nov, 2022 5 commits
-
-
hangyu authored
* squash 5 into 1 fix Update packages/flutter/lib/src/material/bottom_app_bar.dart lint update tests Co-Authored-By:
Hans Muller <hansmuller@chromium.org> * lint Co-authored-by:
Hans Muller <hansmuller@chromium.org>
-
Tae Hyung Kim authored
* init * upper case only when material 2 * fix test * fix test * fix tests again * Add all tests * analyze" * fix stepper
-
hangyu authored
Hint text semantics to be excluded in a11y read out if textfield in not empty and label text is provided (#115010) * update hint semantics * Update input_date_picker_form_field_test.dart
-
Maurice Parrish authored
* add position to layout creation * make position nullable * fix tests * test * clear test size * clear device pixel ratio * add more documentaiton * add comment about localToGlobal
-
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 7 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.
-