- 30 Oct, 2020 1 commit
-
-
Jonah Williams authored
Disable null safety auto-detection for the web
-
- 29 Oct, 2020 1 commit
-
-
Yegor 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 3 commits
-
-
Jonah Williams authored
This reverts commit 5bee8094.
-
Dan Field authored
-
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
-
- 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
-
- 07 Oct, 2020 2 commits
-
-
Hans Muller authored
-
Justin McCandless authored
-
- 06 Oct, 2020 3 commits
-
-
Jonah Williams authored
* [flutter_test] handle breaking change to test main . Fixes #67382
-
Hans Muller authored
-
keyonghan authored
-
- 01 Oct, 2020 1 commit
-
-
Jacob MacDonald authored
-
- 29 Sep, 2020 1 commit
-
-
Ben Konyi authored
-
- 28 Sep, 2020 1 commit
-
-
Jonah Williams authored
Check in linux and windows platform code now that they are stable, so that we could use in devicelab in the future. Removed the ICO from the windows example to avoid analysis check, and since it won't be important for benchmarking or UI tests
-
- 24 Sep, 2020 2 commits
-
-
Darren Austin authored
Complete the migration to the TextSelectionTheme by deprecating the opt-in flag and text selection properties in ThemeData. (#66482)
-
Jonah Williams authored
Registering the service worker immediately after the documented has loaded may cause SW initialization to compete with framework initialization. It was recommended to us that we defer the service worker setup until after the framework is done with setup, which should be sometime after the first frame. To implement this, I augmented the binding setup to dispatch an event on the document after the binding has initialized. I don't see any obvious risks with this setup. Fixes #66066
-
- 23 Sep, 2020 1 commit
-
-
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.
-
- 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 1 commit
-
-
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 1 commit
-
-
Michael R Fairhurst authored
-
- 10 Sep, 2020 1 commit
-
-
Ben Konyi authored
-
- 02 Sep, 2020 2 commits
-
-
Yuqian Li authored
-
Pedro Massango authored
-
- 22 Aug, 2020 1 commit
-
-
Ming Lyu (CareF) authored
-