1. 18 Sep, 2019 1 commit
  2. 31 Jul, 2019 1 commit
  3. 26 Jul, 2019 2 commits
  4. 06 Nov, 2018 2 commits
  5. 23 Oct, 2018 1 commit
  6. 16 Oct, 2018 1 commit
  7. 01 Oct, 2018 1 commit
  8. 12 Sep, 2018 1 commit
  9. 06 Sep, 2018 1 commit
    • liyuqian's avatar
      Enable fading animation during page transitions. (#21394) · 6c4b38b7
      liyuqian authored
      The average frame time of page transitions on Moto G4 is now very
      close to 16ms (the last 10 measurements on our dashboard are
      between 15.5ms to 16.7ms and half of them are below 16ms).
      
      It is now much faster than when we disabled it (which was at about
      35ms). So I think that we should be able to enable it by default.
      I'll leave the flag there until we implement the retained rendering
      to bring the frame time comfortably below 16ms.
      
      See https://github.com/flutter/flutter/issues/13736
      6c4b38b7
  10. 28 Aug, 2018 1 commit
  11. 15 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Shim package:test to avoid matcher issues (#20602) · 686d8f8a
      Ian Hickson authored
      * Upgrade everything except matcher.
      * Roll matcher (and test)
      * Adjust tests that depend on flutter:test directly to depend on a shim
      * Require use of package:test shim and remove other references to package:test
      686d8f8a
  12. 06 Aug, 2018 1 commit
  13. 02 Aug, 2018 3 commits
  14. 27 Jul, 2018 1 commit
  15. 23 Jul, 2018 1 commit
  16. 16 Jul, 2018 2 commits
  17. 12 Jul, 2018 3 commits
  18. 16 May, 2018 2 commits
  19. 15 May, 2018 2 commits
  20. 07 May, 2018 1 commit
  21. 04 May, 2018 1 commit
  22. 03 May, 2018 2 commits
  23. 30 Apr, 2018 1 commit
  24. 27 Apr, 2018 1 commit
  25. 26 Apr, 2018 1 commit
  26. 25 Apr, 2018 1 commit
  27. 28 Mar, 2018 1 commit
  28. 27 Mar, 2018 1 commit
  29. 22 Mar, 2018 2 commits
    • xster's avatar
    • xster's avatar
      Cupertino pull to refresh part 1: sliver and a simple indicator widget builder (#15324) · feadfd2e
      xster authored
      * Gallery scaffolding
      
      * Started RenderSliver
      
      * demo and initial hookup
      
      * Cleaned up demo more and scaffolding basic sliver->widget communication structure.
      
      * works
      
      * states and default indicator building works
      
      * start adding docs
      
      * added an alignment setting optimized the sliver relayout mechanism
      
      * tested a default bottom aligned sized indicator
      
      * Added a bunch of tests
      
      * more fixes and more tests
      
      * Finished the tests
      
      * Add docs
      
      * Add more doc diffing wrt material pull to refresh
      
      * Mention nav bar synergy
      
      * add more asserts
      
      * review 1
      
      * Fix mockito 2 / dart 2 / strong typed tests
      
      * review
      
      * Remove the vscode config
      
      * review
      feadfd2e