1. 18 Jan, 2016 2 commits
  2. 16 Jan, 2016 4 commits
  3. 15 Jan, 2016 7 commits
  4. 14 Jan, 2016 14 commits
  5. 13 Jan, 2016 11 commits
  6. 12 Jan, 2016 2 commits
    • Adam Barth's avatar
      Update engine · d444ae7d
      Adam Barth authored
      Also, update callers of deprecated methods.
      d444ae7d
    • Hans Muller's avatar
      Merge pull request #1190 from HansMuller/fab_switch · ed121703
      Hans Muller authored
      Floating Action Button transitions
      
      When the scaffold's floating action button (FAB) is replaced the old FAB shrinks to zero and then the new one grows to its full size. When a FAB is shown, its child spins into place.
      
      This is all intended to be a good approximation of the "Lateral Screens" section of the material design spec.
      
      The fab.dart example is included as stop gap until the gallery and other demos have been updated.
      ed121703