1. 22 Dec, 2022 1 commit
  2. 14 Dec, 2022 1 commit
  3. 09 Dec, 2022 1 commit
  4. 01 Dec, 2022 1 commit
  5. 29 Nov, 2022 1 commit
  6. 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
  7. 25 Oct, 2022 1 commit
  8. 24 Aug, 2022 1 commit
  9. 15 Aug, 2022 1 commit
  10. 13 Aug, 2022 1 commit
  11. 12 Aug, 2022 1 commit
  12. 07 Jun, 2022 1 commit
  13. 31 May, 2022 1 commit
  14. 25 May, 2022 1 commit
  15. 14 Apr, 2022 1 commit
  16. 08 Feb, 2022 1 commit
  17. 21 Jan, 2022 1 commit
  18. 08 Oct, 2021 1 commit
  19. 01 Oct, 2021 1 commit
  20. 25 Jun, 2021 1 commit
  21. 21 Apr, 2021 1 commit
  22. 01 Apr, 2021 1 commit
  23. 30 Mar, 2021 1 commit
  24. 24 Mar, 2021 1 commit
  25. 18 Mar, 2021 1 commit
  26. 06 Mar, 2021 1 commit
  27. 26 Jan, 2021 1 commit
  28. 13 Jan, 2021 1 commit
  29. 12 Jan, 2021 1 commit
  30. 21 Nov, 2020 1 commit
  31. 28 Oct, 2020 1 commit
    • Greg Spencer's avatar
      Remove `nullOk` in `MediaQuery.of` (#68736) · 55289324
      Greg Spencer authored
      Adds MediaQuery.maybeOf to replace calling MediaQuery.of(context, nullOk: true), and removes the nullOk parameter. Also changes MediaQuery.of to return a non-nullable value, and removes many instances of the ! operator, reducing the possible places where a null dereference could occur.
      55289324
  32. 23 Oct, 2020 1 commit
  33. 21 Oct, 2020 1 commit
  34. 15 Oct, 2020 1 commit
  35. 09 Oct, 2020 1 commit
  36. 08 Oct, 2020 1 commit
  37. 24 Sep, 2020 1 commit
  38. 21 Aug, 2020 1 commit
    • Todd Volkert's avatar
      Remove remaining uses of `childToSlot` (#64273) · dae720be
      Todd Volkert authored
      The remaining uses of this pattern were all due to wanting to have
      the child's slot when `Element.forgetChild()` was called. However,
      when that method is called, the child's `slot` value is still valid
      in the context of the parent, so the uses can just use `child.slot`.
      
      This is the final round of cleanup from the fallout of #63269
      dae720be
  39. 20 Aug, 2020 2 commits