1. 02 Nov, 2022 1 commit
  2. 28 Oct, 2022 1 commit
    • Justin McCandless's avatar
      Context Menus (#107193) · 0b451b6d
      Justin McCandless authored
      * Can show context menus anywhere in the app, not just on text.
      * Unifies all desktop/mobile context menus to go through one class (ContextMenuController).
      * All context menus are now just plain widgets that can be fully customized.
      * Existing default context menus can be customized and reused.
      0b451b6d
  3. 07 Oct, 2022 1 commit
  4. 07 Sep, 2022 1 commit
  5. 25 Aug, 2022 1 commit
  6. 17 Aug, 2022 1 commit
  7. 16 Aug, 2022 2 commits
  8. 10 Aug, 2022 1 commit
  9. 02 Aug, 2022 1 commit
  10. 29 Jul, 2022 1 commit
  11. 22 Jul, 2022 1 commit
  12. 13 Jul, 2022 1 commit
  13. 12 Jul, 2022 1 commit
  14. 24 May, 2022 1 commit
  15. 15 Apr, 2022 1 commit
  16. 14 Apr, 2022 1 commit
  17. 13 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. 24 Mar, 2022 1 commit
  20. 02 Feb, 2022 1 commit
  21. 03 Dec, 2021 3 commits
  22. 08 Nov, 2021 1 commit
  23. 05 Nov, 2021 1 commit
  24. 04 Nov, 2021 1 commit
  25. 03 Nov, 2021 1 commit
  26. 07 Sep, 2021 1 commit
  27. 29 Jul, 2021 1 commit
  28. 28 Jul, 2021 1 commit
  29. 26 Jul, 2021 1 commit
  30. 21 Apr, 2021 1 commit
  31. 14 Apr, 2021 1 commit
  32. 13 Apr, 2021 1 commit
  33. 12 Apr, 2021 1 commit
  34. 11 Mar, 2021 1 commit
    • Justin McCandless's avatar
      Text Editing Movement Keys via Shortcuts (#75032) · 541bff40
      Justin McCandless authored
      Text editing shortcuts involving the arrow keys are no longer handled by RenderEditable's RawKeyboardListener, they use the new Shortcuts setup.  First PR in a plan to port all text editing keyboard handling to shortcuts.
      541bff40
  35. 23 Jan, 2021 1 commit
  36. 21 Jan, 2021 1 commit
  37. 13 Jan, 2021 1 commit