1. 26 Oct, 2023 1 commit
  2. 24 Oct, 2023 1 commit
  3. 10 Oct, 2023 1 commit
  4. 21 Sep, 2023 1 commit
  5. 11 Sep, 2023 1 commit
  6. 05 Sep, 2023 1 commit
  7. 22 Aug, 2023 1 commit
  8. 16 Aug, 2023 2 commits
  9. 14 Aug, 2023 1 commit
  10. 09 Aug, 2023 1 commit
  11. 08 Aug, 2023 1 commit
  12. 07 Aug, 2023 1 commit
  13. 22 Jul, 2023 1 commit
  14. 13 Jul, 2023 1 commit
  15. 13 Jun, 2023 1 commit
    • Qun Cheng's avatar
      Update unit tests in material library for Material 3 (#128725) · a5f8b64e
      Qun Cheng authored
      Updates most of the unit tests in the packages/flutter/test/material folder so that they'll pass if ThemeData.useMaterial3 defaults to true.
      
      All of the tests have wired useMaterial3 to false and will need to be updated with a M3 version.
      
      related to #127064
      a5f8b64e
  16. 24 May, 2023 1 commit
    • lsaudon's avatar
      Add missing parameters in `TextFormField` (#127020) · 7827a242
      lsaudon authored
      `TextFormField` does not have all the parameters of `TextField`.
      
      Added:
      ```dart
          UndoHistoryController? undoController,
          AppPrivateCommandCallback? onAppPrivateCommand,
          bool? cursorOpacityAnimates,
          ui.BoxHeightStyle selectionHeightStyle = ui.BoxHeightStyle.tight,
          ui.BoxWidthStyle selectionWidthStyle = ui.BoxWidthStyle.tight,
          DragStartBehavior dragStartBehavior = DragStartBehavior.start,
          ContentInsertionConfiguration? contentInsertionConfiguration,
          Clip clipBehavior = Clip.hardEdge,
          bool scribbleEnabled = true,
          bool canRequestFocus = true,
      ```
      7827a242
  17. 29 Mar, 2023 1 commit
  18. 22 Mar, 2023 1 commit
  19. 09 Mar, 2023 1 commit
  20. 13 Feb, 2023 1 commit
  21. 25 Jan, 2023 1 commit
  22. 29 Jul, 2022 1 commit
  23. 20 May, 2022 2 commits
  24. 06 May, 2022 1 commit
  25. 15 Apr, 2022 1 commit
  26. 15 Mar, 2022 1 commit
  27. 21 Jan, 2022 1 commit
  28. 14 Jan, 2022 1 commit
    • Greg Spencer's avatar
      Disallow copy and cut when text field is obscured. (#96309) · a9e0dd40
      Greg Spencer authored
      Before this change, it was possible to select and copy obscured text from a text field.
      
      This  changes things so that:
      - Obscured text fields don't allow copy or cut.
      - If a field is both obscured and read-only, then selection is disabled as well (if you can't modify it, and can't copy it, there's no point in selecting it).
      a9e0dd40
  29. 03 Nov, 2021 1 commit
  30. 14 Oct, 2021 1 commit
  31. 08 Oct, 2021 3 commits
  32. 07 Oct, 2021 1 commit
  33. 06 Oct, 2021 1 commit
  34. 07 Sep, 2021 1 commit
  35. 27 Aug, 2021 1 commit
  36. 03 Aug, 2021 1 commit