1. 03 Aug, 2021 1 commit
  2. 28 Jul, 2021 1 commit
  3. 25 Jun, 2021 1 commit
  4. 13 May, 2021 1 commit
  5. 03 Apr, 2021 1 commit
  6. 31 Mar, 2021 1 commit
  7. 18 Mar, 2021 1 commit
  8. 18 Feb, 2021 1 commit
  9. 07 Jan, 2021 1 commit
  10. 06 Jan, 2021 1 commit
  11. 21 Nov, 2020 1 commit
  12. 20 Nov, 2020 1 commit
  13. 02 Nov, 2020 1 commit
  14. 10 Oct, 2020 1 commit
  15. 09 Oct, 2020 1 commit
  16. 27 Sep, 2020 1 commit
  17. 29 Aug, 2020 1 commit
  18. 27 Aug, 2020 1 commit
  19. 24 Aug, 2020 1 commit
  20. 18 Aug, 2020 1 commit
  21. 14 Aug, 2020 2 commits
  22. 28 Jul, 2020 1 commit
  23. 23 Jul, 2020 1 commit
  24. 17 Jun, 2020 1 commit
  25. 11 Jun, 2020 2 commits
  26. 31 May, 2020 1 commit
  27. 29 May, 2020 1 commit
    • liyuqian's avatar
      Add clipBehavior to widgets with clipRect (#55977) · cd593dae
      liyuqian authored
      * Add clipBehavior to RenderFlex
      
      * Add clipBehavior to FittedBox
      
      * Add clipBehavior to Flex and FittedBox
      
      * Add clipBehavior to UnconstrainedBox
      
      * Add clipBehavior to Stack and Wrap
      
      * Add clipBehavior to TextEditable
      
      * Add clipBehavior to ListWheelScrollView
      
      * Add clipBehavior to SingleChildScrollView
      
      * Add clipBehavior to RenderViewportBase's widgets
      
      Those widgets are NestedScrollView and ShrinkWrappingViewport.
      
      * Fix tests
      
      * Remove enum Overflow and fix typo
      
      * Remove clipToSize
      
      * Analyze fix
      
      * Remove Mixin and other small fixes
      
      * Fix tests and respect Stack's default clipBehavior
      
      * Add Overflow back to make it non-breaking
      
      * Restore clipBehavior to make it non-breaking
      
      * Small fixes
      
      * Fix rebase
      cd593dae
  28. 14 May, 2020 1 commit
  29. 28 Feb, 2020 1 commit
  30. 26 Feb, 2020 1 commit
  31. 25 Feb, 2020 1 commit
  32. 22 Jan, 2020 1 commit
  33. 15 Jan, 2020 1 commit
  34. 07 Jan, 2020 2 commits
  35. 13 Dec, 2019 1 commit
  36. 05 Dec, 2019 1 commit
    • Greg Spencer's avatar
      Normalizes all of the "See also" blocks in comments. (#46121) · c6fe7bb9
      Greg Spencer authored
      This normalizes all of the "See also" blocks in comments so that they conform in style.
      
      They all look like this now:
      
        /// See also:
        ///
        ///  * [MyFavoriteWidget], because it's cool.
        class Foo {}
      
      I removed some useless "See also" blocks, and added commentary to ones that were just "bare" references.
      
      This is my penance for adding so many bullets that are "-" instead of "*". :-)
      c6fe7bb9
  37. 04 Dec, 2019 1 commit