1. 06 Jul, 2020 2 commits
  2. 19 Jun, 2020 1 commit
  3. 18 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] add toggle `b` and service extension to change platform brightness (#59571) · e1f4cfb4
      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
      e1f4cfb4
  4. 16 Jun, 2020 1 commit
    • Greg Spencer's avatar
      Remove dependency on package:collection by moving mergeSort into... · c5527dc8
      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.
      c5527dc8
  5. 11 Jun, 2020 2 commits
  6. 27 May, 2020 1 commit
  7. 08 Apr, 2020 2 commits
  8. 02 Apr, 2020 1 commit
  9. 11 Mar, 2020 1 commit
    • Greg Spencer's avatar
      Convert Diagnosticable to a mixin (#51495) · 210f4d83
      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.
      210f4d83
  10. 03 Mar, 2020 1 commit
  11. 02 Mar, 2020 1 commit
  12. 26 Feb, 2020 1 commit
  13. 24 Feb, 2020 1 commit
  14. 20 Feb, 2020 1 commit
  15. 19 Feb, 2020 1 commit
  16. 12 Feb, 2020 1 commit
  17. 11 Feb, 2020 1 commit
  18. 07 Feb, 2020 1 commit
  19. 04 Feb, 2020 1 commit
  20. 01 Feb, 2020 1 commit
  21. 31 Jan, 2020 4 commits
  22. 30 Jan, 2020 3 commits
  23. 29 Jan, 2020 1 commit
  24. 27 Jan, 2020 1 commit
  25. 22 Jan, 2020 1 commit
  26. 17 Jan, 2020 2 commits
  27. 16 Jan, 2020 1 commit
  28. 13 Jan, 2020 1 commit
  29. 08 Jan, 2020 2 commits
  30. 07 Jan, 2020 1 commit