1. 10 Aug, 2022 1 commit
  2. 18 Jul, 2022 1 commit
  3. 26 May, 2022 1 commit
  4. 17 May, 2022 1 commit
  5. 29 Apr, 2022 2 commits
  6. 15 Apr, 2022 1 commit
  7. 14 Apr, 2022 1 commit
  8. 12 Apr, 2022 1 commit
  9. 04 Apr, 2022 1 commit
    • Greg Spencer's avatar
      Implements a PlatformMenuBar widget and associated data structures (#100274) · 2d9ad260
      Greg Spencer authored
      Implements a PlatformMenuBar widget and associated data structures for defining menu bars that use native APIs for rendering.
      
      This PR includes:
      A PlatformMenuBar class, which is a widget that menu bar data can be attached to for sending to the platform.
      A PlatformMenuDelegate base, which is the type taken by a new WidgetsBinding.platformMenuDelegate.
      An implementation of the above in DefaultPlatformMenuDelegate that talks to the built-in "flutter/menu" channel to talk to the built-in platform implementation. The delegate is so that a plugin could override with its own delegate and provide other platforms with native menu support using the same widgets to define the menus.
      This is the framework part of the implementation. The engine part will be in flutter/engine#32080 (and flutter/engine#32358)
      2d9ad260
  10. 04 Mar, 2022 1 commit
  11. 08 Feb, 2022 1 commit
  12. 03 Feb, 2022 1 commit
  13. 07 Dec, 2021 1 commit
  14. 19 Jul, 2021 1 commit
  15. 15 Jul, 2021 1 commit
  16. 14 Jul, 2021 3 commits
  17. 13 Jul, 2021 2 commits
  18. 24 Jun, 2021 1 commit
  19. 10 May, 2021 1 commit
  20. 15 Apr, 2021 2 commits
  21. 31 Mar, 2021 1 commit
  22. 24 Mar, 2021 1 commit
  23. 16 Feb, 2021 1 commit
  24. 11 Feb, 2021 2 commits
  25. 21 Jan, 2021 1 commit
  26. 08 Jan, 2021 1 commit
  27. 24 Dec, 2020 1 commit
  28. 22 Dec, 2020 1 commit
  29. 11 Dec, 2020 1 commit
  30. 12 Nov, 2020 1 commit
    • Greg Spencer's avatar
      Revert usages of the binding's platformDispatcher to use window instead (#70319) · 86f9ab51
      Greg Spencer authored
      This reverts usages of the binding's platformDispatcher to use window again temporarily, because there isn't a TestPlatformDispatcher yet, and so some tests were failing because they mocked the TestWindow to return certain things (locales) that were returning the real values instead of the test values.
      
      Once I've created a TestPlatformDispatcher to allow fake data to be passed to it, we can go back to using the platformDispatcher in all of these places
      86f9ab51
  31. 09 Nov, 2020 1 commit
  32. 02 Nov, 2020 1 commit
  33. 22 Oct, 2020 1 commit
  34. 27 Sep, 2020 1 commit