1. 16 Jun, 2021 1 commit
  2. 10 Jun, 2021 1 commit
  3. 10 May, 2021 1 commit
  4. 21 Apr, 2021 1 commit
  5. 03 Apr, 2021 1 commit
  6. 31 Mar, 2021 1 commit
  7. 26 Mar, 2021 1 commit
  8. 25 Mar, 2021 3 commits
  9. 12 Mar, 2021 1 commit
  10. 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
  11. 24 Feb, 2021 1 commit
  12. 29 Jan, 2021 1 commit
  13. 27 Jan, 2021 1 commit
  14. 26 Jan, 2021 1 commit
  15. 23 Jan, 2021 1 commit
  16. 21 Jan, 2021 1 commit
  17. 20 Jan, 2021 1 commit
  18. 15 Jan, 2021 1 commit
  19. 15 Dec, 2020 1 commit
  20. 13 Dec, 2020 1 commit
  21. 11 Dec, 2020 1 commit
  22. 09 Dec, 2020 1 commit
  23. 05 Nov, 2020 1 commit
  24. 03 Nov, 2020 1 commit
  25. 02 Nov, 2020 3 commits
  26. 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
  27. 27 Oct, 2020 1 commit
  28. 23 Oct, 2020 1 commit
  29. 22 Oct, 2020 1 commit
  30. 10 Oct, 2020 1 commit
  31. 07 Oct, 2020 2 commits
  32. 06 Oct, 2020 1 commit
  33. 25 Sep, 2020 1 commit
  34. 24 Sep, 2020 1 commit
  35. 17 Sep, 2020 1 commit
    • Darren Austin's avatar
      Reland ##65044 (#66061) · 1f627769
      Darren Austin authored
      Turn the opt-in default for ThemeData.useTextSelectionTheme to true so that everything uses the new TextSelectionTheme by default.
      1f627769