1. 12 Oct, 2020 1 commit
  2. 06 Aug, 2020 1 commit
  3. 13 Jul, 2020 1 commit
  4. 10 Jul, 2020 1 commit
  5. 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
  6. 18 May, 2020 1 commit
  7. 10 May, 2020 1 commit
  8. 08 May, 2020 1 commit
  9. 06 May, 2020 1 commit
  10. 07 Apr, 2020 1 commit
  11. 05 Apr, 2020 1 commit
  12. 13 Mar, 2020 1 commit
  13. 03 Mar, 2020 1 commit
  14. 10 Feb, 2020 1 commit
  15. 06 Feb, 2020 1 commit
  16. 11 Jan, 2020 1 commit
  17. 09 Jan, 2020 1 commit
  18. 07 Jan, 2020 2 commits