1. 09 Jul, 2020 1 commit
  2. 08 Jul, 2020 1 commit
  3. 07 Jul, 2020 3 commits
  4. 06 Jul, 2020 1 commit
  5. 02 Jul, 2020 1 commit
  6. 30 Jun, 2020 2 commits
  7. 24 Jun, 2020 1 commit
  8. 23 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [versions] update all versions and fix tool tests (#60127) · 37db92be
      Jonah Williams authored
      Update all versions, specifically file which fixes some bugs that caused tests to fail if run in different orders:
      
      - systemTemp directories created by MemoryFileSystem will allot names based on the file system instance instead of globally.
      - MemoryFile.readAsLines()/readAsLinesSync() no longer treat a final newline in the file as the start of a new, empty line.
      - RecordingFile.readAsLine()/readAsLinesSync() now always record a final newline.
      37db92be
  9. 19 Jun, 2020 4 commits
  10. 18 Jun, 2020 1 commit
  11. 17 Jun, 2020 1 commit
  12. 16 Jun, 2020 1 commit
  13. 15 Jun, 2020 1 commit
  14. 12 Jun, 2020 1 commit
  15. 11 Jun, 2020 1 commit
  16. 10 Jun, 2020 1 commit
  17. 08 Jun, 2020 2 commits
  18. 05 Jun, 2020 1 commit
  19. 04 Jun, 2020 1 commit
  20. 03 Jun, 2020 5 commits
  21. 02 Jun, 2020 3 commits
  22. 31 May, 2020 1 commit
  23. 29 May, 2020 2 commits
    • 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
    • Tianguang's avatar
      Run `flutter update-packages --force-upgrade`. (#58104) · 03c74eb4
      Tianguang authored
      * Run `flutter update-packages --force-upgrade`.
      * Update test to 1.14.5.
      03c74eb4
  24. 27 May, 2020 1 commit
  25. 20 May, 2020 1 commit
  26. 18 May, 2020 1 commit