9276 Commits

Author SHA1 Message Date
Jason Simmons
c73100bfae
Fix the code point for CupertinoIcons.location (#101923) 2022-04-21 15:39:07 -07:00
chunhtai
2ebc7bee9c
Adds tooltip to semantics node (#87684) 2022-04-21 12:14: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
Taha Tesser
d8c9ce9ab4
Add Material 3 FloatingActionButton and FloatingActionButton variants examples (#101105) 2022-04-18 10:09:07 -07:00
Taha Tesser
9f0bcfb824
Update ListTile font (#101900) 2022-04-18 09:42:00 -07:00
Taha Tesser
eca09252cd
Add Material 3 NavigationRail example and improve Material 2 example (#101345) 2022-04-18 06:54:07 -07:00
Taha Tesser
b8734b1700
Add Material 3 Dialog examples and update existing Dialog examples (#101508) 2022-04-18 04:14:05 -07:00
Viren Khatri
aa5d7b6972
Newly constructed tweens should have same begin and end (#94363) 2022-04-16 22:04:53 +05:30
chunhtai
52fd2412f4
Reland "Add default selection style (#100719)" (#101954) 2022-04-15 16:44:07 -07:00
Kenzie Davisson
0d08756232
Register a service extension for profileUserWidgetBuilds (#101989) 2022-04-15 15:26:24 -07:00
Taha Tesser
638aae7b76
Add alignment parameter for persistentFooterButtons (#101297) 2022-04-15 13:54:06 -07:00
chunhtai
e16dc4440d
Revert "Fix Backbutton is not displayed when there is a endDrawer (#101869)" (#101998)
This reverts commit e2d12060a2bc574a3e1209e206d5cf031cdbc335.
2022-04-15 13:05:07 -07:00
Justin McCandless
916b2aa76b
Linux and Windows right clicking text behavior (#101588) 2022-04-14 17:44:06 -07:00
Kate Lovett
ea26272e2a
Revert "Fix reverse cases for App Bar scrolled under behavior (#101460)" (#101929)
merging now since it blocks flutter roll for too long
2022-04-14 15:58:05 -07:00
Mahesh Jamdade
c815aaed2f
adds isAttached getter to DraggableScrollableController (#100269) 2022-04-14 15:44:08 -07:00
Kate Lovett
33d143526e
De-dupe docs (#101934) 2022-04-14 15:39:10 -07:00
chunhtai
95e52dac76
Revert "Add default selection style (#100719)" (#101921)
* Revert "Add default selection style (#100719)"

This reverts commit c8057bc5064f54c04cbe054f00904722a7233a63.

* update

* update
2022-04-14 11:31:39 -07:00
Tong Mu
c5e3e1cf5f
RawKeyboardMacos accepts a new field "specifiedLogicalKey" (#100803) 2022-04-14 11:24:11 -07:00
xubaolin
08e467dde7
Clipping if only one character text overflows (#99146) 2022-04-14 10:24:13 -07:00
chunhtai
e2d12060a2
Fix Backbutton is not displayed when there is a endDrawer (#101869) 2022-04-14 09:34:06 -07:00
Bruno Leroux
05759325ba
Fix InkWell highlight and splash sometimes persists (#100880) 2022-04-14 03:49:08 -07:00
Christopher Fujino
41b73894bc
Test framework for executable files (#101853) 2022-04-13 22:44:07 -07:00
Michael Goderbauer
51bcdb9407
super parameters for framework (#100905) 2022-04-13 22:38:40 -07:00
Kate Lovett
65a826728d
Correct docs to refer to replacement render object (#101858) 2022-04-13 14:24:07 -07:00
Jonah Williams
08a23498c1
Revert changes to opacity/fade transition repaint boundary and secondary change (#101844) 2022-04-13 13:24:06 -07:00
Qun Cheng
02ae020e53
Removed extra the (#101837) 2022-04-13 12:04:08 -07:00
chunhtai
c8057bc506
Add default selection style (#100719) 2022-04-13 11:49:09 -07:00
Jonah Williams
83b99be096
Revert "[framework] use ImageFilter for zoom page transition" (#101838) 2022-04-13 10:44:11 -07:00
Jason Simmons
c62d103bb6
Always finish the timeline event logged by Element.inflateWidget (#101794) 2022-04-13 09:34:06 -07:00
gaaclarke
fd73f2730c
made ascii string encoding faster (#101777) 2022-04-12 19:54:11 -07:00
Callum Moffat
30a501801a
Support trackpad gestures in framework (#89944)
* Implement trackpad gestures in framework

* Touch and Pan/Zoom pointers have separate IDs now

* Handle trackpad pointer device type

* Respect supportedDevices for pan/zoom events

* Update after rebase

* Fix check failures

* Avoid error with very short drags

* Address feedback

* Refactor drag event handler

* Address more feedback

* Add some missing punctuation
2022-04-12 19:47:01 -07:00
gaaclarke
38f360f91a
Increased WriteBuffers starting capacity to 64 bytes. (#101790) 2022-04-12 19:14:10 -07:00
Jonah Williams
9984ebbaee
[framework] use ImageFilter for zoom page transition (#101786) 2022-04-12 17:24:09 -07:00
gaaclarke
9124287060
removed obsolete timelineArgumentsIndicatingLandmarkEvent (#101382) 2022-04-12 17:04:08 -07:00
Jonah Williams
ea19a77bff
[framework] elide ImageFilter layers when animation is stopped (#101731) 2022-04-12 13:54:10 -07:00
Jason Simmons
88246030ae
Add variable font axes to TextStyle (#100978) 2022-04-12 13:49:10 -07:00
Kate Lovett
17be6d73e6
Revert "Configurable padding around FocusNodes in Scrollables" (#101772) 2022-04-12 13:29:06 -07:00
Taha Tesser
0a178f858d
CupertinoContextMenu/ContextMenuAction: Add clickable cursor for web (#99519) 2022-04-12 10:49:06 -07:00
Jonah Williams
6def1596cd
[framework] introduce repaint boundary in Opacity widgets (#101601) 2022-04-12 10:34:11 -07:00
Daniel Agbemava
2d9e171870
Update WidgetsBindingsObserver example (#101512) 2022-04-12 10:09:08 -07:00
Taha Tesser
0f2b1a3baf
Refactor chip class and move independent chips into separate classes (#101507) 2022-04-12 07:24:11 -07:00