1. 15 Dec, 2017 1 commit
  2. 08 Dec, 2017 1 commit
    • xster's avatar
      Let translucent Cupertino bars have its scaffold children automatically pad... · ecf50418
      xster authored
      Let translucent Cupertino bars have its scaffold children automatically pad their heights - second try (#13440)
      
      * Let translucent Cupertino bars have its scaffold children automatically pad their heights (#13194)
      
      * Let lists automatically add sliver padding from media query. Translucent nav and tab bars leave behind media query paddings in scaffolds.
      
      * tests
      
      * const lint
      
      * Rename base abstract class to generalized ObstructingPreferredSizeWidget
      
      * review
      
      * More docs and comments from #13317
      ecf50418
  3. 02 Dec, 2017 1 commit
  4. 01 Dec, 2017 1 commit
    • Chris Bracken's avatar
      Extract Cupertino chat row class (#13288) · 7a4df90b
      Chris Bracken authored
      Extracts Tab2ConversationRow class that consolidates widget tree for a
      chat message in the Cupertino navagation chat demo. This refactoring
      simplifies adding SafeArea support to handle iOS 11 safe areas in a
      followup patch.
      7a4df90b
  5. 30 Nov, 2017 2 commits
  6. 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
  7. 02 Oct, 2017 1 commit
  8. 12 Jun, 2017 1 commit
  9. 11 May, 2017 1 commit
  10. 03 May, 2017 1 commit
  11. 23 Apr, 2017 1 commit
  12. 17 Apr, 2017 1 commit
  13. 07 Apr, 2017 1 commit
  14. 04 Apr, 2017 1 commit
  15. 20 Mar, 2017 1 commit
  16. 08 Mar, 2017 1 commit
  17. 02 Mar, 2017 2 commits
    • xster's avatar
      Fix test (#8536) · e55c7239
      xster authored
      e55c7239
    • xster's avatar
      Add Cupertino to gallery and add CupertinoButton and many yak friends (#8411) · a76c352d
      xster authored
      * Add cupertino to gallery and add CupertinoButto
      
      * Use single quotes
      
      * Add disabled state
      
      * Some review notes
      
      * Make button animation more responsive and tweak timing
      
      * Renamed things Cupertino
      
      * Button with background, move cupertino demos, move material demos
      
      * Move 2 level list too
      
      * Refactor various demo route names
      
      * Some review notes
      
      * More reviews and add test
      
      * Linter as
      
      * Move private constant up
      a76c352d