1. 22 Mar, 2018 6 commits
    • Greg Spencer's avatar
      Creating chips custom renderer, updating visual look. (#15596) · 4141946c
      Greg Spencer authored
      This updates the visual look of the Chip class, so that it scales properly in the face of text scale (and label widget size) changes, and bases its height off of the label widget's height, constraining the other widgets it contains to be the same height.
      
      To do this properly, I had to implement a custom render object that will measure the height of the label, so the guts of this class are basically rewritten.
      
      In addition, to allow the circle avatar to increase in size when the chip does, I added minRadius and maxRadius arguments to it, and I updated its color handling to use the light/dark primary colors of the theme in a smart way instead of just using black and white.
      
      Updated and added tests.
      4141946c
    • xster's avatar
      2614c7d9
    • Greg Spencer's avatar
      30adac1a
    • Ian Hickson's avatar
      Fix RTL icons (#15095) · f2ffc8de
      Ian Hickson authored
      f2ffc8de
    • 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
    • xster's avatar
      Add more docs and examples for implementers of RenderSliver (#15419) · fcf09414
      xster authored
      * Add more docs and examples for implementers of RenderSliver
      
      * add more typical scenarios to describe scrollOffset
      
      * review
      
      * tweak a word
      fcf09414
  2. 21 Mar, 2018 8 commits
  3. 20 Mar, 2018 14 commits
  4. 19 Mar, 2018 12 commits