- 03 Nov, 2020 1 commit
-
-
Emmanuel Garcia authored
-
- 27 Oct, 2020 6 commits
-
-
Jonah Williams authored
Rolls in several fixes to web tooling, including better handling of absolute file imports. Updates to latest vm service to unblock null safety mode query Co-authored-by:
Gary Roumanis <grouma@google.com> Co-authored-by:
Anna Gringauze <annagrin@google.com>
-
Jonah Williams authored
This reverts commit 3ecac303. Co-authored-by:
Dan Field <dfield@gmail.com>
-
Dan Field authored
Migrate flutter_driver to use package:vm_service
-
- 26 Oct, 2020 1 commit
-
-
Jacob MacDonald authored
* update pinned null safety deps * run update-packages * add http dep to devicelab package * rerun update-packages
-
- 20 Oct, 2020 1 commit
-
-
Jenn Magder authored
This reverts commit dd9323bd.
-
- 19 Oct, 2020 1 commit
-
-
Jenn Magder authored
-
- 18 Oct, 2020 1 commit
-
-
Ming Lyu (CareF) authored
Transport `e2e` based perforamnce test to `integration_test` and remove duplicate `watchPerformance` (#67594)
-
- 17 Oct, 2020 1 commit
-
-
xster authored
-
- 16 Oct, 2020 2 commits
-
-
Alexandre Ardhuin authored
-
Martin Kustermann authored
-
- 15 Oct, 2020 3 commits
-
-
Jonah Williams authored
This reverts commit 8ba5732c.
-
Dan Field authored
- 14 Oct, 2020 1 commit
-
-
Kate Lovett authored
-
- 12 Oct, 2020 1 commit
-
-
Sam Rawlins authored
-
- 09 Oct, 2020 2 commits
-
-
nturgut authored
* adding tests that uses integration_test (e2e) package to flutter * change the package name for the import * fix licenses. fix README commands. add links * adding dependency change auto generated by the tool * more analyzer error fixes
-
Mouad Debbar authored
-
- 06 Oct, 2020 1 commit
-
-
Ming Lyu (CareF) authored
move resampler to handlePointerEvent and fix complex_layout_android__scroll_smoothness with PointerEvent (#66745)
-
- 02 Oct, 2020 3 commits
-
-
Dan Field authored
-
Ming Lyu (CareF) authored
-
Ming Lyu (CareF) authored
-
- 01 Oct, 2020 1 commit
-
-
Jacob MacDonald authored
-
- 30 Sep, 2020 1 commit
-
-
Ming Lyu (CareF) authored
-
- 29 Sep, 2020 1 commit
-
-
Ben Konyi authored
-
- 23 Sep, 2020 3 commits
-
-
Jonah Williams authored
-
Jacob MacDonald authored
Updates all null safe dependencies to versions that allow 2.10 stable and 2.11 dev releases. Also updates flutter_goldens and flutter_goldens_client to allow 2.11 dev.
-
Ming Lyu (CareF) authored
-
- 21 Sep, 2020 1 commit
-
-
Yegor authored
-
- 19 Sep, 2020 1 commit
-
-
Jonah Williams authored
[versions] update to latest source span and roll engine to 4b8477d11573d233e6791204191c0090f733b05d (#66136)
-
- 17 Sep, 2020 2 commits
-
-
Jonah Williams authored
Deprecate VelocityTracker default constructor and added VelocityTracker.withKind constructor (#66043) We've gotten feedback that the VelocityTracker change was disruptive, though it did not break any of the flutter framework or customer tests. In order to make the change non-breaking, PointerDeviceKind parameter can be made optional. Nevertheless, this parameter should be provided so that the existing touch handlers can use more accurate gestures on mouse/stylus inputs, so we can encourage this by deprecating the default constructor and pointing users towards the VelocityTracker.withKind constructor that takes a non-optional parameter
-
Ben Konyi authored
PR #65873 enabled DDS for non-web Flutter applications. This change surfaced a bug where DDS would not send ServiceRegistered events to VM service clients when they subscribed to the Service stream. This would cause tools and tests that rely on these events (e.g., hot reload in VSCode) to fail. Fixes #66038.
-
- 16 Sep, 2020 5 commits
-
-
Michael R Fairhurst authored
-
Hans Muller authored
-
Hans Muller authored
-
Ming Lyu (CareF) authored
-
Tong Mu authored
Expose GestureBinding.handlePointerEvent, replacing dispatchEvent as the preferred way to dispatch events (#64846)
-