Rami
fafeb6c647
Ensure cupertino time picker positions hours and minutes correctly for RTL ( #63405 )
2020-08-11 10:35:16 -04:00
Alexandre Ardhuin
e8c942104b
migrate part of painting to nullsafety ( #62951 )
2020-08-11 07:16:03 -07:00
Paul Berry
a4254c788f
Ignore dead_code hints for weak-only null checks. ( #63007 )
...
* Ignore dead_code hints for weak-only null checks.
When https://github.com/dart-lang/sdk/issues/41985 is fixed, the
analyzer will begin detecting dead code due to "unnecessary" null
checks. Since we want to retain null checks in Flutter even when they
appear unnecessary (in order to preserve runtime behavior in weak
mode), we need to suppress these dead code hints.
* Add comments explaining why we're ignoring dead_code hints
2020-08-11 06:18:39 -07:00
Rustom Ichhaporia
111f76b6a4
Small documentation typo fix ( #63313 )
2020-08-10 21: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
94319c7a62
Fixed an ElevatedButton API doc typo ( #63396 )
2020-08-10 10:43:55 -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
Hans Muller
e86caf7a08
Updated use of OutlineButton in FocusTraversalPolicy API doc ( #63236 )
2020-08-08 18:21:25 -07:00
creativecreatorormaybenot
96b6aafb49
Add onTertiaryTap* to TapGestureRecognizer and GestureDetector ( #62788 )
2020-08-08 15:21:02 -07:00
Phil Quitslund
58ec73fad4
API doc additions ( #63194 )
2020-08-07 21:31:04 -07:00
chunhtai
58e839223d
reland fix intrinsic height and width for widget span #61485 ( #63118 )
2020-08-07 21:01:03 -07:00
Pragya
191c7cbe0b
Updated dataTable API doc to explicitly point sorting ( #61356 )
2020-08-07 20:31:05 -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
John Ryan
c7e63113b2
Fix grammar in Route doc comment ( #63132 )
2020-08-06 16:26:04 -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
Hans Muller
050b0302a7
Fixed a typo in the DataRow API doc ( #63094 )
2020-08-06 13:54:56 -07:00
Norbert Kozsir
848cb83b83
Make _isLocalCreationLocation public ( #62891 )
2020-08-06 09:06:07 -07:00
Alexandre Ardhuin
c54b15b6b2
unnecessary null check ( #63083 )
2020-08-06 18:05:36 +02:00
Alexandre Ardhuin
18ed041d18
handler can be null in platform_channel ( #63057 )
2020-08-06 18:05:21 +02: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
Mouad Debbar
d13b56a0cd
Don't move to word edge when tapping with a mouse ( #60177 )
2020-08-05 19:16:06 -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
xubaolin
ca660aad09
fix some comments for clipBehavior's default value ( #62954 )
2020-08-05 15:16:24 -07:00
includecmath
3c12279f50
[widgets] Refactor Overlay insert methods entries assert ( #62407 )
2020-08-05 14:46:51 -07:00
Alexandre Ardhuin
f724ec028f
non-nullable LicenseEntry.packages ( #62972 )
2020-08-05 18:34:54 +02:00
Ayush Bherwani
263de65f48
[ExpansionPanelList] adds elevation property ( #62840 )
2020-08-05 09:26:04 -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
Michael Goderbauer
3b887bec47
Reland "migrate part of painting to nullsafety ( #62696 )" ( #62872 )
2020-08-04 16:06:04 -07:00
Jason Simmons
3ed6b206d2
Fix text escaping in the AboutListTile sample code ( #62707 )
2020-08-04 13:36:05 -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
Juyeong Lee
8497496838
Upadte systemNavigationBarIconBrightness docs ( #62729 )
2020-08-04 12:36:04 -07:00
Michael Goderbauer
4c7fae93aa
Revert "migrate part of painting to nullsafety ( #62696 )" ( #62868 )
...
This reverts commit 4518a72ffdc84ad950ae85749dcab02352e1ebc4.
2020-08-04 10:44:43 -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
Alexandre Ardhuin
4518a72ffd
migrate part of painting to nullsafety ( #62696 )
...
* migrate part of painting to nullsafety
* address review comments
* address review comment
2020-08-04 17:26:00 +02: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
Alexandre Ardhuin
e3c3d6eb7e
text selection affinity can be null on web ( #62778 )
2020-08-03 14:26:05 -07:00