9427 Commits

Author SHA1 Message Date
Chris Yang
7caaac20ce
link "iOS PlatformView BackdropFilter design doc" in the BackdropFilter widget's documentation (#113779) 2022-10-20 20:51:15 +00:00
chunhtai
103a5c98b8
Overlay always applies clip (#113770) 2022-10-20 18:54:52 +00:00
Justin McCandless
2668f90d1f
Composing text shouldn't be part of undo/redo (#108765)
Fixes undo/redo behavior when using a composing keyboard, especially on desktop.
2022-10-20 10:05:36 -07:00
Zachary Anderson
9064bf674b
Revert "[text_input] introduce TextInputControl (#76072)" (#113724)
This reverts commit 2fdfa29e081bb368bf11b6177e4e9bb7c8ad4d34.
2022-10-19 15:00:00 -07:00
Justin McCandless
a832a72036
Handle privatecommand messages that pass no data (#112590)
Fixes an error in some text editors.
2022-10-19 10:30:23 -07:00
Taha Tesser
8815f60a5a
Add AnimatedIcons previews and examples (#113700) 2022-10-19 17:12:19 +00:00
Oleg
abfaec6811
Use ScrollbarTheme instead Theme for Scrollbar (#113237) 2022-10-19 07:13:17 +00:00
Greg Spencer
6d67fbb92c
Add HitTestBehavior to TapRegion (#113634) 2022-10-18 20:12:57 +00:00
Greg Spencer
9995e370bf
Fix StarBorder operator== (#113588) 2022-10-18 17:25:04 +00:00
Tzvi Melamed
5d078badb9
[Docs] Clarify that Flex does not wrap (#113404) 2022-10-17 17:07:05 -04:00
Greg Spencer
1b4800c9ea
Add support for Alt to CharacterActivator, add tests (#113466) 2022-10-17 20:46:28 +00:00
Renzo Olivares
4abe6fdafa
Reland "Single tap on the previous selection should toggle the toolbar on iOS #108913" (#111995) 2022-10-17 20:07:21 +00:00
LongCatIsLooong
57e577a5d6
Clean up _updateSelectionRects (#113425) 2022-10-17 19:47:37 +00:00
Masayuki Ono (mono)
c84897c657
Fix typo of PrimaryScrollController documentation (#113361) 2022-10-17 18:54:25 +00:00
luckysmg
5a7224d14a
Fix bar height changes when toggle keyboard (#106542) 2022-10-17 04:25:57 +00:00
Darren Austin
789d668ed7
Added statesController to the button icon constructors. (#113419) 2022-10-17 04:24:06 +00:00
Alex Sandri
e93297b9d6
fix overflow error in CupertinoListTile (#113010) 2022-10-17 04:22:18 +00:00
Renzo Olivares
300181b38c
Make TextEditingDelta diagnosticable and override debugFillProperties for concrete TextEditingDelta implementations (#113395) 2022-10-17 04:18:29 +00:00
joshualitt
8875040c98
[web] Migrate selectable_region to static interop. (#113292) 2022-10-14 09:51:48 -07:00
Bruno Leroux
a1912b0357
Document that TooltipTriggerMode has no impact on hovering (#113324) 2022-10-13 20:19:05 +00:00
Gregor Weber
274435dd94
make ModalBottomSheetRoute public (#108112) 2022-10-13 18:00:23 +00:00
fzyzcjy
50b1960a3a
Change type in ImplicitlyAnimatedWidget to remove type cast to improve performance and style (#111849) 2022-10-13 17:57:13 +00:00
chunhtai
b68c69aa2e
pushnamed can handle Object as type (#113242) 2022-10-13 17:52:24 +00:00
Qun Cheng
91d88336dd
Added Switch Animation for Material 3 (#113090) 2022-10-12 11:02:08 -04:00
hangyu
4fed6aaeff
Support Material 3 in bottom sheet (#112466) 2022-10-11 09:55:26 +00:00
Jenn Magder
117407b0fa
Revert "Minor change type nullability (#112778)" (#113246)
This reverts commit 21fab6f960a6fd2702bca2501032dd16f34fe114.
2022-10-10 17:57:56 -07:00
fzyzcjy
21fab6f960
Minor change type nullability (#112778) 2022-10-10 23:12:29 +00:00
Jonah Williams
4be0cfcb3f
[framework] add ignores for platformDispatcher deprecation (#113238) 2022-10-10 22:38:06 +00:00
chunhtai
492bfddd9f
Fix selection area causes small scrollables to bounce (#112816) 2022-10-10 19:57:02 +00:00
Greg Spencer
1730662bc0
Deprecate AnimatedListItemBuilder and AnimatedListRemovedItemBuilder (#113131) 2022-10-10 17:58:10 +00:00
Greg Spencer
7523ab5cc1
Add SliverAnimatedGrid and AnimatedGrid (#112982) 2022-10-07 22:15:11 +00:00
Greg Spencer
6b32c0691b
Add checkbox and radio menu buttons (#112821) 2022-10-07 21:13:36 +00:00
Bruno Leroux
91b5079f8e
Fix TabBar with padding is not centered (#113091) 2022-10-07 13:14:25 -07:00
Greg Spencer
41a13a3a90
Add SliverGrid.builder constructor (#113116) 2022-10-07 19:49:12 +00:00
xubaolin
9bd6ff33ef
fix a CupertinoDatePicker bug (#112697) 2022-10-07 18:35:15 +00:00
Andrew Kolos
eec8d9d9cc
Add asset manifest parsing benchmark (#112836) 2022-10-07 13:39:35 +00:00
LongCatIsLooong
5d4f24026b
Add error message when lerping between TextStyles different inherit values (#112837) 2022-10-07 01:07:15 +00:00
Callum Moffat
af2d5bc5ca
Send text selection rects to engine on iPhone (#113048) 2022-10-06 23:08:06 +00:00
alanwutang11
7462c4a61d
shader warm up with canvaskit and corresponding test (#113060) 2022-10-06 23:03:14 +00:00
Ari Weiland
11771b2d61
Remove NavigationToolbar condition that leading widget cannot be larger than 1/3 the total space available. (#112548) 2022-10-06 19:50:18 +00:00
Jonah Williams
c0129046c2
[framework] load files through ImmutableBuffer.fromFilePath (if exact file type) (#112892)
Update FileImage to use the new ImmutableBuffer.fromFilePath constructor to avoid loading bytes through the Dart heap. As a side effect, tis fixes #112881 which prevents dart:io from opening a file larger than INT_MAX bytes on windows.

For files that are not exactly a dart:io file, we still use the old method of calling loadBytes() in order to not make this a breaking change.
2022-10-06 10:59:16 -07:00
MrBirb
049ea561aa
typo (#113043) 2022-10-06 17:56:47 +00:00
Jia Hao
db35611ece
Schedule tasks which are futures to completion (#112269) 2022-10-06 15:23:53 +00:00
Hardeep Singh
5de0918808
feat: Add keyboardType in CupertinoSearchTextField (#83994) 2022-10-06 11:43:40 +02:00
Taha Tesser
ad2005c485
Add overlay MaterialStateProperty property to Slider (#112922) 2022-10-06 07:44:30 +00:00
Justin McCandless
d440ee8224
Consider Scrollable location in text selection drag events (#102992)
Fixes scrolling by dragging a selection when the field is in a Scrollable.
2022-10-05 16:27:48 -07:00
Callum Moffat
850f3b37d4
Add PointerScaleEvent and use in InteractiveViewer (#112172)
Enables pinch-to-zoom in InteractiveViewer on web via PointerScaleEvent.
2022-10-05 13:23:46 -07:00
gaaclarke
69fc4fb622
Switched Element.renderObject to iterative implementation. (#112885) 2022-10-05 17:49:24 +00:00
stuartmorgan
5c381254e3
Wait for non-empty layout in platform view placeholder (#112402) 2022-10-05 12:58:20 +00:00
Eilidh Southren
4862a84bd5
Add width property to SnackBarThemeData (#112636)
* Adding snackbar theme data width field

* Whitespace formatting

* Update docstrings

* version update

* tidy up

* Revert auto text formatting

* Text formatting

* Remove whitespace

* Test tidy

* Whitespace fix

* y Please enter the commit message for your changes. Lines starting

* whitespace

* test fixes

* de-British-ification

* comment modification
2022-10-05 12:09:19 +01:00