Yuqian Li
8e7748e74c
Reland migration ( #69996 )
...
This reverts ae0a9cb560ff3b334ab0cc23980374792888b2d1 and therefore relands #69629 .
Additionally, `flutter update-packages --force-upgrade` has been run to update `pubspec.yaml` to resolve the analyze test failures.
2020-11-08 20:32:04 -08:00
Hans Muller
a35aa3fdeb
Add new ListTile parameters to ListTileTheme ( #69982 )
2020-11-06 16:39:02 -08:00
Dan Field
16dce76577
Fix excessive rebuilds of DSS ( #69724 )
2020-11-06 12:09:02 -08:00
Playhi
8cb2665118
Allow modification of ListTile's horizontalTitleGap, minVerticalPadding, minLeadingWidth ( #64222 )
...
Allow modification of ListTile's horizontalTitleGap, minVerticalPadding, minLeadingWidth
2020-11-06 00:02:19 -08:00
Jonah Williams
6fe800abd5
[null-safety] remove enable experiment flags ( #69930 )
2020-11-05 23:58:11 -08:00
Darren Austin
4c1d015e9e
Reland "Updated SearchDelegate to follow custom InputDecorationTheme" ( #69653 )
2020-11-05 23:54:01 -08:00
Tong Mu
e1712ccefc
Reland: Fix a multiple pointers bug
...
This relands #68587
2020-11-05 18:38:15 -08:00
Jonah Williams
0823d625bc
[null-safety] update version constraint ( #69900 )
2020-11-05 11:39:26 -08:00
LongCatIsLooong
24c6266230
Adaptive constructor / TextInputAction docs ( #69346 )
2020-11-05 10:49:03 -08:00
Yegor
496efca12f
choose higher-res images on low-DPR screens ( #69799 )
2020-11-05 10:10:53 -08:00
Jonah Williams
e8efde6a54
[versions] update more null safe versions ( #69892 )
2020-11-05 09:09:03 -08:00
Chinmoy
0afea99b26
added enableFeedback property to ListTile ( #69088 )
2020-11-05 08:43:02 -08:00
Jason Simmons
9470a7e864
Revert "[null-safety] update Dart SDK constraints ( #69831 )" ( #69854 )
...
This reverts commit e375651cc542edeebbd74d7c12a120d958928111.
2020-11-04 21:49:59 -08:00
Lazy Llama
300e1df737
Reduce refresh indicator pull-down distance and update related tests ( #69783 )
...
Co-authored-by: altherat <contact@altherat.com>
2020-11-05 12:34:10 +08:00
Jonah Williams
e375651cc5
[null-safety] update Dart SDK constraints ( #69831 )
2020-11-04 16:50:24 -08:00
Arpan Patel
52b4f725f7
AdoptAWidget: Shortcut ( #69568 )
...
* Added Interactive Sample
2020-11-05 08:21:02 +08:00
LongCatIsLooong
319722997c
fix typo in computeMaxIntrinsicWidth implementation ( #69812 )
2020-11-04 16:19:04 -08:00
LongCatIsLooong
b26970b143
Cancel drag or hold when scrolling is disabled. ( #69732 )
2020-11-04 16:14:04 -08:00
chunhtai
6688e63f68
Improve backbuttondispatcher ( #68735 )
...
* Improve backbuttondispatcher
* update
* update
* fix analyzer
* addressing comments
* make takeprioirty recursive by default
* fix comment
* addressing comment
2020-11-04 16:00:28 -08:00
Yehuda Ringler
972fb0c85c
router.dart: fix grammer mistake ( #68751 )
2020-11-04 15:50:10 -08:00
Michael Goderbauer
cee6d46b3d
Do not crash if RichText has recognizers without handlers ( #69793 )
2020-11-04 15:49:05 -08:00
Jonah Williams
580cacf4bd
[versions] roll versions ( #69810 )
2020-11-04 15:38:58 -08:00
Madhur Maurya
595df47f2b
Tab bar improvements ( #63683 )
...
* indicatorPadding now does not get ignored
* Removing unnecessary comments
* Throw FlutterError on indicatorPadding
* Tests for indicatorPadding
* Migrate test to NNBD
* Tests Renamed
2020-11-04 11:20:27 -08:00
Hans Muller
b73cae17a4
ButtonStyle style side should default to shape.side ( #69713 )
2020-11-04 11:14:05 -08:00
Shi-Hao Hong
ad9b30b38d
Center the AnimatedPositioned code sample ( #69644 )
2020-11-04 10:44:05 -08:00
Per Classon
2f611f1477
Make header optional in PaginatedDataTable ( #69610 )
2020-11-04 10:39:06 -08:00
Aneesh Rao
96a78c0883
Enable customization of TabBar's InkWell ( #69457 )
2020-11-04 10:34:05 -08:00
xubaolin
9b564e9a8a
Make TabBar indicator color automatic adjustment optional ( #68171 )
2020-11-04 10:29:05 -08:00
Hans Muller
23198d4eef
Revert TextField.adaptive ( #69631 )
2020-11-03 12:28:41 -08:00
Jonah Williams
9ec5d7131b
Remove usage of --enable-experiment to analysis server ( #69614 )
2020-11-03 08:02:19 -08:00
Abhishek Ghaskata
c4bd14cc79
removed an ( #69654 )
2020-11-03 06:48:03 -08:00
Ayush Bherwani
4019956fc8
[ExpansionTile] adds collapsedBackgroundColor property ( #69575 )
2020-11-02 22:58:04 -08:00
Smarak Das
d618b81075
AdoptAWidget: SnackBar ( #69555 )
2020-11-02 22:53:04 -08:00
Greg Spencer
872c9d7ba7
Add maybeLocaleOf to Localizations ( #68911 )
2020-11-02 18:43:02 -08:00
Greg Spencer
01c07e18b9
Remove nullOk parameter from Cupertino color resolution APIs ( #68905 )
...
* Remove nullOk from cupertino color resolution
* Add CupertinoDynamicColor.maybeResolveFrom
* Remove CupertinoDynamicColor.maybeResolveFrom again
2020-11-02 16:36:22 -08:00
Shi-Hao Hong
55a1d0ae9a
Offstage Docs Sample ( #69567 )
...
* Add a code sample for the [Offstage] widget
2020-11-03 08:34:40 +08:00
Hans Muller
23cc1401f0
Updated the button.icon factory constructors for NNBD ( #69596 )
2020-11-02 15:45:38 -08:00
LongCatIsLooong
7d539043ba
dont mess with user supplied list ( #69594 )
2020-11-02 13:43:02 -08:00
Greg Spencer
88809aa247
Standardize dartdoc macro names ( #69445 )
2020-11-02 13:28:05 -08:00
David Garcia
03a3457f10
fix(itemExtent): Fix rounded issue using precisionErrorTolerance ( #68199 )
2020-11-02 13:23:04 -08:00
Pieter van Loon
b7a92f05d2
Actually consume top padding in bottomsheet if scrollcontrolled ( #66257 )
2020-11-02 13:18:06 -08:00
YeungKC
60a8b333b0
fix mouse wheel scroll miscontrol of ScrollPosition. ( #66039 )
2020-11-02 13:13:03 -08:00
Michael Goderbauer
0490fd75aa
Make Theme.of non-nullable ( #68922 )
2020-11-02 09:20:42 -08:00
Michael Goderbauer
3aba15f95d
move to onTapUp ( #69422 )
2020-11-02 09:18:58 -08:00
Justin McCandless
22f3cd8a67
Rename AutocompleteCore to RawAutocomplete to match similar naming elsewhere in Flutter ( #69419 )
...
We are standardizing around the term Raw for lower level widgets.
2020-11-02 09:11:10 -08:00
Abdullah Deshmukh
8328b56ef3
AdoptAWidget: Dismissible ( #69535 )
2020-11-02 05:48:03 -08:00
Jivansh Sharma
ee5c080d7b
Update Draggable API Docs ( #69527 )
2020-11-02 03:58:05 -08:00
Yash Johri
50970cd777
[RadioListTile] Adds shape, tileColor and selectedTileColor to RadioListTile ( #69399 )
2020-11-02 03:53:05 -08:00
Chintan Patel
734d2a22fe
AdoptAWidget: SliverWithKeepAliveWidget ( #69470 ) ( #69557 )
2020-11-02 01:53:02 -08:00
Abhishek Ghaskata
57a13c3e3b
Add Scaffold to Tooltip code samples ( #69532 )
2020-11-01 23:48:03 -08:00