1. 21 Apr, 2022 1 commit
  2. 19 Apr, 2022 2 commits
  3. 18 Apr, 2022 4 commits
  4. 15 Apr, 2022 1 commit
  5. 14 Apr, 2022 1 commit
  6. 12 Apr, 2022 3 commits
  7. 09 Apr, 2022 1 commit
  8. 08 Apr, 2022 3 commits
  9. 05 Apr, 2022 1 commit
  10. 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
  11. 30 Mar, 2022 1 commit
  12. 29 Mar, 2022 1 commit
  13. 26 Mar, 2022 1 commit
  14. 25 Mar, 2022 2 commits
  15. 22 Mar, 2022 1 commit
  16. 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
  17. 18 Mar, 2022 1 commit
  18. 17 Mar, 2022 1 commit
    • Yegor's avatar
      Roll chrome 96 attempt 2 (#100073) · c2409797
      Yegor authored
      * [web] roll Chromium dep to 96.2
      
      Roll Chromium 96.2.
      
      This is the second attempt to roll it. The previous attempt
      (https://github.com/flutter/flutter/pull/99725) failed due to a LUCI
      cache issue.
      
      * cache-bust CIPD dependency by changing its name
      * specify chrome_and_driver version in canvaskit tests
      * fix CRC corruption in kTransparentImage
      c2409797
  19. 11 Mar, 2022 1 commit
  20. 10 Mar, 2022 2 commits
  21. 08 Mar, 2022 2 commits
    • Chris Bracken's avatar
      Check string size before Win32 MultiByte <-> WideChar conversions (#99729) · b5d3c432
      Chris Bracken authored
      This patch adds an additional check to ensure the target length of a string is within the supported maximum string length prior to calling WideCharToMultiByte/MultiByteToWideChar in the Windows runner template.
      
      This is to prevent resize() from failing if called with a count > std::string::max_size().
      
      According to Win32 API docs (WideCharToMultiByte, MultiByteToWideChar) it's the caller responsibility to make sure the buffers are correctly allocated.
      
      Authored by: Tomasz Gucio <tgucio@gmail.com>
      b5d3c432
    • Mahesh Jamdade's avatar
      67a0df41
  22. 07 Mar, 2022 1 commit
  23. 04 Mar, 2022 1 commit
  24. 03 Mar, 2022 3 commits
  25. 02 Mar, 2022 1 commit
  26. 01 Mar, 2022 1 commit
  27. 28 Feb, 2022 1 commit