flutter/examples/flutter_gallery/lib/demo/material
Michael Beckler 9abce96e8e BottomNavigationBar: bug fix for dealing with animations with shifting tabs (#22264)
Should fix #22226.

Code introduced in #20890 caused a regression that broke color flooding animations in a BottomNavigationBar that has BottomNavigationBarType.shifting.

The original issue (#19653) dealt with background color changes not occurring until another tab was selected. The result is that the background color instantly changes whenever the state changes and when the widget changes, instead of allowing a new widget to animate the background color change.
2018-11-07 09:20:27 -08:00
..
backdrop_demo.dart cleanup accessibility test skips in gallery (#23977) 2018-11-06 13:29:23 -08:00
bottom_app_bar_demo.dart cleanup accessibility test skips in gallery (#23977) 2018-11-06 13:29:23 -08:00
bottom_navigation_demo.dart BottomNavigationBar: bug fix for dealing with animations with shifting tabs (#22264) 2018-11-07 09:20:27 -08:00
buttons_demo.dart cleanup accessibility test skips in gallery (#23977) 2018-11-06 13:29:23 -08:00
cards_demo.dart cleanup accessibility test skips in gallery (#23977) 2018-11-06 13:29:23 -08:00
chip_demo.dart add missing type parameter on methods (#22096) 2018-10-01 21:29:08 +02:00
data_table_demo.dart Add API docs link to each gallery demo (#22379) 2018-09-28 16:06:41 -07:00
date_and_time_picker_demo.dart Prefer void to null (#22977) 2018-10-16 22:03:06 +02:00
dialog_demo.dart Prefer void to null (#22977) 2018-10-16 22:03:06 +02:00
drawer_demo.dart add missing type parameter on methods (#22096) 2018-10-01 21:29:08 +02:00
elevation_demo.dart add missing type parameter on methods (#22096) 2018-10-01 21:29:08 +02:00
expansion_panels_demo.dart use RadioListTile in expansion panels demo (#20240) 2018-10-02 11:15:17 -07:00
full_screen_dialog_demo.dart Prefer void to null (#22977) 2018-10-16 22:03:06 +02:00
grid_list_demo.dart add missing type parameter on methods (#22096) 2018-10-01 21:29:08 +02:00
icons_demo.dart Add API docs link to each gallery demo (#22379) 2018-09-28 16:06:41 -07:00
leave_behind_demo.dart add missing type parameter on methods (#22096) 2018-10-01 21:29:08 +02:00
list_demo.dart Prefer void to null (#22977) 2018-10-16 22:03:06 +02:00
material.dart [Gallery] Material elevations (shadows) demo (#20842) 2018-08-22 13:02:35 -04:00
menu_demo.dart Add API docs link to each gallery demo (#22379) 2018-09-28 16:06:41 -07:00
modal_bottom_sheet_demo.dart Add API docs link to each gallery demo (#22379) 2018-09-28 16:06:41 -07:00
overscroll_demo.dart Prefer void to null (#22977) 2018-10-16 22:03:06 +02:00
page_selector_demo.dart add missing type parameter on methods (#22096) 2018-10-01 21:29:08 +02:00
persistent_bottom_sheet_demo.dart Prefer void to null (#22977) 2018-10-16 22:03:06 +02:00
progress_indicator_demo.dart add missing type parameter on methods (#22096) 2018-10-01 21:29:08 +02:00
reorderable_list_demo.dart Prefer void to null (#22977) 2018-10-16 22:03:06 +02:00
scrollable_tabs_demo.dart add missing type parameter on methods (#22096) 2018-10-01 21:29:08 +02:00
search_demo.dart add missing type parameter on methods (#22096) 2018-10-01 21:29:08 +02:00
selection_controls_demo.dart Material Switch optionally adapts per platform: Switch.adaptive() (#22688) 2018-10-08 10:39:59 -07:00
slider_demo.dart Add API docs link to each gallery demo (#22379) 2018-09-28 16:06:41 -07:00
snack_bar_demo.dart add missing type parameter on methods (#22096) 2018-10-01 21:29:08 +02:00
tabs_demo.dart add missing type parameter on methods (#22096) 2018-10-01 21:29:08 +02:00
tabs_fab_demo.dart cleanup accessibility test skips in gallery (#23977) 2018-11-06 13:29:23 -08:00
text_form_field_demo.dart cleanup accessibility test skips in gallery (#23977) 2018-11-06 13:29:23 -08:00
tooltip_demo.dart add missing type parameter on methods (#22096) 2018-10-01 21:29:08 +02:00
two_level_list_demo.dart Add API docs link to each gallery demo (#22379) 2018-09-28 16:06:41 -07:00