- 05 Oct, 2020 23 commits
-
-
Jonah Williams authored
Make the logic for locating a local engine path part of its own class, add documentation, and update tests to cover engine source path locating too. #47161
-
Darren Austin authored
Fixed a problem with invalid dates when switching back to calendar mode in the date range picker. (#67159)
-
Justin McCandless authored
Improving IV table docs due to confusion in an issue.
-
Darren Austin authored
-
engine-flutter-autoroll authored
-
Jonah Williams authored
Cleans up some undocumented classes and re-organizes the AndroidDevices class to avoid the need for the static testing only member. Adds a script for tracking globals.
-
engine-flutter-autoroll authored
-
Kratos authored
-
Jonah Williams authored
Removes usage of global variables, expands documentation, and fixes some formatting inconsistencies. Increased test coverage for android plugin to prove it can determine the embedding version.
-
Alexandre Ardhuin authored
-
Michael Goderbauer authored
-
Jonah Williams authored
[flutter_tools] disable source maps by default for release builds, enable for run and with command line arg (#67331) Disables source map production by default for build web. For web builds performed as a part of flutter run --release, enable the source maps, or allow force enabling with --source-maps command line flag. fixes #67328
-
Abhishek Ghaskata authored
-
Jenn Magder authored
-
Kate Lovett authored
-
Tong Mu authored
-
Dan Field authored
* Reland dispose images when done (#67100) Changes since last time: - Test for CanvasKit image rendering (https://github.com/flutter/flutter/pull/67176) - Fix CanvasKit dispose impl (https://github.com/flutter/engine/pull/21555) - Update internal google3 customer with a problematic ImageStream Listener impl (cl/335091311, cl/335459002) This reverts commit 473358d9.
-
Dan Field authored
-
Jonah Williams authored
This functionality ultimately became the single widget reload optimization, which did not require a separate service protocol.
-
Jonah Williams authored
[flutter_tools] support all engine debugging options with FLUTTER_ENGINE_SWITCH environment variables (#67150) Allow providing all debugging options to the desktop engine via the FLUTTER_ENGINE_SWITCH_ environment variables. Fixes #66532 Fixes #46005 Fixes #58882 The underling engine changes have already landed for Windows, macOS, but linux is still in progress
-
Jonah Williams authored
Any File-derived IOSink may throw un-handleable async exceptions into the zone, see dart-lang/sdk#43663 . Instead, just write to a file with an append mode.
-
Danny Tuppeny authored
-
Tong Mu authored
* Migrate
-
- 04 Oct, 2020 4 commits
-
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
- 03 Oct, 2020 8 commits
-
-
Jonah Williams authored
* Roll flutter engine to a24c7c13925e4e3282f7b85814b70e63782fa057
-
Jesse authored
This PR changes the Config class in flutter_tools to use the XDG Base directory specification instead of putting files directly in the user's home directory. If those files are already present in the home directory, they are used instead.
-
Michael Goderbauer authored
This reverts commit 81439922.
-
Michael Goderbauer authored
-
Jonah Williams authored
Refactors the desktop devices and workflow to remove unnecessary usage of global variables. This should make it easier to test and continue enhancing the desktop functionality of the tooling #47161
-
Jonah Williams authored
[null-safety] add integration tests for sound null safety modes, add support for sound null safety in dart2js (#67171) Add integration tests to verify that ddc and dart2js can be built and run in sound mode. Updates dart2js compilation to insert a language version comment into the generated entrypoint if necessary. dart-lang/sdk#42253
-
Michael Goderbauer authored
-
Jonah Williams authored
Flutter logs should not attempt to filter the device list based on the current project, because it does not require a current project. Also fix disabled polling test Fixes #47996 Fixes #63550
-
- 02 Oct, 2020 5 commits
-
-
Dan Field authored
-
Jonah Williams authored
Force opt-in flutter test platform to null safety for repo testing
-
Mouad Debbar authored
-
Tong Mu authored
* PointerEvent.local* properties are calculated lazily; other properties are delegated to original. * Transformed PointerEvent becomes a subclass of its original class. * Unnamed constructors no longer accepts transform and origin.
-
Ming Lyu (CareF) authored
-