22900 Commits

Author SHA1 Message Date
Ian Hickson
00630d0980
Remove some `dynamic's. (#76239) 2021-02-17 16:46:03 -08:00
LongCatIsLooong
c66e6947ae
minor ui.TextStyle toString test improvement (#76181) 2021-02-17 15:16:06 -08:00
Chinmoy
bb43d2c632
Added checkboxHorizontalMargin to DataTable and PaginatedDataTable (#71217) 2021-02-17 15:11:52 -08:00
Roshan Prakash Raut
19990c2d42
added debugDisableShadows usage explaination (#72008) 2021-02-17 14:50:22 -08:00
Abhishek Ghaskata
424a122e56
Refactor Hero example (#75895) 2021-02-17 14:46:05 -08:00
Jason Simmons
6757c7dd47
Use a null default skip value in testWidgets so it can inherit the group's skip flag (#76174) 2021-02-17 14:31:03 -08:00
Jonah Williams
93e7d34dc4
[flutter_tools] Remove globals/mocks from GradleUtils (#76020) 2021-02-17 14:26:57 -08:00
Ren You
3c77c432f6
Revert "Remove some `dynamic's. (#75820)" (#76232)
This reverts commit 2d9a01a848bee74b5e68007bda68e356879ef077.
2021-02-17 14:02:26 -08:00
Jenn Magder
3cbe0ff1b1
Output unexpected Podfile.lock contents on test failure (#76223) 2021-02-17 12:56:03 -08:00
Danny Tuppeny
74b6ce9abb
Pass --run-skipped through to package:test (#76133) 2021-02-17 12:51:02 -08:00
chunhtai
815976a8e4
change stack size test to test arm device (#75814) 2021-02-17 12:46:03 -08:00
xubaolin
a3dd5aeaad
ScrollController.jumpTo zero should not trigger the refresh indicator (#75764) 2021-02-17 11:11:02 -08:00
Hans Muller
fe0ceeb80d
Reland: Removed ButtonBar from AlertDialog #75676 (#76167) 2021-02-17 11:02:02 -08:00
engine-flutter-autoroll
733e38907f
Roll Plugins from 4df088098be0 to 6d8ea78c5da1 (3 revisions) (#76171) 2021-02-17 10:31:03 -08:00
Abhishek Ghaskata
200c23c139
Added OutlinedButton code sample (#76013) 2021-02-17 10:26:04 -08:00
Alexandre Ardhuin
b54d72cf66
deprecated consistency (#75903) 2021-02-17 10:21:02 -08:00
Abhishek Ghaskata
cf72a21aa5
Added TextButton code sample (#75519) 2021-02-17 10:11:04 -08:00
David Reveman
7a6af0cf2c
Reland: Timer based pointer event resampling (#76195)
This reverts #76179 and relands #73042 with an active timer check fix.

Co-authored-by: David Reveman <reveman@google.com>
2021-02-17 13:09:19 -05:00
Jia Hao
9e55af5246
[flutter_tools] Decouple FlutterPlatform from Process (#74236) 2021-02-17 10:06:04 -08:00
Zachary Anderson
6a8ba7433e
Revert "Roll Engine from 6993cb229b99 to 9bcb3bfb0ecb (6 revisions) (#76161)" (#76217)
This reverts commit a2a77285dceaed7fcc284f8c0abfdb511f1c545e.
2021-02-17 09:18:44 -08:00
Jenn Magder
50897c98fc
Revert "Timer based pointer event resampling (#73042)" (#76179)
This reverts commit 9133deb9a714b0853faeed4892b220ae7a77e5a5.
2021-02-16 20:13:53 -08:00
David Reveman
9133deb9a7
Timer based pointer event resampling (#73042)
Timer based pointer event resampling

This provides two improvements to pointer event resampling:

1. PostFrameCallbacks are used instead of scheduling frames. This
avoids unnecessary rendering work when resampling is used.

2. Resampling continues when frames are not produced. I.e. input
events keep being delivered at a fixed frequency even if frame
production is taking a long time.

This fixes #72924

Co-authored-by: David Reveman <reveman@google.com>
Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>
2021-02-16 21:29:59 -05:00
engine-flutter-autoroll
a2a77285dc
Roll Engine from 6993cb229b99 to 9bcb3bfb0ecb (6 revisions) (#76161) 2021-02-16 16:51:02 -08:00
Sam Rawlins
c4400008b2
Remove "unnecessary" imports in test/services (#75707) 2021-02-16 16:46:03 -08:00
Sam Rawlins
9e28f61549
Remove "unnecessary" imports in flutter_driver (#76158) 2021-02-16 16:41:05 -08:00
omerlevran46
75c853c8e7
[fuchsia] - update getting local host address logic (#75981) 2021-02-16 16:36:03 -08:00
Sam Rawlins
894fdea860
Remove "unnecessary" imports in test/widgets (#75952) 2021-02-16 16:21:04 -08:00
Sam Rawlins
fcad4e2efe
Remove "unnecessary" imports in flutter_test (#76157) 2021-02-16 16:01:05 -08:00
Jenn Magder
d35058f5b8
Do not fail if 9xth_percentile_memory_usage is not recorded (#76153) 2021-02-16 15:56:02 -08:00
Jonah Williams
7088c5ba2a
Update all packages (#76143) 2021-02-16 15:29:12 -08:00
engine-flutter-autoroll
311fac40e9
Roll Engine from 1d537824d6d2 to 6993cb229b99 (45 revisions) (#76151)
* 1dc8695aa Replace Flutter surface only after all platform views are destroyed (flutter/engine#24363)

* 0d4accfde Roll Skia from ec24154521f3 to 28698696f1b3 (4 revisions) (flutter/engine#24374)

* 454a34fa7 [canvaskit] support adding leaf layers w/o container layers (flutter/engine#24357)

* 2edeb47d1 Roll Dart SDK from 1e0fec6e48cf to add1eac3622c (1 revision) (flutter/engine#24375)

* 7376d18f8 Roll Skia from 28698696f1b3 to 3354f8c4f8cb (2 revisions) (flutter/engine#24378)

* 157797e5d Fix vulkan surface leaks. (flutter/engine#24372)

* 72ed41635 Roll Skia from 3354f8c4f8cb to 2494942f0d8d (4 revisions) (flutter/engine#24380)

* 6747b8395 Roll Skia from 2494942f0d8d to 6e73404a782c (3 revisions) (flutter/engine#24383)

* 48cf2b937 [canvaskit] fix Path.from (flutter/engine#24382)

* 42019c836 Roll Fuchsia Linux SDK from YMY-cajLa... to AjjJVX_95... (flutter/engine#24381)

* c3f089466 Roll Skia from 6e73404a782c to ba4c3086ba80 (3 revisions) (flutter/engine#24388)

* 4f33430c2 Roll Dart SDK from add1eac3622c to 6eafd1856eb5 (1 revision) (flutter/engine#24390)

* 7661388ed Roll Fuchsia Mac SDK from WIqUEANCH... to yyQmi032P... (flutter/engine#24391)

* 6b33d4ee3 Roll Skia from ba4c3086ba80 to 4f065e286df6 (2 revisions) (flutter/engine#24393)

* 623d9ce11 Windows: linker compatibility with AppContainer for winuwp target (flutter/engine#24318)

* 89c8b6e0e Roll Dart SDK from 6eafd1856eb5 to e9693f1b2401 (1 revision) (flutter/engine#24394)

* 447733c65 Roll Fuchsia Linux SDK from AjjJVX_95... to uJ8jPHroy... (flutter/engine#24395)

* 7b1efcf32 Roll Fuchsia Mac SDK from yyQmi032P... to NQL9o1B8n... (flutter/engine#24396)

* 08dcad762 Roll Dart SDK from e9693f1b2401 to 4c8147b7b41e (1 revision) (flutter/engine#24397)

* 102cb3cc6 Roll Skia from 4f065e286df6 to 554aabbaa8e8 (1 revision) (flutter/engine#24398)

* 780ba1537 Roll Dart SDK from 4c8147b7b41e to 56fa015ca3ec (1 revision) (flutter/engine#24402)

* 9286135f4 Roll Skia from 554aabbaa8e8 to 7a2ff98ce68b (1 revision) (flutter/engine#24403)

* 95cc4ceb1 Roll buildroot to e7857d269381e23d1a89a3cbf017854992bda15a (flutter/engine#24399)

* 9bc4bf11b Revert "Roll buildroot to e7857d269381e23d1a89a3cbf017854992bda15a (#24399)"

* b8126b60b Roll Skia from 7a2ff98ce68b to c3e152b9f795 (2 revisions) (flutter/engine#24404)

* cfdbd16f8 Roll Dart SDK from 56fa015ca3ec to c9b47adb178e (1 revision) (flutter/engine#24408)

* 6ece8d1eb Roll Fuchsia Mac SDK from NQL9o1B8n... to OHm_snJzB... (flutter/engine#24410)

* e3d05a1ea Roll Fuchsia Linux SDK from uJ8jPHroy... to JmB58d-3R... (flutter/engine#24411)

* 491eeebfa Roll Skia from c3e152b9f795 to b44fbb3392f8 (3 revisions) (flutter/engine#24414)

* 2349ee9f2 Roll Skia from b44fbb3392f8 to 56a8fbd21ee2 (3 revisions) (flutter/engine#24415)

* cce08693a Roll Dart SDK from c9b47adb178e to 648d5f951915 (1 revision) (flutter/engine#24416)

* 138ec279c Roll Skia from 56a8fbd21ee2 to 7cb0f6e9702a (1 revision) (flutter/engine#24418)

* dbded380a Roll Fuchsia Mac SDK from OHm_snJzB... to H0v5Ox4Vs... (flutter/engine#24419)

* 05347d4e1 Roll Fuchsia Linux SDK from JmB58d-3R... to KKD5xVYLO... (flutter/engine#24420)

* 5659b56e5 Roll Dart SDK from 648d5f951915 to 39dc63439396 (1 revision) (flutter/engine#24421)

* 0561a988e Add missing header guard, namespace (flutter/engine#24423)

* 3e91ee250 Adjust header guards for updated paths (flutter/engine#24424)

* d71c0306b Roll Skia from 7cb0f6e9702a to 330578e81158 (1 revision) (flutter/engine#24427)

* dcb0c0f54 Roll Fuchsia Mac SDK from H0v5Ox4Vs... to eG4TqZBn9... (flutter/engine#24425)

* d7705f9b3 Roll Fuchsia Linux SDK from KKD5xVYLO... to C2FaCuCLB... (flutter/engine#24430)

* e1f03cdad Roll Dart SDK from 39dc63439396 to 4db0f5599c85 (1 revision) (flutter/engine#24431)

* 168704088 [Android Text Input] Remove Samsung restart input workaround for newer Samsung keyboards (flutter/engine#24288)

* bee0d2a5a Roll Skia from 330578e81158 to 4a3ec173b31b (5 revisions) (flutter/engine#24434)

* 8490ec2ac [ci] Remove null safety experiment flag (flutter/engine#24392)

* 6993cb229 Revert Dart SDK to 1e0fec6e48cf89f46973af38a5c2de4bc760a135 (flutter/engine#24436)
2021-02-16 14:23:21 -08:00
Sam Rawlins
3aee0c73a2
Remove "unnecessary" imports. (#75950) 2021-02-16 14:01:02 -08:00
Sam Rawlins
d69845b17f
Remove "unnecessary" imports in test/widgets (#75949) 2021-02-16 13:56:04 -08:00
Jonah Williams
65599e2825
[flutter_tools] use less path manipulation in the Android SDK (#75930) 2021-02-16 13:54:44 -08:00
Ian Hickson
2d9a01a848
Remove some `dynamic's. (#75820) 2021-02-16 13:51:06 -08:00
Kate Lovett
2e9e1772be
Fix for VelocityTracker deprecation (#75649) 2021-02-16 13:36:04 -08:00
engine-flutter-autoroll
a74a26c6a2
Roll Plugins from 7e9c79b22828 to 4df088098be0 (4 revisions) (#76141) 2021-02-16 13:01:04 -08:00
Jonah Williams
820fb0bf2b
[flutter_tools] stop using throttled print for service extensions (#76022) 2021-02-16 12:11:57 -08:00
Greg Spencer
f8cd24de95
Revert "ListTile Material Ripple and Shape Patch (#74373)" (#76134)
This reverts commit 422916d201b21bf9c7e65225d520029e30ab278d because it causes unexpected changes in the rendering of the background of a ListTile.
2021-02-16 11:24:17 -08:00
Jenn Magder
86a51b16f6
Mark flutter_engine_group_performance not flaky (#75892) 2021-02-16 11:04:46 -08:00
Michael Goderbauer
6afbb25a48
Reject unaccepted pointers in Drag recognizer (#75943) 2021-02-16 10:26:03 -08:00
Jonah Williams
46b8ea8fe6
[flutter_tools] use temp dir for tester dill, use desktop log reader (#75922)
On windows, its not possible to run 2 integration tests using flutter-tester simultaneously. This is due to the flutter tester using a fixed location for its dill output. Use a temp dir instead.

Also replace the custom log reader in flutter-tester with the desktop log reader, and ensure stopApp waits for the process exit code.

Fixes #75534
2021-02-16 10:18:04 -08:00
stuartmorgan
13d051f2f4
Update link for missing desktop projects (#76123) 2021-02-16 09:51:03 -08:00
engine-flutter-autoroll
f49956598b
7e9c79b22 [camera] NNBD migration of the camera plugin (flutter/plugins#3533) (#76054) 2021-02-15 21:56:06 -08:00
engine-flutter-autoroll
b2e05062b6
57a40bf15 [camera] Fixes crash on takePicture() (flutter/plugins#3537) (#76046) 2021-02-15 00:56:03 -08:00
engine-flutter-autoroll
c2ee916a5d
Roll Plugins from 10b40ddae933 to d054fa9a19bc (2 revisions) (#76034) 2021-02-14 20:01:04 -08:00
godofredoc
4597b51cbc
Fix problem causing tasks to timeout. (#76028)
This is because the command was actually collecting logs continuously
from the device. Additionally idevicesyslog does not have a reboot
option.

Bug: https://github.com/flutter/flutter/issues/76027
2021-02-14 17:28:27 -08:00
Ian Hickson
ce318b7b53
All arguments must be documented. (#75888) 2021-02-14 12:56:05 -08:00
engine-flutter-autoroll
696e4f70d1
10b40ddae Update video_player_web to point to new video_player_interface (flutter/plugins#3536) (#75985) 2021-02-13 15:31:02 -08:00
Yash Johri
21b270886e
[Checkbox] Adds shape property (#70171) 2021-02-13 12:06:03 -08:00