1. 09 May, 2019 1 commit
  2. 03 May, 2019 1 commit
  3. 23 Apr, 2019 1 commit
  4. 22 Apr, 2019 1 commit
  5. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  6. 21 Feb, 2019 1 commit
  7. 11 Dec, 2018 1 commit
  8. 10 Dec, 2018 1 commit
  9. 17 Nov, 2018 1 commit
  10. 12 Sep, 2018 1 commit
  11. 11 Sep, 2018 1 commit
    • Dan Field's avatar
      Fix keepalive for large jumps on tabs and lists. (#21350) · 98ad574d
      Dan Field authored
      * Ensure that the _childElements map is properly traversed as a sparse list and not inflated with garbage collected children.
      
      * Add tests to ensure Lists/Tabs with KeepAlive children can make large jumps, don't lose children (including after rebuild).
      98ad574d
  12. 25 Jun, 2018 1 commit
  13. 21 Jun, 2018 1 commit
  14. 16 Jun, 2018 1 commit
  15. 15 Jun, 2018 1 commit
    • liyuqian's avatar
      Skip painting hidden children of a sliver list (#18465) · 38065376
      liyuqian authored
      We have many hidden children because of iOS accessibility (see also #18410).
      
      For example, in the tile screen of complex_layout app, there could be up to 20 children being painted without this PR. With this PR, only 12 get painted.
      
      This should improve the performance of FL-53 by 40%.
      38065376
  16. 05 Jun, 2018 1 commit
  17. 04 May, 2018 1 commit
  18. 20 Mar, 2018 1 commit
  19. 05 Feb, 2018 1 commit
  20. 17 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Fix spelling errors in all the dartdocs. (#13061) · 0259be90
      Greg Spencer authored
      I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once.
      
      This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
      0259be90
  21. 25 Oct, 2017 1 commit
  22. 22 Oct, 2017 1 commit
  23. 04 Oct, 2017 1 commit
  24. 21 Sep, 2017 1 commit
  25. 29 Aug, 2017 1 commit
  26. 03 Aug, 2017 1 commit
  27. 25 Jul, 2017 1 commit
  28. 28 Jun, 2017 1 commit
  29. 05 Jun, 2017 1 commit
  30. 05 May, 2017 1 commit
  31. 30 Mar, 2017 1 commit
    • Adam Barth's avatar
      SliverChildDelegate should know which children are live (#9073) · 0e43e581
      Adam Barth authored
      This patch adds a notification to SliverChildDelegate that says which
      children are alive after each layout. The delegate can use this
      information to optimize it's underlying model of the children (e.g., by
      discarding models for children that are far outside the live range).
      
      Fixes #9045
      0e43e581
  32. 29 Mar, 2017 1 commit
  33. 13 Mar, 2017 2 commits
  34. 23 Feb, 2017 1 commit
  35. 09 Feb, 2017 1 commit
  36. 04 Feb, 2017 2 commits
  37. 01 Feb, 2017 2 commits