3789 Commits

Author SHA1 Message Date
Rami
fafeb6c647
Ensure cupertino time picker positions hours and minutes correctly for RTL (#63405) 2020-08-11 10:35:16 -04:00
Ian Hickson
d7883e3fb0
Clean up some test formatting and comments (#63306) 2020-08-11 06:16:03 -07:00
Michael Goderbauer
25de941927
Make Scrollables restorable (#63131) 2020-08-10 21:01:10 -07:00
Jonah Williams
f4e442fe80
Revert "Add native stacktrace field for PlatformException (#62828)" (#63431)
This reverts commit 74b5051cd67aeaa1344a31f7a731e619ec82168b.
2020-08-10 15:16:29 -07:00
LI DONGZE
74b5051cd6
Add native stacktrace field for PlatformException (#62828)
* Add native stacktrace field for PlatformException

* Mute the readValue check for stacktrace.

* polish

* Add unit test and further polish

* Added more comments

* remove unnecessary import

* fill in stacktrace to JSONMethodCodec and fix tests

Co-authored-by: Ben Li <libe@google.com>
2020-08-10 13:29:58 -07:00
Ian Hickson
a49ba95af8
Some minor improvements to the AsyncSnapshot API (#63347) 2020-08-10 11:11:02 -07:00
Ming Lyu (CareF)
fb544659a7
update for frametiming (#62933) 2020-08-10 10:56:03 -07:00
xubaolin
ba92cbedd8
fix SingleChildScrollView clip bug (#63054) 2020-08-10 10:46:04 -07:00
Hans Muller
4500a451dc
Enable InkWell to sync its hovered state when its enabled or disabled (#62913) 2020-08-08 18:21:45 -07:00
Ian Hickson
5d91d0484c
Unskip a widget inspector test that doesn't seem flaky anymore. (#62824) 2020-08-08 15:31:04 -07:00
creativecreatorormaybenot
96b6aafb49
Add onTertiaryTap* to TapGestureRecognizer and GestureDetector (#62788) 2020-08-08 15:21:02 -07:00
chunhtai
58e839223d
reland fix intrinsic height and width for widget span #61485 (#63118) 2020-08-07 21:01:03 -07:00
Jonah Williams
c2e85e67c9
[null-safety] remove more usage of mockito from the framework tests (#62936) 2020-08-07 20:31:08 -07:00
chunhtai
f9fd71bc78
Implement Router widget and widgets app api (#60299) 2020-08-07 20:26:05 -07:00
Pascal Welsch
12b8d9db80
Reduce iOS scroll damping for lists with differently sized items (#59623) 2020-08-07 20:21:07 -07:00
Ian Hickson
77b4505c80
Fix a crash when disposing tabs (#63142) 2020-08-06 18:51:02 -07:00
Nolan Scobie
43c1b34cf5
Add punctuation for unterminated sentences in doc comments (#62755)
* Add punctuation for unterminated sentences in doc comments

* Addressing review nit
2020-08-06 19:18:52 -04:00
chunhtai
3af97d228c
Fix the flexible space bar to still create a rendering object even if… (#62690) 2020-08-06 16:16:15 -07:00
Kate Lovett
79146fd0a6
Fix SliverList scrollOffsetCorrection 0 case (#62615) 2020-08-06 16:11:16 -07:00
Ayaan Khan
4680ff3a79
fix: MaterialColor Swatch Map comparison (#61974) 2020-08-06 16:06:10 -07:00
Ming Lyu (CareF)
033d138078
using named constructor to FrameTiming (#63030) 2020-08-06 13:51:04 -07:00
Norbert Kozsir
848cb83b83
Make _isLocalCreationLocation public (#62891) 2020-08-06 09:06:07 -07:00
Hans Muller
f3b1e31c1e
Remove old button references from the Stepper widget (#63012) 2020-08-05 19:41:41 -07:00
Justin McCandless
d69ddc47f3
Incomplete app widget error (#63005) 2020-08-05 19:31:03 -07:00
Ian Hickson
522d19e2ad
Unskip the bidi semantics test. (#62823) 2020-08-05 19:21:11 -07:00
Mouad Debbar
d13b56a0cd
Don't move to word edge when tapping with a mouse (#60177) 2020-08-05 19:16:06 -07:00
Hans Muller
6338181428
Remove old button references from routes_test (#63013) 2020-08-05 15:26:10 -07:00
creativecreatorormaybenot
b631013a87
Fix GestureDetector long press callback handling (#62897)
* Allow GestureDetector to use long press and secondary long press at the same time.
2020-08-05 15:22:41 -07:00
includecmath
3c12279f50
[widgets] Refactor Overlay insert methods entries assert (#62407) 2020-08-05 14:46:51 -07:00
Ayush Bherwani
263de65f48
[ExpansionPanelList] adds elevation property (#62840) 2020-08-05 09:26:04 -07:00
Jonah Williams
732083018c
[null-safety] remove mockito from text control a11y test (#62869) 2020-08-04 16:56:03 -07:00
Darren Austin
bebc119ce5
TextSelectionTheme support (step 1 of 3) (#62014)
Create a new TextSelectionTheme for text selection properties.
2020-08-04 16:06:28 -07:00
Jonah Williams
428be90768
[null-safety] revert export of Fake from test_api (#62894) 2020-08-04 14:31:05 -07:00
Jonah Williams
9be31e26ef
[null-safety] remove quiver from flutter tests (#62866) 2020-08-04 14:26:04 -07:00
Ian Hickson
18e2c16718
Update skipped test comment to point to an open bug (#62820) 2020-08-04 13:41:05 -07:00
Ian Hickson
4a4e9bad84
Enable a scrolling fling test. (#62825) 2020-08-04 12:46:07 -07:00
LongCatIsLooong
3bc3ea51ed
longestLine layout width (#62657) 2020-08-04 12:43:17 -07:00
Rami
f29f05ed17
Address misc time picker design issues (#62803) 2020-08-04 12:41:05 -07:00
Rami
643da4b7a4
Ensure dark theme is used when high contrast dark theme isn't provided (#62668) 2020-08-04 11:32:36 -04:00
Jonah Williams
32144161ae
[null-safety] remove some usages of mockito (#62809) 2020-08-04 08:26:12 -07:00
Darren Austin
0367d4f57c
Fix test lifecycle clean up for screen size and semantics. (#62761) 2020-08-03 16:31:05 -07:00
Hans Muller
26f976f569
Use OverflowBar instead of ButtonBar in DateRangePicker (#62695) 2020-08-03 16:26:05 -07:00
Hans Muller
ddeb5bb9c8
Use OverflowBar instead of ButtonBar in DatePicker (#62686) 2020-08-03 14:27:17 -07:00
Hans Muller
17d317977b
Use OverflowBar instead of ButtonBar in TimePicker (#62601) 2020-08-03 14:26:43 -07:00
Hans Muller
2b51ac6f35
Use OverflowBar instead of ButtonBar in MaterialBanner (#62703) 2020-08-03 14:25:38 -07:00
Pierre-Louis
52299fa34f
Cache floating cursor location on start event instead of update (#62415) 2020-08-03 10:26:07 -07:00
chunhtai
8663b3c4bf
Reland "remove usage to applyTextScaleFactorToWidgetSpan" (#62587)
This reverts commit 561735ad89a14c63597f9acb77d447c7e0ed4fec.
2020-07-31 10:18:20 -07:00
Nolan Scobie
19f8fb1cac
Fix SemanticsNode.rect position for nested scrollables with useTwoPaneSemantics (#62359) 2020-07-31 09:46:06 -07:00
xubaolin
aa1acd8e54
Ignore unmounted parent when _debugVerifyGlobalKeyReservation for GlobalKey check (#62323)
* Ignore unmounted parent when _debugVerifyGlobalKeyReservation (#62055)

* Ignore unmounted parent when _debugVerifyGlobalKeyReservation (#62055)

* Ignore unmounted parent when _debugVerifyGlobalKeyReservation (#62055)

* Ignore unmounted parent when _debugVerifyGlobalKeyReservation (#62055)

* Ignore unmounted parent when _debugVerifyGlobalKeyReservation (#62055)

* Ignore unmounted parent when _debugVerifyGlobalKeyReservation (#62055)
2020-07-30 10:07:18 -07:00
Tong Mu
5398f5c566
Add tests for platform views' hover behavior (#61667) 2020-07-29 14:47:06 -07:00