- 06 Jun, 2020 2 commits
-
-
Jonah Williams authored
This reverts commit cce6b3c5.
-
Helin Shiah authored
* Send text error in JSON and print in tools * Add test for error text * Fix analysis issues * Move streamListen to try/catch and use global.printStatus * Extract print error fn and listen for events in web runner * Add extension listen request to test * Update packages/flutter_tools/lib/src/resident_runner.dart Co-authored-by:
Jonah Williams <jonahwilliams@google.com> * Rename error parsing method * Allow crash if listen for extension stream fails * Add test for error and non-error extension events * Fix formatting for TextTreeRenderer * Use shorter message for second exceptions * Specify types for map * Add empty JSON for resident_web_runner test * Move stream listen to vmservice and add vmservice test * Fix stream type * Move structured error log definition to vmservice * Use correct test matcher isNot Co-authored-by:
Jonah Williams <jonahwilliams@google.com>
-
- 05 Jun, 2020 5 commits
-
-
Kabo authored
-
chunhtai authored
* fix cupertino page route dismisses hero transition when swipe to the edge * add more comment * addressing comments
-
chunhtai authored
* fix navigator observer announcement order * addressing review comments * update * fix analyzer
-
Nils Reichardt authored
[web & desktop] Hide all characters in a TextField, when obscureText is true on web & desktop (#56794)
-
Michel Feinstein authored
-
- 04 Jun, 2020 8 commits
-
-
Kate Lovett authored
-
Michael Rienstra authored
-
jBrennen authored
-
Hans Muller authored
-
Tomohiro Hattori authored
-
Kate Lovett authored
-
Kate Lovett authored
-
chunhtai authored
-
- 03 Jun, 2020 10 commits
-
-
William Oprandi authored
-
Pedro Massango authored
* Pass disabledElevation from MaterialButton into RawMaterialButton
-
Robert Ancell authored
-
Greg Spencer authored
-
Ian Hickson authored
-
Dan Field authored
-
MH Johnson authored
-
Ian Hickson authored
-
MariaMelnik authored
-
Justin McCandless authored
-
- 02 Jun, 2020 5 commits
-
-
Ian Hickson authored
-
Tong Mu authored
-
Tong Mu authored
* Adds support for material state mouse cursor to InkWell and InkResponse * Set their default cursors to be MaterialStateMouseCursor.clickable.
-
Dan Field authored
* Do not assume imageCache is created when handleMemoryPressure is called * comment for test
-
VisheshAtWork authored
-
- 01 Jun, 2020 1 commit
-
-
LongCatIsLooong authored
-
- 31 May, 2020 2 commits
-
-
Mehmet Fidanboylu authored
This reverts commit cd593dae.
-
Ian Hickson authored
-
- 29 May, 2020 5 commits
-
-
Greg Spencer authored
This makes the callback arguments to FocusableActionDetector optional, if you (for instance) only want to define shortcuts and actions and a focus node for something.
-
Justin McCandless authored
-
liyuqian authored
* Add clipBehavior to RenderFlex * Add clipBehavior to FittedBox * Add clipBehavior to Flex and FittedBox * Add clipBehavior to UnconstrainedBox * Add clipBehavior to Stack and Wrap * Add clipBehavior to TextEditable * Add clipBehavior to ListWheelScrollView * Add clipBehavior to SingleChildScrollView * Add clipBehavior to RenderViewportBase's widgets Those widgets are NestedScrollView and ShrinkWrappingViewport. * Fix tests * Remove enum Overflow and fix typo * Remove clipToSize * Analyze fix * Remove Mixin and other small fixes * Fix tests and respect Stack's default clipBehavior * Add Overflow back to make it non-breaking * Restore clipBehavior to make it non-breaking * Small fixes * Fix rebase
-
Tianguang authored
* Run `flutter update-packages --force-upgrade`. * Update test to 1.14.5.
-
Pedro Massango authored
Prevent WhitelistingTextInputFormatter to return a empty string if the current value does not satisfy the formatter (#57264)
-
- 28 May, 2020 2 commits
-
-
Helin Shiah authored
* Add function to set structured error early * Remove unused imports * Save test handler in setUp * Add utils file for shared test service * Rename structured error functions * Use setUpAll to save error handler and call initStructuredError from other init * Rename widget inspector test service * Remove debugging print statement * Move error handling setting back to initServiceExtensions * Rename structured error handler in test * Namespace environment variable * Rename test
-
Hansol Lee authored
Error message when size has not been set in RenderBox's performLayout should be well versed (#58151)
-