1. 07 Oct, 2022 1 commit
  2. 07 Sep, 2022 1 commit
  3. 25 Aug, 2022 1 commit
  4. 17 Aug, 2022 1 commit
  5. 16 Aug, 2022 2 commits
  6. 10 Aug, 2022 1 commit
  7. 02 Aug, 2022 1 commit
  8. 29 Jul, 2022 1 commit
  9. 22 Jul, 2022 1 commit
  10. 13 Jul, 2022 1 commit
  11. 12 Jul, 2022 1 commit
  12. 24 May, 2022 1 commit
  13. 15 Apr, 2022 1 commit
  14. 14 Apr, 2022 1 commit
  15. 13 Apr, 2022 1 commit
  16. 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
  17. 24 Mar, 2022 1 commit
  18. 02 Feb, 2022 1 commit
  19. 03 Dec, 2021 3 commits
  20. 08 Nov, 2021 1 commit
  21. 05 Nov, 2021 1 commit
  22. 04 Nov, 2021 1 commit
  23. 03 Nov, 2021 1 commit
  24. 07 Sep, 2021 1 commit
  25. 29 Jul, 2021 1 commit
  26. 28 Jul, 2021 1 commit
  27. 26 Jul, 2021 1 commit
  28. 21 Apr, 2021 1 commit
  29. 14 Apr, 2021 1 commit
  30. 13 Apr, 2021 1 commit
  31. 12 Apr, 2021 1 commit
  32. 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
  33. 23 Jan, 2021 1 commit
  34. 21 Jan, 2021 1 commit
  35. 13 Jan, 2021 1 commit
  36. 27 Oct, 2020 1 commit
    • Justin McCandless's avatar
      AutocompleteCore (#62927) · 291ee945
      Justin McCandless authored
      A new widget that chooses an item from a list based on text input. Just the core widget, with Material and Cupertino versions to come.
      291ee945
  37. 15 Sep, 2020 1 commit
    • Alexandre Ardhuin's avatar
      Reland "Nnbd widgets" (#65528) · b007a81a
      Alexandre Ardhuin authored
      * Reland "Nnbd widgets (#64672)"
      
      This reverts commit 127e6790.
      
      * remove non-nullable enforcement on AsyncSnapshot
      
      * make data param non-nullable for AsyncSnapshot.withData
      
      * make some Text params non-nullable
      b007a81a