1. 09 Aug, 2022 1 commit
  2. 19 Jul, 2022 1 commit
  3. 13 May, 2022 1 commit
  4. 27 Apr, 2022 1 commit
  5. 14 Apr, 2022 1 commit
  6. 22 Mar, 2022 1 commit
  7. 08 Mar, 2022 1 commit
  8. 08 Dec, 2021 1 commit
  9. 01 Dec, 2021 1 commit
  10. 11 Nov, 2021 1 commit
  11. 11 Oct, 2021 1 commit
  12. 09 Oct, 2021 1 commit
  13. 07 Oct, 2021 1 commit
  14. 25 Aug, 2021 1 commit
  15. 11 Aug, 2021 1 commit
  16. 13 May, 2021 2 commits
  17. 28 Apr, 2021 2 commits
  18. 21 Apr, 2021 2 commits
  19. 05 Mar, 2021 1 commit
  20. 04 Mar, 2021 2 commits
  21. 04 Feb, 2021 2 commits
  22. 22 Jan, 2021 2 commits
  23. 13 Nov, 2020 1 commit
  24. 02 Nov, 2020 1 commit
  25. 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
  26. 09 Oct, 2020 1 commit
  27. 24 Sep, 2020 1 commit
  28. 31 Aug, 2020 1 commit
    • Chris Bracken's avatar
      Prefer moreOrLessEquals over closeTo (#64915) · c0ea00ed
      Chris Bracken authored
      Flutter's `moreOrLessEquals` has a few advantages over `closeTo` from
      the `matcher` package:
      
         * It emits the epsilon value in the test result on failure.
         * It uses a named parameter for epsilon, which improves readability
           at the call site.
         * It has a reasonable default for epsilon in cases where something
           more specific isn't required.
      
      Using it also has the nice property that it aids in its own discovery
      when when people go looking for such functionality in new tests.
      
      This change also includes a couple unrelated whitespace formatting cleanups.
      c0ea00ed
  29. 28 Jul, 2020 1 commit
  30. 14 Jul, 2020 1 commit
  31. 24 Jun, 2020 1 commit
  32. 11 Jun, 2020 2 commits
  33. 16 May, 2020 1 commit