flutter/examples/material_gallery/lib/demo
Hans Muller 65dca5b578 Correct the TabBarView swipe selection change animation
The TabBarSelection change animation needs to start where the fling's drag gesture ended rather than from zero.  The intial vlaue of progress for the TabBarSelection's performance is now converted from the range used during an interactive drag, to the range used when animating from the previously selected tab to the new one.

TabBarSelection now requires a maxIndex parameter.
2015-12-16 15:30:45 -08:00
..
chip_demo.dart Move Material Gallery demos into a directory 2015-11-25 23:16:39 -08:00
date_picker_demo.dart Move Material Gallery demos into a directory 2015-11-25 23:16:39 -08:00
drop_down_demo.dart Move Material Gallery demos into a directory 2015-11-25 23:16:39 -08:00
modal_bottom_sheet_demo.dart Added bottom sheet demos to the Material gallery 2015-12-15 16:27:22 -08:00
persistent_bottom_sheet_demo.dart Added bottom sheet demos to the Material gallery 2015-12-15 16:27:22 -08:00
selection_controls_demo.dart Properly paint disabled switches 2015-11-26 11:50:15 -08:00
slider_demo.dart Slider Improvements 2015-12-04 11:23:16 -08:00
tabs_demo.dart Correct the TabBarView swipe selection change animation 2015-12-16 15:30:45 -08:00
time_picker_demo.dart Move Material Gallery demos into a directory 2015-11-25 23:16:39 -08:00
widget_demo.dart Added bottom sheet demos to the Material gallery 2015-12-15 16:27:22 -08:00