1. 11 Aug, 2022 1 commit
  2. 14 Apr, 2022 1 commit
  3. 22 Jul, 2021 1 commit
  4. 13 May, 2021 1 commit
  5. 23 Apr, 2021 1 commit
  6. 30 Mar, 2021 1 commit
  7. 25 Mar, 2021 1 commit
  8. 23 Mar, 2021 1 commit
  9. 27 Jan, 2021 1 commit
  10. 12 Oct, 2020 1 commit
  11. 06 Aug, 2020 1 commit
  12. 13 Jul, 2020 1 commit
  13. 10 Jul, 2020 1 commit
  14. 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
  15. 18 May, 2020 1 commit
  16. 10 May, 2020 1 commit
  17. 08 May, 2020 1 commit
  18. 06 May, 2020 1 commit
  19. 07 Apr, 2020 1 commit
  20. 05 Apr, 2020 1 commit
  21. 13 Mar, 2020 1 commit
  22. 03 Mar, 2020 1 commit
  23. 10 Feb, 2020 1 commit
  24. 06 Feb, 2020 1 commit
  25. 11 Jan, 2020 1 commit
  26. 09 Jan, 2020 1 commit
  27. 07 Jan, 2020 2 commits