1. 20 Feb, 2024 1 commit
  2. 13 Feb, 2024 1 commit
    • Nate's avatar
      Implementing `switch` expressions in `widgets/` (#143293) · 8eea4f17
      Nate authored
      This PR is the 7ᵗʰ step in the journey to solve issue #136139 and make the entire Flutter repo more readable.
      
      (previous pull requests: #139048, #139882, #141591, #142279, #142634, #142793)
      
      This pull request covers everything in `packages/flutter/lib/src/widgets/`. Most of it should be really straightforward, but there was some refactoring in the `getOffsetToReveal()` function in `two_dimensional_viewport.dart`. I'll add some comments to describe those changes.
      8eea4f17
  3. 08 Feb, 2024 1 commit
  4. 20 Sep, 2023 1 commit
    • Greg Spencer's avatar
      Remove 'must be non-null' and 'must not be null' comments in widgets library (#134992) · 6e5134b0
      Greg Spencer authored
      ## Description
      
      This removes all of the comments that are of the form "so-and-so (must not be null|can ?not be null|must be non-null)" from the cases where those values are defines as non-nullable values.
      
      This PR removes them from the widgets library.
      
      This was done by hand, since it really didn't lend itself to scripting, so it needs to be more than just spot-checked, I think. I was careful to leave any comment that referred to parameters that were nullable, but I may have missed some.
      
      In addition to being no longer relevant after null safety has been made the default, these comments were largely fragile, in that it was easy for them to get out of date, and not be accurate anymore anyhow.
      
      This did create a number of constructor comments which basically say "Creates a [Foo].", but I don't really know how to avoid that in a large scale change, since there's not much you can really say in a lot of cases.  I think we might consider some leniency for constructors to the "Comment must be meaningful" style guidance (which we de facto have already, since there are a bunch of these).
      
      ## Related PRs
      - https://github.com/flutter/flutter/pull/134984
      - https://github.com/flutter/flutter/pull/134991
      - https://github.com/flutter/flutter/pull/134993
      - https://github.com/flutter/flutter/pull/134994
      
      ## Tests
       - Documentation only change.
      6e5134b0
  5. 13 Sep, 2023 1 commit
  6. 12 Sep, 2023 1 commit
  7. 07 Aug, 2023 1 commit
  8. 16 Jun, 2023 1 commit
  9. 08 Jun, 2023 1 commit
  10. 28 Apr, 2023 1 commit
  11. 24 Apr, 2023 1 commit
  12. 20 Apr, 2023 1 commit
  13. 10 Apr, 2023 1 commit
  14. 07 Apr, 2023 1 commit
  15. 23 Mar, 2023 1 commit
  16. 22 Mar, 2023 2 commits
  17. 24 Jan, 2023 1 commit
  18. 03 Jan, 2023 1 commit
  19. 11 Dec, 2022 1 commit
  20. 07 Oct, 2022 2 commits
  21. 27 Sep, 2022 1 commit
  22. 10 Aug, 2022 1 commit
  23. 29 Jul, 2022 1 commit
  24. 18 Jul, 2022 1 commit
  25. 07 Jun, 2022 1 commit
  26. 06 Jun, 2022 1 commit
  27. 26 May, 2022 1 commit
  28. 24 May, 2022 1 commit
  29. 20 May, 2022 1 commit
  30. 19 May, 2022 1 commit
  31. 14 Apr, 2022 1 commit
  32. 25 Mar, 2022 1 commit
  33. 21 Mar, 2022 1 commit
  34. 08 Feb, 2022 1 commit
  35. 03 Feb, 2022 1 commit
  36. 07 Dec, 2021 1 commit
  37. 15 Oct, 2021 1 commit
  38. 08 Oct, 2021 1 commit