19502 Commits

Author SHA1 Message Date
Wyte Krongapiradee
3be48f34f2
[Flutter Driver] Update the comments regarding the default timeout of WaitFor and WaitForAbsent commands (#58771) 2020-06-11 09:30:02 -07:00
Alexandre Ardhuin
49dc9b1227
fix tree (#59257) 2020-06-11 16:05:18 +02:00
engine-flutter-autoroll
413702bcd5
Roll Engine from e8c13aa012c9 to 965fbbed1776 (42 revisions) (#59222) 2020-06-11 05:15:02 -07:00
Alexandre Ardhuin
4d7525f05c
Opt out nnbd in packages/flutter (#59186)
* add language version 2.8 in packages/flutter

* enable non-nullable analyzer flag
2020-06-11 14:11:30 +02:00
Darren Austin
012cee2731
Typo fixing sweep through packages/flutter. (#59219) 2020-06-11 05:10:01 -07:00
Gabriel Terwesten
daddc914c7
Fix docs for Focus.onKey event propagation (#59096) 2020-06-10 16:35:01 -07:00
Ming Lyu (CareF)
b5d0b9122f
Cleanup devicelab framework duplicate (#59046)
* combine forwardStandardStreams

* combine exec and eval
2020-06-10 19:30:12 -04:00
Hansol Lee
e13b44d978
Add sample code to PositionedTransition (#59156) 2020-06-10 14:20:35 -07:00
Per Classon
8cf15ee2aa
Rebuild SliverAppBar when forceElevated changes (#59162) 2020-06-10 14:15:02 -07:00
Jenn Magder
319a61fd81
Move iOS Podfile logic into tool (#59044) 2020-06-10 14:12:48 -07:00
Ming Lyu (CareF)
78a4016c81
Line break for devicelab/bin/run.dart help info (#58986)
The original help info has lines too long for
appropriate terminal display.
2020-06-10 17:11:48 -04:00
Jenn Magder
75fd73d818
Revert "[flutter_tools] inject output preferences at the top level (#58875)" (#59197)
This reverts commit dca6320fe4455e72ef997e447146089696011cfc.
2020-06-10 13:49:35 -07:00
WJQ
618108bfca
Fix typo in scroll_aware_image_provider.dart (#59128) 2020-06-10 12:30:01 -07:00
Darren Austin
cb8562e163
Make the InkResponse's focus highlight honor the radius parameter (#59117) 2020-06-10 12:25:04 -07:00
Darren Austin
cd547c70b2
Minor cleanup of some no longer needed code. (#59111) 2020-06-10 12:20:04 -07:00
Hans Muller
9c660c1b1e
Update TextTheme.button.letterSpacing from 0.75 to 1.25 per spec (#59008) 2020-06-10 12:15:07 -07:00
Nate Bosch
4461cfbaaf
Drop an unnecessary factory constructor (#58723) 2020-06-10 12:15:04 -07:00
Jonah Williams
dca6320fe4
[flutter_tools] inject output preferences at the top level (#58875)
The tool was setting the output preferences in a sub-context. Originally these were not injected before the arg parsers were created, though that was fixed by the lazy command creation. Once local engine is removed, the inner flutter_command Zone can be removed.
2020-06-10 12:13:06 -07:00
Jonah Williams
e7b4d2b80e
[flutter_tools] remove globals from proxy validator (#59175)
Remove global Platfrom from proxy validator. move tests to new file, and update asserts to cover message contents.
2020-06-10 12:12:35 -07:00
Jose Alba
76de30edc8
Updated Slider test (#58630) 2020-06-10 12:10:02 -07:00
engine-flutter-autoroll
d9653445f4
Roll Engine from 6fd335671508 to e8c13aa012c9 (10 revisions) (#59095) 2020-06-09 15:43:03 -07:00
Jonah Williams
d911eadf95
[flutter_tools] create NotifyingLogger at the top level when running flutter run --machine or flutter attach --machine (#59087)
Removes dependency on injecting additional logger with zones
2020-06-09 15:39:27 -07:00
Kate Lovett
afe8bf7c4d
Removing flag for final migration step (#58829) 2020-06-09 15:38:03 -07:00
Jenn Magder
9037ccd355
Add per-test timeout to Cirrus tool general tests (#58649) 2020-06-09 12:38:01 -07:00
Alexandre Ardhuin
f7d2bcdfe0
nnbd annotation in flutter_goldens_client (#59069) 2020-06-09 12:23:01 -07:00
Jonah Williams
6067571fab
[flutter_tools] support flutter run -d edge (#56173)
Support Microsoft Edge as a device for flutter run when web is enabled. Currently this only works on Windows, and does not include a validator for edge.

Fixes #55322
2020-06-09 12:03:51 -07:00
Jonah Williams
e54f8f523f
[flutter_tools] include dart-defines in cached kernel name (#59083)
This prevents using a cached kernel file with different defines, since --initialize-from-dill does not handle this correctly.

Fixes #58976
2020-06-09 12:03:28 -07:00
engine-flutter-autoroll
442422f0ac
Roll Engine from 580ab9c3c592 to 6fd335671508 (3 revisions) (#59039) 2020-06-09 11:23:02 -07:00
Christopher Fujino
cf7e4a0b90
[flutter_tools] Fix slow ios_device_start_prebuilt_test (#59026) 2020-06-09 11:22:31 -07:00
Helin Shiah
e62c1f6954
Send text error in JSON and print in tools (#59018) 2020-06-09 11:18:03 -07:00
Jonah Williams
ec4049e781
[flutter_tools] support bundle-sksl-path on all desktop and mobile targets (#58879)
Adds support for --bundle-sksl-path to windows, linux, macOS, and iOS.

Fixes #53115
2020-06-09 11:15:52 -07:00
chunhtai
39e00d2ea4
fix overscroll position if there is sliver before center sliver in custom scroll view (#59015) 2020-06-09 11:13:03 -07:00
Jason Simmons
5736def36c
Handle selection ranges where getBoxesForSelection returns an empty list (#59014) 2020-06-09 11:08:04 -07:00
Pierre-Louis
22ea668f82
Scale input decorator label width (#59010) 2020-06-09 11:03:02 -07:00
Jonah Williams
01e60a1ca4
[flutter_tools] Reland: use correct sdk path for analysis (#59081)
flutter analyze was unconditionally using the cached dart-sdk for analysis, and was not running with the built SDK during local engine. This broke when trying to update the analyzer for null safety, since it required us to wait for the dart change to roll into the framework first.
2020-06-09 10:47:21 -07:00
Jonah Williams
5e3e5a2a1a
Revert "[flutter_tools] use correct sdk path for analysis (#58871)" (#59035)
This reverts commit 9ed3e5bea6c36d4b4a25ebed26e4db8ebeee04f8.
2020-06-08 17:38:23 -07:00
engine-flutter-autoroll
c5a78210bf
Roll Engine from 5edd7666287c to 580ab9c3c592 (3 revisions) (#59028) 2020-06-08 17:28:01 -07:00
Jonah Williams
9ed3e5bea6
[flutter_tools] use correct sdk path for analysis (#58871)
flutter analyze was unconditionally using the cached dart-sdk for analysis, and was not running with the built SDK during local engine. This broke when trying to update the analyzer for null safety, since it required us to wait for the dart change to roll into the framework first.
2020-06-08 17:21:33 -07:00
Jenn Magder
5eb4917d73
Release cache lock for commands after required artifacts are downloaded (#59012) 2020-06-08 17:18:02 -07:00
Kaushik Iska
60cfe4957a
Timeline summary contains CPU, GPU and Memory usage (#58820)
As of flutter.dev/go/engine-cpu-profiling, we collect the CPU and
Memory usage. With work being done to collect GPU usage on iOS as well.

This adds them to the timeline summary.

Fixes: https://github.com/flutter/flutter/issues/58803
2020-06-08 17:17:46 -07:00
xster
4aea793cf9
add a help link to the default module template readme (#59023) 2020-06-08 16:33:01 -07:00
liyuqian
2e9509f086
Make non-flaky tests as such (#59013) 2020-06-08 16:28:04 -07:00
engine-flutter-autoroll
d770808656
Roll Engine from f581f428e981 to 5edd7666287c (2 revisions) (#59011) 2020-06-08 16:23:01 -07:00
chunhtai
17ed4e0b3a
Introduce inherited navigator observer and refactor hero controller (#58808) 2020-06-08 16:18:02 -07:00
chunhtai
333eb9d76a
enable Navigator.of to accept a navigator element and return its stat… (#58259) 2020-06-08 16:13:02 -07:00
Jenn Magder
023532d991
Revert "Build iOS apps using Swift Packages (#59009)" (#59025)
This reverts commit 43e28084fcdf992fc503f855addfcde30f3f3360.
2020-06-08 15:45:10 -07:00
Ming Lyu (CareF)
ef3b99225f
fix typo in macrobenchmarks/lib/main (#58783) 2020-06-08 17:40:57 -04:00
Greg Spencer
d7321d92b8
Make _RenderSlider not be a semantics container (#58535)
This PR makes _RenderSlider not be a semantics container. This is so that the FocusableActionDetector in the Slider widget will get to aggregate the semantics information, since otherwise Talkback won't focus the slider because it thinks that the focus node doesn't have anything to say (which it doesn't but the _RenderSlider child does). If the _RenderSlider is a semantics container, then it keeps its speakable information to itself, but it isn't the Focus widget, so when the keyboard focus goes to the focus node, the accessibility focus doesn't move.

Since the _RenderSlider is always wrapped by the Slider widget, there's nothing lost in making it not be a container.
2020-06-08 14:04:45 -07:00
Jenn Magder
43e28084fc
Build iOS apps using Swift Packages (#59009) 2020-06-08 13:53:01 -07:00
engine-flutter-autoroll
0c8da86fbe
Roll Engine from c7f9725521c0 to f581f428e981 (5 revisions) (#59007) 2020-06-08 13:33:01 -07:00