1. 09 Apr, 2018 3 commits
  2. 08 Apr, 2018 1 commit
  3. 07 Apr, 2018 1 commit
  4. 06 Apr, 2018 7 commits
  5. 05 Apr, 2018 10 commits
  6. 04 Apr, 2018 16 commits
  7. 03 Apr, 2018 2 commits
    • Greg Spencer's avatar
      Add AnimatedChildSwitcher widget (#16192) · 6c896ae1
      Greg Spencer authored
      The AnimatedChildSwitcher widget (originally authored by Hixie), will cross-fade between a new child, and a previous child (or children, if the switch happens faster than the fade finishes).
      
      It's a good candidate for places where a widget will be added/removed from a slot, and you want a nice transition to occur.
      6c896ae1
    • Hans Muller's avatar
      Added BottomAppBar docked FloatingActionButtonLocations (#16167) · f3c742c8
      Hans Muller authored
      * Added BottomAppBar docked FloationActionButtonLocations
      
      * Moved the startTop FloatingActionButtonLocation to the demo
      
      * fixed a typo
      f3c742c8