1. 25 Sep, 2019 1 commit
  2. 17 Sep, 2019 1 commit
  3. 16 Aug, 2019 1 commit
  4. 12 Aug, 2019 1 commit
  5. 27 Mar, 2019 2 commits
  6. 20 Dec, 2018 1 commit
  7. 19 Dec, 2018 1 commit
  8. 12 Sep, 2018 1 commit
  9. 27 Aug, 2018 1 commit
  10. 05 Jun, 2018 1 commit
  11. 03 May, 2018 1 commit
  12. 05 Feb, 2018 1 commit
  13. 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
  14. 02 Dec, 2017 1 commit
  15. 30 Nov, 2017 1 commit
  16. 29 Sep, 2017 1 commit
  17. 28 Sep, 2017 1 commit
  18. 21 Sep, 2017 2 commits
    • xster's avatar
      Create a CupertinoTab to support parallel navigation trees in iOS (#12130) · f9e8da6d
      xster authored
      * Refactor CupertinoScaffold
      
      * Rename rootTabPageBuilder to tabBuilder
      
      * fix tab transparency padding
      
      * add a CupertinoTab
      
      * Add default background color
      
      * Add a bunch of examples
      
      * A bunch of tests
      
      * Refactor CupertinoScaffold
      
      * Rename rootTabPageBuilder to tabBuilder
      
      * fix tab transparency padding
      
      * Add default background color
      
      * review notes
      
      * fix test
      
      * review
      
      * Rename CupertinoTab to CupertinoTabView
      
      * remove final ; in sample code for analyzer
      f9e8da6d
    • xster's avatar
      Split CupertinoScaffold into CupertinoTabScaffold and CupertinoPageScaffold (#12106) · 6d470927
      xster authored
      * Refactor CupertinoScaffold
      
      * Rename rootTabPageBuilder to tabBuilder
      
      * fix tab transparency padding
      
      * Add default background color
      
      * review notes
      
      * fix test
      6d470927