engine-flutter-autoroll
e56047a62c
Roll Flutter Engine from 47aab7b57448 to d9ba4345fc0b (1 revision) ( #107981 )
2022-07-20 03:17:05 +00:00
Pierre-Louis
be3802c922
Add support for fill, weight, grade, and optical size to Icon ( #106896 )
...
* wip
* update documentation
* x
* remove trailing spaces
* x
* remove useless CupertinoIconThemeData copyWith override
* add tests
* remove trailing spaces
* fix isConcrete
* x
* x
* x
* remove trailing spaces
* tweak docs
* mention that font filenames often indicate the supported axes
* add back cupertino IconThemeData copyWith
* update copyWith
2022-07-19 21:27:45 -04:00
engine-flutter-autoroll
bfcceeb380
Roll Flutter Engine from afbd1ae636dd to 47aab7b57448 (2 revisions) ( #107977 )
2022-07-20 01:22:05 +00:00
engine-flutter-autoroll
5e421eb99e
Roll Flutter Engine from 9290433eddbd to afbd1ae636dd (2 revisions) ( #107975 )
2022-07-20 00:35:05 +00:00
Bruno Leroux
9bd058e949
Add useSafeArea parameter to showModalBottomSheet ( #107140 )
2022-07-19 23:48:05 +00:00
Marcel Čampa
0c40945a67
Implement CupertinoListSection and CupertinoListTile ( #78732 )
2022-07-19 18:46:30 -05:00
NikosTsesmelis
9d2f575403
Cupertino date picker fix for minDate, maxDate when using minuteInterval ( #105958 )
2022-07-19 18:37:35 -05:00
engine-flutter-autoroll
784388eadd
Roll Flutter Engine from 32c4b4b76687 to 9290433eddbd (1 revision) ( #107974 )
2022-07-19 23:36:06 +00:00
Romain Rastel
be0c37097e
Add transitionOnUserGestures to true on SnackBar for back swipe ( #106638 )
2022-07-19 18:14:55 -05:00
Jim Graham
dbe38eec21
Fix the scroll delta negation in the E2E version of picture_cache_perf benchmark ( #107678 )
2022-07-19 22:57:05 +00:00
David Iglesias
d72f08f50f
[web][debug] Remove RequireJS timeouts for debug builds. ( #107868 )
2022-07-19 22:56:05 +00:00
Tong Mu
cda8041e52
[Keyboard] Make CharacterActivator support Ctrl and Meta modifiers, and repeats ( #107195 )
2022-07-19 22:55:05 +00:00
Foong Siqi
74ac867882
Modify calculation of dense button height when text scale is large for dropdown button ( #107201 )
2022-07-20 06:42:04 +08:00
engine-flutter-autoroll
7148cba6bb
Roll Flutter Engine from 203f4eedf262 to 32c4b4b76687 (6 revisions) ( #107966 )
2022-07-19 22:06:06 +00:00
engine-flutter-autoroll
ed3c32c9d2
Roll Flutter Engine from 2d3d5494f551 to 203f4eedf262 (3 revisions) ( #107951 )
2022-07-19 19:30:06 +00:00
Danny Tuppeny
c67d2587d5
Provide more useful error message if a non-compliant DAP tool (or user) sends bad input to DAP server ( #107827 )
2022-07-19 11:48:05 -07:00
engine-flutter-autoroll
0d40e3dd54
Roll Flutter Engine from 7d173c544f6f to 2d3d5494f551 (4 revisions) ( #107947 )
2022-07-19 18:42:05 +00:00
Boluwatifẹ
b6afa9276d
Error in docs: CustomPaint instead of CustomPainter ( #107836 )
2022-07-19 18:28:05 +00:00
Qun Cheng
2b621e1ab7
Add SafeArea for NavigationRail ( #107605 )
...
* Added SafeArea for NavigationRail
Co-authored-by: Qun Cheng <quncheng@google.com>
2022-07-19 11:01:31 -07:00
engine-flutter-autoroll
7976287eb6
7d173c544 Roll Skia from ae99a49edff9 to e1faaccdd0b2 (1 revision) (flutter/engine#34755) ( #107940 )
2022-07-19 10:54:37 -07:00
Swain
2dc8bb18e8
Make the cursor no longer blinking when move, as same as the effect of iOS platform. ( #107221 )
2022-07-19 16:27:04 +00:00
engine-flutter-autoroll
2327bb7bba
Roll Plugins from dd28529e8b74 to 28eff0a8c167 (2 revisions) ( #107931 )
2022-07-19 16:22:07 +00:00
engine-flutter-autoroll
b9dee48e29
Roll Flutter Engine from 5c60785b802a to a05ce5b35237 (2 revisions) ( #107933 )
2022-07-19 16:17:06 +00:00
Valentin Vignal
3eee64047a
📝 Use Icon() in IconButton.color documentation ( #107819 )
2022-07-19 08:55:35 -07:00
engine-flutter-autoroll
d8b9d5d1c7
Roll Flutter Engine from 4c2053aca335 to 5c60785b802a (1 revision) ( #107927 )
2022-07-19 14:34:10 +00:00
Kate Lovett
f852c46c87
Expose padding on RawScrollbar ( #107756 )
2022-07-19 13:26:07 +00:00
engine-flutter-autoroll
b5590a06a9
Roll Flutter Engine from 6f7dd957ca00 to 4c2053aca335 (1 revision) ( #107919 )
2022-07-19 12:00:07 +00:00
engine-flutter-autoroll
a9b8c8f8eb
Roll Flutter Engine from 12cc05c2e837 to 6f7dd957ca00 (1 revision) ( #107912 )
2022-07-19 09:07:05 +00:00
engine-flutter-autoroll
d9fb7a9cc0
Roll Flutter Engine from 957d250d0c63 to 12cc05c2e837 (1 revision) ( #107910 )
2022-07-19 08:25:06 +00:00
engine-flutter-autoroll
55df04d160
Roll Flutter Engine from 0f83a6fbc443 to 957d250d0c63 (1 revision) ( #107905 )
2022-07-19 07:42:07 +00:00
Jason Simmons
21e9bc6bd3
Do not copy the old selection when applying localization to dates in InputDatePickerFormField ( #107268 )
...
Fixes https://github.com/flutter/flutter/issues/107155
2022-07-19 00:24:13 -07:00
Tong Mu
7e96d89aea
PointerEvent asserts device kinds ( #105987 )
2022-07-19 04:43:04 +00:00
engine-flutter-autoroll
54bd629780
Roll Flutter Engine from efc604ee6256 to 0f83a6fbc443 (15 revisions) ( #107894 )
2022-07-19 04:12:06 +00:00
engine-flutter-autoroll
a1e4cfad5e
efc604ee6 [Impeller] Add guidance for writing shaders (flutter/engine#34634) ( #107870 )
2022-07-18 18:55:40 -07:00
Zachary Anderson
e9529e2512
[flutter_tool] Allow includes relative to shader path ( #107862 )
2022-07-18 18:38:32 -07:00
keyonghan
6bd3e6e006
Migrate Linux android targets to cocoon scheduler ( #107852 )
2022-07-19 00:40:07 +00:00
Christopher Fujino
1371b8dc3c
[flutter_tools] Fix null check errors in attach command ( #107864 )
2022-07-18 23:10:06 +00:00
engine-flutter-autoroll
8dfad23034
Roll Flutter Engine from bb9938b1d72d to 45e92fb26287 (2 revisions) ( #107869 )
2022-07-18 22:54:06 +00:00
engine-flutter-autoroll
0527fd889e
bb9938b1d Roll Skia from b247169c2eb9 to fd135a7ad8ca (1 revision) (flutter/engine#34721) ( #107863 )
2022-07-18 15:15:10 -07:00
Casey Hillers
f6a709a6fe
[.github] Update cherry-pick template to require PR links ( #107856 )
2022-07-18 22:06:04 +00:00
Alexandre Ardhuin
ccd33631e3
enable combinators_ordering ( #107847 )
2022-07-18 22:04:07 +00:00
engine-flutter-autoroll
891777d6ed
Roll Flutter Engine from 0932e1e4e150 to 55f85dc57c42 (6 revisions) ( #107857 )
2022-07-18 21:00:08 +00:00
engine-flutter-autoroll
14571d6b58
Roll Flutter Engine from b05768b80fc4 to 0932e1e4e150 (1 revision) ( #107854 )
2022-07-18 20:14:07 +00:00
Christopher Fujino
81045d4a44
Revert "Read dart_plugin_registrant path from FlutterProject to support non-standard path." ( #107850 )
2022-07-18 19:58:10 +00:00
Christopher Fujino
b156c0c440
[flutter_tools] migrate clean_test to null-safety ( #107750 )
2022-07-18 19:10:07 +00:00
engine-flutter-autoroll
54298d1ce7
Roll Flutter Engine from 0560d0a5a7ff to b05768b80fc4 (4 revisions) ( #107851 )
2022-07-18 18:48:07 +00:00
engine-flutter-autoroll
bd3c803290
Roll Flutter Engine from 82f173b973f7 to 0560d0a5a7ff (2 revisions) ( #107835 )
...
* 3054307aa Windows: Reimplement ForceRedraw() using the ScheduleFrame embedder API (flutter/engine#34656 )
* 0560d0a5a Bump github/codeql-action from 2.1.15 to 2.1.16 (flutter/engine#34711 )
2022-07-18 10:56:02 -07:00
engine-flutter-autoroll
d8ae0b21f8
Roll Plugins from f4c1bfe2a7ab to dd28529e8b74 (2 revisions) ( #107843 )
2022-07-18 15:46:08 +00:00
engine-flutter-autoroll
a3cae34495
Roll Flutter Engine from 8bb06bae80a8 to 82f173b973f7 (3 revisions) ( #107828 )
2022-07-18 12:46:07 +00:00
engine-flutter-autoroll
9b4f05dde7
Roll Flutter Engine from 7186455ddacf to 8bb06bae80a8 (1 revision) ( #107817 )
2022-07-18 11:58:08 +00:00