1. 06 Nov, 2018 2 commits
  2. 23 Oct, 2018 1 commit
  3. 16 Oct, 2018 1 commit
  4. 01 Oct, 2018 1 commit
  5. 12 Sep, 2018 1 commit
  6. 28 Aug, 2018 1 commit
  7. 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
  8. 02 Aug, 2018 1 commit
  9. 27 Jul, 2018 1 commit
  10. 23 Jul, 2018 1 commit
  11. 16 Jul, 2018 2 commits
  12. 12 Jul, 2018 3 commits
  13. 16 May, 2018 1 commit
  14. 15 May, 2018 2 commits
  15. 07 May, 2018 1 commit
  16. 04 May, 2018 1 commit
  17. 03 May, 2018 2 commits
  18. 30 Apr, 2018 1 commit
  19. 27 Apr, 2018 1 commit
  20. 26 Apr, 2018 1 commit
  21. 25 Apr, 2018 1 commit
  22. 27 Mar, 2018 1 commit
  23. 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
  24. 26 Jan, 2018 1 commit
    • xster's avatar
      CupertinoPicker part 4 - create CupertinoPicker and add gallery demo (#14091) · 667f4785
      xster authored
      * controller, position and test
      
      * Make controllers swappable
      
      * WIP
      
      * Create a ListWheelScrollPhysics
      
      * Created picker and gallery demo and testing now
      
      * Works. Ready to document and test.
      
      * Document and add tests. Make the scroll controller more generic.
      
      * minor cleanup
      
      * review
      
      * review
      
      * fix tests
      
      * stop using TransformLayers for now
      667f4785
  25. 25 Jan, 2018 1 commit
  26. 29 Nov, 2017 2 commits
  27. 03 Nov, 2017 1 commit
    • xster's avatar
      Add an iOS style demo to the gallery (#12651) · 89405002
      xster authored
      * Built first tab
      
      * Small additions
      
      * started tab 3
      
      * Need color arithmetics
      
      * tab 2 built
      
      * finalize
      
      * lint and tests
      
      * review
      
      * Reapply docs after rebase
      
      * use color.computeLuminance
      
      * linter
      
      * nit
      89405002
  28. 27 Sep, 2017 1 commit
  29. 15 Jun, 2017 1 commit
  30. 14 Jun, 2017 1 commit
  31. 12 Apr, 2017 1 commit
  32. 30 Mar, 2017 1 commit
    • Chris Bracken's avatar
      Restrict timeline collection to a subset of demos (#9093) · bd8e431d
      Chris Bracken authored
      Also refactors demos list into a class with `synchronized` and
      `profiled` properties.
      
      When run with --trace-startup, as we do in this test, the VM stores
      trace events in an endless buffer instead of a ring buffer. To avoid
      out-of-memory conditions, we restrict timeline collection to a subset.
      bd8e431d