1. 31 May, 2022 1 commit
  2. 27 May, 2022 2 commits
  3. 26 May, 2022 1 commit
  4. 25 May, 2022 2 commits
  5. 24 May, 2022 2 commits
  6. 20 May, 2022 1 commit
  7. 19 May, 2022 2 commits
  8. 17 May, 2022 1 commit
  9. 09 May, 2022 1 commit
  10. 06 May, 2022 1 commit
  11. 29 Apr, 2022 1 commit
  12. 28 Apr, 2022 2 commits
  13. 27 Apr, 2022 1 commit
  14. 19 Apr, 2022 1 commit
  15. 18 Apr, 2022 3 commits
  16. 09 Apr, 2022 1 commit
  17. 08 Apr, 2022 1 commit
  18. 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
  19. 30 Mar, 2022 1 commit
  20. 25 Mar, 2022 1 commit
  21. 22 Mar, 2022 1 commit
  22. 21 Mar, 2022 1 commit
    • Pierre-Louis's avatar
      Introduce Theme extensions (#98033) · 8c1c2f6a
      Pierre-Louis authored
      * first pass
      
      * x
      
      * x
      
      * address feedback
      
      * support multiple extensions
      
      * add convenience function, Object ⇒ dynamic, lerping
      
      * remove not-useful comment
      
      * fix examples/api lower sdk constraint
      
      * remove trailing spaces
      
      * remove another pesky trailing space
      
      * improve lerp
      
      * address feedback
      
      * hide map implementation from constructor and copyWith
      
      * use iterableproperty
      
      * Revert "hide map implementation from constructor and copyWith"
      
      This reverts commit a6994af0046e3c90dbc9405cac628feb5b2d3031.
      
      * slow down sample
      
      * make theme extension params required
      
      * add null check
      
      * improve documentation
      
      * fix hashCode and operator == overrides
      
      * modify existing tests
      
      * remove trailing spaces
      
      * add all tests except lerping
      
      * fix lerping bug
      
      * add toString to themeExtension example
      
      * add lerping test
      
      * assume non-nullability in example
      
      * address feedback
      
      * update docs
      
      * remove trailing space
      
      * use Map.unmodifiable
      8c1c2f6a
  23. 04 Mar, 2022 1 commit
  24. 01 Mar, 2022 1 commit
  25. 15 Feb, 2022 1 commit
  26. 28 Jan, 2022 2 commits
  27. 24 Jan, 2022 1 commit
  28. 17 Dec, 2021 1 commit
  29. 12 Dec, 2021 1 commit
  30. 09 Dec, 2021 1 commit
  31. 10 Nov, 2021 1 commit
  32. 04 Nov, 2021 1 commit