- 06 Jul, 2020 2 commits
-
-
Andre authored
* Implement stack trace demangling in the framework.
- 19 Jun, 2020 1 commit
-
-
Jonah Williams authored
Fixes #59718 Update all versions, specifically dwds which has a hot restart fix
-
- 18 Jun, 2020 1 commit
-
-
Jonah Williams authored
A frequent request from the last Flutter developer survey was for an easier method of testing light/dark mode changes. Currently, a user needs to manually change the theme settings or adjust phone settings to see the difference. Instead we should add a toggle from the CLI, and eventually devtools/Intellij/Vscode that allows developers to override the current setting. Fixes #59495 Adds flutter.ext.brightnessOverride service protocol which either queries the current platform brightness, or overrides it to a new value. This accepts either Brightness.light or Brightness.dark as a value. Adds a CLI toggle b which allows the setting to be toggled manually. Requires an update to the MediaQuery, to conditionally use a debug override when not in release mode
-
- 16 Jun, 2020 1 commit
-
-
Greg Spencer authored
Remove dependency on package:collection by moving mergeSort into foundation/collections.dart (#59521) This removes a dependency from Flutter (package:collection) by copying the implementation of mergeSort into Flutter's foundation/collections.dart. Also, removed a reference to UnmodifiableSetView from the shortcuts code by just returning a copy instead.
-
- 11 Jun, 2020 2 commits
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
Darren Austin authored
-
- 27 May, 2020 1 commit
-
-
Kirill authored
-
- 08 Apr, 2020 2 commits
-
-
Kate Lovett authored
-
Michael Goderbauer authored
-
- 02 Apr, 2020 1 commit
-
-
Ferhat authored
-
- 11 Mar, 2020 1 commit
-
-
Greg Spencer authored
This converts Diagnosticable to be a mixin instead of an abstract class, so that it can be used to add diagnostics to classes which already have a base class. It leaves in place the DiagnosticableMixin mixin, since there are some plugins that are still using it, and removing it would mean that those plugins wouldn't work with master branch Flutter anymore. DiagnosticableMixin will be removed once this mixin version of Diagnosticable makes its way to the stable branch.
-
- 03 Mar, 2020 1 commit
-
-
Greg Spencer authored
This PR adds the linux and windows target platform enum values, along with automatically setting the defaultTargetPlatform to the appropriate value on those platforms. Fixes #31366
-
- 02 Mar, 2020 1 commit
-
-
Remi Rousselet authored
-
- 26 Feb, 2020 1 commit
-
-
Jonah Williams authored
-
- 24 Feb, 2020 1 commit
-
-
sjindel-google authored
TypeError no longer implements AssertionError after https://github.com/dart-lang/sdk/issues/40317.
-
- 20 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 19 Feb, 2020 1 commit
-
-
Martin Kustermann authored
Weaken stack-trace based tests to allow auto-roll of new engine which will change the format (#51047) Follow-up PR will restore those tests with new expectations: https://github.com/flutter/flutter/pull/50760
-
- 12 Feb, 2020 1 commit
-
-
Jacob Richman authored
-
- 11 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 04 Feb, 2020 1 commit
-
-
Dan Field authored
-
- 01 Feb, 2020 1 commit
-
-
Dan Field authored
-
- 31 Jan, 2020 4 commits
-
-
Shi-Hao Hong authored
This reverts commit 46ccd086.
-
Dan Field authored
-
Jonah Williams authored
This reverts commit 340b193f.
- 30 Jan, 2020 3 commits
-
-
chunhtai authored
-
Greg Spencer authored
This PR fixes #49647 by changing DiagnosticableMixin.toDiagnosticsNode and other things to accept DiagnosticableMixin instead of requiring Diagnosticable.
-
liyuqian authored
-
- 29 Jan, 2020 1 commit
-
-
Dan Field authored
-
- 27 Jan, 2020 1 commit
-
-
Dan Field authored
-
- 22 Jan, 2020 1 commit
-
-
Dan Field authored
-
- 17 Jan, 2020 2 commits
-
-
Anthony authored
[a11y] Make sure RenderFractionalTranslation updates its semantics after the translation field is set (#48985)
-
Greg Spencer authored
Add TargetPlatform.macOS tests to cupertino, foundation, rendering, and services libraries. (#45644)
-
- 16 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 13 Jan, 2020 1 commit
-
-
Ian Hickson authored
-
- 08 Jan, 2020 2 commits
- 07 Jan, 2020 1 commit
-
-
Sam Rawlins authored
-