10599 Commits

Author SHA1 Message Date
chunhtai
f86d108988
Adds RouterConfig to simply API (#102786) 2022-04-29 18:59:06 -07:00
Zachary Anderson
02b300d99e
Revert "delete fast reassemble code (#102842)" (#102856)
This reverts commit ec8693e80bf2c9f31c06d9832ebb4bccc5274440.
2022-04-29 16:41:37 -07:00
Jonah Williams
ec8693e80b
delete fast reassemble code (#102842) 2022-04-29 15:04:08 -07:00
Taha Tesser
a8c16a7059
Update FAB M3 token template class to new naming scheme and fix a typo in card.dart (#102654) 2022-04-29 14:09:07 -07:00
LongCatIsLooong
0b3c5d1228
Defer the OverlayEntry listenable disposal until its widget is unmounted (#102794) 2022-04-29 12:49:08 -07:00
Taha Tesser
eef4aa7caa
Hero: Add an example for createRectTween (#102650) 2022-04-29 12:39:09 -07:00
Taha Tesser
709b26d0b3
Add surfaceTintColor to NavigationBar (#102628) 2022-04-29 12:34:06 -07:00
Taha Tesser
4ffc41ad10
ToggleButtons: Add interactive example (#100124) 2022-04-29 12:29:07 -07:00
Prateek Sunal
99769b0f89
Improvements to SearchDelegate (#91982) 2022-04-29 12:24:08 -07:00
chunhtai
5b71314740
Add RouteInformationParser.parseRouteInformationWithDependencies (#102414) 2022-04-28 17:04:04 -07:00
apeltop
b264b61444
Correct typos (#102487) 2022-04-28 16:29:07 -07:00
Qun Cheng
57a688c1f0
Add padding for Navigation Bar to account for safe area (#102419) 2022-04-28 16:24:08 -07:00
Taha Tesser
b1f88a6535
ReorderableListView: fix broken dartpad example & update examples, add tests (#102723) 2022-04-28 10:19:08 -07:00
Kate Lovett
b333fe2e17
Revert "Fix BottomNavigationBar label style text colors" (#102756) 2022-04-28 09:54:12 -07:00
Taha Tesser
84202460c5
Fix BottomNavigationBar label style text colors (#102638) 2022-04-27 16:54:06 -07:00
Kate Lovett
6eb601bc3e
Fix AppBar scrolledUnder initial state - the third (#102582) 2022-04-27 15:34:08 -07:00
Darren Austin
14a9b4a751
Migrate AppBar to Material 3 (#101884) 2022-04-27 12:04:36 -07:00
Taha Tesser
0c3c38dccf
[reland] Refactor ToggleButtons (remove RawMaterialButton) (#101760) 2022-04-27 12:04:03 -07:00
Pierre-Louis
9644aa8d76
Fixes documentation inconsistencies around 'material' and 'material design' (#102632) 2022-04-27 09:29:06 -07:00
Phil Quitslund
bca071815f
rename local functions with _s (#102615) 2022-04-27 09:14:57 -07:00
Alexandre Ardhuin
07f1c20474
add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00
Jonah Williams
c46d4c03cc
Revert "[framework] Reland: use ImageFilter for zoom page transition " (#102611) 2022-04-26 17:34:06 -07:00
Jonah Williams
fba9214d11
[framework] remove usage and deprecate physical model layer (#102274) 2022-04-26 16:14:04 -07:00
Michael Goderbauer
c6af38c7f7
Fix docs re: return value of Navigator's restorable methods (#102595) 2022-04-26 14:24:09 -07:00
Jason Simmons
dacab7de3a
Improve efficiency of copying the animation ObserverList in notifyListeners (#102536) 2022-04-26 13:29:08 -07:00
Jonah Williams
3d4a1723e3
[framework] Reland: use ImageFilter for zoom page transition (#102552) 2022-04-26 12:44:08 -07:00
Kate Lovett
a75743e80e
Revert "Re-land reverse case for AppBar scrolled under" (#102580) 2022-04-26 11:14:06 -07:00
Jonah Williams
0cb5772e73
[framework] allow other RenderObjects to behave like repaint boundaries (#101952) 2022-04-26 10:19:09 -07:00
Dan Field
34d84209cf
Avoid scheduling a forced frame when there is no child to the renderView (#102556) 2022-04-26 08:44:09 -07:00
Bruno Leroux
bc7d3bbc65
Fix DraggableScrollableController.animateTo leaks Ticker (#102504) 2022-04-26 02:24:05 -07:00
xubaolin
2381657394
Fix a Slider widget accessibility bug (#102129) 2022-04-25 18:24:07 -07:00
Jonah Williams
f15295cc91
[framework] allow disabling image filter layer (#102085) 2022-04-25 17:44:07 -07:00
gaaclarke
18713e0c5d
Made Directionality forego dependency tracking for better performance. (#102336) 2022-04-25 15:39:05 -07:00
Kate Lovett
558016455a
Re-land reverse case for AppBar scrolled under (#102343) 2022-04-25 13:54:05 -07:00
wangying
899548c48a
Assign debugCreator for more layers (#101899) 2022-04-25 10:04:07 -07:00
rgevrek
6ea4aef827
Fix jumping when doing long press for selecting text (#102270) 2022-04-22 15:19:06 -07:00
Jason Simmons
c73100bfae
Fix the code point for CupertinoIcons.location (#101923) 2022-04-21 15:39:07 -07:00
Taha Tesser
900e5405c2
Replace ListTile with Chip in the debugCheckHasMaterial control test (#102311) 2022-04-21 12:59:07 -07:00
chunhtai
2ebc7bee9c
Adds tooltip to semantics node (#87684) 2022-04-21 12:14:09 -07:00
Taha Tesser
e4edcbceb3
Improve 'NestedScrollView and internal scrolling' test to account for all the inner children layers (#102309) 2022-04-21 10:39:09 -07:00
gaaclarke
1ac368280f
Increased StandardMethodCodec's WriteBuffer start capacity (#101860)
* Added standard method codec benchmark

* increased writebuffer start size

* added const
2022-04-20 14:35:34 -07:00
Taha Tesser
e526f859ef
Fix spacings in typography.dart, navigation_bar.dart and modal_barrier.dart (#102136) 2022-04-20 08:30:11 -07:00
Hans Muller
ce6188bef1
Revert "Update ListTile font (#101900)" (#102152)
This reverts commit 9f0bcfb82499e22a29b786753c469e4d42ae1342.
2022-04-19 11:42:40 -07:00
xubaolin
e5beafaf36
Expose ignoringPointer property for Draggable and LongPressDraggable (#100475) 2022-04-19 13:29:28 -05:00
Kate Lovett
c2ec2426ac
Removed required from deprecated API (#102107) 2022-04-19 08:44:08 -07:00
xubaolin
ef5a6da35a
Fix a DataTable crash and improve some docs (#100959) 2022-04-19 04:19:08 -07:00
Eric egramond
fd360c4a1d
Prevent Mediaquery from losing navigationMode value when removePadding() is called (#101938) 2022-04-18 14:54:06 -07:00
Justin McCandless
8817521ad1
Revert "Clipping if only one character text overflows (#99146)" (#102092)
This reverts commit 08e467dde7a1c3906ce6f4231d9f1d1b36b64022 (Google test failures after merge).
2022-04-18 12:30:59 -07:00
Greg Spencer
24e964d891
Delay focus trap unfocus until post-frame (#101847) 2022-04-18 10:59:07 -07:00
Bruno Leroux
37b3feea70
Add examples and troubleshooting comment for ClipRRect (#101907) 2022-04-18 10:24:08 -07:00