eggfly
|
cf309b61b4
|
Fix some typos (#110077)
|
2022-08-24 21:56:09 +08:00 |
|
Qun Cheng
|
c0c3874c77
|
Revert "Reland: Set IconButton.visualDensity default to VisualDensity.standard (#109432)" (#110119)
This reverts commit 79013b2be8d5e726bb4447bce665f63b5eb9308a.
|
2022-08-23 15:41:03 -07:00 |
|
Qun Cheng
|
c8569b6e98
|
Revert "Fixed leading button size on app bar (#110043)" (#110103)
This reverts commit 7e33cd5ef30b9960d5c8d6fc75b42dabb7ec1f2f.
|
2022-08-23 13:50:09 -07:00 |
|
yaakovschectman
|
c865207540
|
Document tristate value (#110106)
Documentation for Checkbox.value previously did not cover the tristate case.
|
2022-08-23 15:58:56 -04:00 |
|
Qun Cheng
|
7e33cd5ef3
|
Fixed leading button size on app bar (#110043)
|
2022-08-22 22:37:10 +00:00 |
|
Kate Lovett
|
7e12b37111
|
Deprecate 2018 text theme parameters (#109817)
|
2022-08-22 20:00:34 +00:00 |
|
Greg Spencer
|
77b41ba844
|
Remove the FocusScopeNode in the navigator (#109702)
|
2022-08-22 17:27:32 +00:00 |
|
hangyu
|
6a1fc9eae6
|
InputDecorator iconColor/prefixIconColor/suffixIconColor (#109988)
|
2022-08-23 00:35:51 +08:00 |
|
Greg Spencer
|
957a8da4a2
|
Revert "Re-Land "Refactor StrokeAlign to allow double values." (#109805)" (#109955)
This reverts commit b3aba4d9c868aa5a5f8c3a518960f454eca2ba40 because it breaks Google tests.
|
2022-08-21 20:18:09 +02:00 |
|
Jonah Williams
|
44d3181deb
|
[framework] remove restriction on texture layer rasterization (#109900)
|
2022-08-20 03:06:23 +00:00 |
|
Michael Goderbauer
|
ba8bc53825
|
Add some logs to catch flake (#109887)
|
2022-08-19 23:30:19 +00:00 |
|
Greg Spencer
|
b3aba4d9c8
|
Re-Land "Refactor StrokeAlign to allow double values." (#109591) (#109805)
|
2022-08-19 19:36:11 +00:00 |
|
Kate Lovett
|
b6f7289b18
|
Update Ballistic animation & ClampingScrollSimulation (#107735)
|
2022-08-19 17:24:03 +00:00 |
|
Tomasz Gucio
|
75ee440329
|
Replace empty Container with const SizedBox (#108672)
|
2022-08-19 03:59:26 +00:00 |
|
xubaolin
|
4e2b648069
|
[Dismissible]Fix a state lose issue (#108971)
|
2022-08-19 02:47:10 +00:00 |
|
Qun Cheng
|
79013b2be8
|
Reland: Set IconButton.visualDensity default to VisualDensity.standard (#109432)
* Revert "Revert "Set `IconButton.visualDensity` default to `VisualDensity.standard` (#109349)" (#109421)"
Co-authored-by: Qun Cheng <quncheng@google.com>
|
2022-08-18 09:46:13 -07:00 |
|
Taha Tesser
|
9da693e3fa
|
Add an example for how to hide default scrollbar on desktop platform. (#108542)
|
2022-08-18 13:09:23 +00:00 |
|
Callum Moffat
|
09e400ead9
|
Don't disable pointer interaction during trackpad scroll (#106890)
|
2022-08-17 22:57:07 +00:00 |
|
Greg Spencer
|
7a8c84f9d9
|
Some misc changes needed for MenuBar implementation. (#109555)
|
2022-08-17 20:43:10 +00:00 |
|
Bernardo Ferrari
|
01f3fca3f5
|
Improve ShapeDecoration performance. (#108648)
|
2022-08-17 19:25:06 +00:00 |
|
Bernardo Ferrari
|
0de1ca2744
|
Fix AppBar centerTitle position with actions. (#106256)
|
2022-08-17 19:20:15 +00:00 |
|
Craig Labenz
|
9bf42172e3
|
[docs][FWW] DropdownButton, ScaffoldMessenger, and StatefulBuilder links (#100316)
* added dropdown and scaffoldmessenger FWW links
* added StatefulBuilder wotw link
* added Autocomplete FWW link
* removed accidental auto-formatting
|
2022-08-17 09:24:01 -07:00 |
|
Camille Simon
|
7db25c36ad
|
Re-land Add Spell Check to EditableText (#109643)
|
2022-08-17 16:16:02 +00:00 |
|
LongCatIsLooong
|
8caa14e629
|
Fix a type casting error in text_input.dart (#109635)
|
2022-08-17 01:26:21 +00:00 |
|
xubaolin
|
3d94a014b7
|
Scrollbar respect the NeverScrollableScrollPhysics physics (#109609)
|
2022-08-17 00:58:11 +00:00 |
|
Greg Spencer
|
cd98c49c37
|
Some changes needed to PlatformMenuBar before the MenuBar implementation change lands. (#109556)
|
2022-08-16 23:12:21 +00:00 |
|
olof-dev
|
89e88f89a3
|
Change "Unicode scalar values" to "Unicode grapheme clusters" in maxLength docs (#106275)
|
2022-08-16 21:55:12 +00:00 |
|
Jonah Williams
|
0ba88d8b43
|
Revert "Add Spellcheck to EditableText (Android) (#109334)" (#109631)
This reverts commit ff9fe35682e10d1067d918770048d28a1f462e0f.
|
2022-08-16 14:30:03 -07:00 |
|
Camille Simon
|
ff9fe35682
|
Add Spellcheck to EditableText (Android) (#109334)
|
2022-08-16 18:22:45 +00:00 |
|
fzyzcjy
|
0e85609cf8
|
Fix that RenderEditable (TextField) ignores offset in painting, making text selections shifted when offset is nonzero (#109287)
Small fix in text layout math, unlikely to affect most normal usages.
|
2022-08-16 09:39:06 -07:00 |
|
Mahesh Jamdade
|
f9331e2c6c
|
Pass fit property to RenderIndexedStack (#109295)
|
2022-08-16 12:08:26 +00:00 |
|
Taha Tesser
|
f4a64ef03d
|
Fix CupertinoListTile`s onTap with delay throws exception (#109038)
|
2022-08-16 10:39:05 +00:00 |
|
Casey Hillers
|
370fc483e3
|
Revert "Refactor StrokeAlign to allow double values." (#109591)
|
2022-08-16 06:56:07 +00:00 |
|
xubaolin
|
44f87da089
|
Fix Text selection handler disappear when dragged to new words (#108808)
|
2022-08-16 02:04:05 +00:00 |
|
Bernardo Ferrari
|
dd8573b871
|
Refactor StrokeAlign to allow double values. (#108339)
|
2022-08-15 20:23:20 +00:00 |
|
Michael Goderbauer
|
2b9beda0d0
|
Reland "Keep dirty manipulations private to Element base class (#109401)" (#109562)
|
2022-08-15 19:59:13 +00:00 |
|
Ademir Villena
|
4dd7065244
|
Add onOpened callback to PopupMenuButton (#103753)
|
2022-08-14 20:04:20 +00:00 |
|
Renzo Olivares
|
fe2fc8daae
|
Single tap on the previous selection should toggle the toolbar on iOS… (#108913)
|
2022-08-13 02:06:07 +00:00 |
|
Greg Spencer
|
7887ca5bb5
|
Revert "Keep dirty manipulations private to Element base class (#109401)" (#109481)
Landing on red to green the build.
|
2022-08-12 18:28:24 -07:00 |
|
Michael Goderbauer
|
a624cb71b3
|
Keep dirty manipulations private to Element base class (#109401)
|
2022-08-12 12:54:03 -07:00 |
|
stuartmorgan
|
ab23233fa8
|
Reland: Fix Android platform view creation flow (#109405)
|
2022-08-12 01:26:19 +00:00 |
|
Qun Cheng
|
625d96a1c6
|
Revert "Set IconButton.visualDensity default to VisualDensity.standard (#109349)" (#109421)
This reverts commit 3070baf17581b50b6b9327fd2b682a6742db04e0.
|
2022-08-11 15:29:19 -07:00 |
|
Qun Cheng
|
1eb871276b
|
Added documentation for AppBar actions (#109351)
* Added documentation for AppBar actions
Co-authored-by: Qun Cheng <quncheng@google.com>
|
2022-08-11 13:40:10 -07:00 |
|
Qun Cheng
|
3070baf175
|
Set IconButton.visualDensity default to VisualDensity.standard (#109349)
* Set IconButton's visualDensity to standard
Co-authored-by: Qun Cheng <quncheng@google.com>
|
2022-08-11 10:59:51 -07:00 |
|
Casey Hillers
|
f878bda18c
|
Revert "Change ClipboardStatusNofifier parameter in buildToolbar to V… (#109388)
|
2022-08-11 17:36:06 +00:00 |
|
Jonah Williams
|
6e92f87dcb
|
[framework] document backdropfilter antipattern (#109340)
|
2022-08-11 17:29:09 +00:00 |
|
Casey Hillers
|
9ad052a57e
|
Revert "Fix Android platform view creation flow" (#109389)
Merging on red to green the build.
|
2022-08-11 08:05:27 -07:00 |
|
Ian Hickson
|
9b2668a451
|
Minor fix compendium (#107874)
|
2022-08-11 02:33:07 +00:00 |
|
stuartmorgan
|
a47b3ccc2c
|
Fix Android platform view creation flow (#109232)
|
2022-08-11 02:26:30 +00:00 |
|
chunhtai
|
98ce4bf7c6
|
Change ClipboardStatusNofifier parameter in buildToolbar to ValueLise… (#108917)
|
2022-08-10 23:26:09 +00:00 |
|