- 23 Jun, 2020 9 commits
-
-
Christopher Fujino authored
-
Jenn Magder authored
-
Darren Austin authored
-
Jia Hao authored
When `retainPriorEvents` is passed as true, the current behavior still limits timeline events to the timestamp after `traceEvents` is called. This can cause startup events to be missing. This fixes it by passing null to `stopTracingAndDownloadTimeline` for the start and end time. Related: #58430
-
Jonah Williams authored
* [flutter_tools] track null safety usage * Update flutter_command_test.dart * cleanups
-
Jonah Williams authored
Fixes several tests that were failing under tester. Minor style cleanups otherwise
-
Jonah Williams authored
The test needs to look up HOME, but one wasn't provided. This would end up using the real home directory, crashing on windows
-
Jonah Williams authored
Enable linux desktop feature on dev channel
-
rami-a authored
-
- 22 Jun, 2020 4 commits
-
-
Jonah Williams authored
Cleanup fuchsia tests that failed under tester.
-
Jonah Williams authored
This reverts commit 59956617.
-
- 19 Jun, 2020 16 commits
-
-
Ferhat authored
-
engine-flutter-autoroll authored
-
Sam Rawlins authored
Due to a bug in analyzer [1], some unused imports are not reported when multiple import directives share a prefix name, and one or more are unused. [1] https://github.com/dart-lang/sdk/issues/38784
-
Anna Gringauze authored
-
Jonah Williams authored
Fixes #59718 Update all versions, specifically dwds which has a hot restart fix
-
engine-flutter-autoroll authored
-
Helin Shiah authored
-
Justin McCandless authored
-
Tong Mu authored
-
Michael Goderbauer authored
-
Jason Simmons authored
-
Andrew Chen authored
-
Christopher Fujino authored
Re-land "Deprecate WhitelistingTextInputFormatter and BlacklistingTextInputFormatter (#59120)" (#59876) This relands #59120, which was reverted in #59870.
-
Christopher Fujino authored
Revert "Deprecate WhitelistingTextInputFormatter and BlacklistingTextInputFormatter (#59120)" (#59870) This reverts commit 8665e138.
-
Ian Hickson authored
-
Jonah Williams authored
This reverts commit df02518d.
-
- 18 Jun, 2020 11 commits
-
-
Robert Ancell authored
The previous call set the minimum size, not just the initial size.
-
Jenn Magder authored
-
Justin McCandless authored
-
Robert Ancell authored
-
Chris Bracken authored
This rolls the engine from: 965fbbed1776545ee681cb57f3fb1d0c2000bbcb to b5f5e6332cb4987e9e38ffaa267733ec0a8705ba. A Dart SDK roll in this range changed the format of the compileExpression RPC VMService endpoint, necessitating a tool patch.
-
James D. Lin authored
In google3, the Linux device is always available, and it has confused people who run the Flutter doctor and see "• Linux • Linux • linux-x64 • Linux" listed. Rename the Linux device name to "Linux desktop" and the device ID to be "linux". Make similar changes to the Windows and macOS devices for consistency. This is also consistent with the web devices. The device ID change shouldn't be break -d usage since that does a case-insensitive prefix match.
-
Jonah Williams authored
Revert "flutter.gradle: collect list of Android plugins from .flutter-plugins-dependencies (#59294)" (#59810) This reverts commit 947b48e0.
-
Igor Akkerman authored
-
stuartmorgan authored
On Windows, Process.run assumes the output uses the system codepage by default. This allows specifying it in our wrapper, and sets the encoding for vswhere to UTF-8 since we're passing a flag that forces it to use UTF-8 output. Fixes #53515
-
Michael Goderbauer authored
-
Greg Spencer authored
This makes the flutter and dart scripts invoke their batch file equivalents if running under MINGW (i.e. git-bash) on Windows. This allows for proper locking, and makes sure that people aren't using two different (and non-mutally-aware) locking systems when running flutter on Windows. I also fixed a couple of places where we look for MINGW32, which fails under MINGW64. It just looks for MINGW now.
-