flutter/examples/flutter_gallery/lib/demo/material
xster 58ddde88f4 Make Cupertino page transitions match native behaviours (#9138)
* Moved stuff around yet

* Fix depedencies

* Add more dartdoc comments to packages

* Remove Cupertino dependency on material

* Removed mountain_view package and added page transition test

* Fix analyze warnings

* Remove commented code

* Partial solution. Still need to stop the animation on the previous page for modal

* Some review notes

* Move the cupertino back gesture controller’s lifecycle management back to its parent

* Reviews

* Add background color

* Directional curves, full screen transition

* Don’t perform the exit animation if the incoming page is a dialog

* It works!

* Test structures

* Add a bunch of more tests and fix the gallery

* One more comment

* Review notes

* final controller

* Use that sweet sweet `is!` keyword

* Play golf, because I’m bitter that there’s no nullable `as` or something in dart

* Remove a space

* Review notes

* Remove the last deprecated test
2017-04-03 12:44:43 -07:00
..
bottom_navigation_demo.dart use color.shadeXxx instead of color[Xxx] (#8932) 2017-03-21 23:14:55 +01:00
buttons_demo.dart Rename ListItem to ListTile, document ListTile fixed height geometry (#8769) 2017-03-14 11:46:30 -07:00
cards_demo.dart add @required when there's an assert not null (#9124) 2017-03-31 18:34:13 +02:00
chip_demo.dart Declare locals final where not reassigned (gallery) (#8571) 2017-03-03 17:51:21 -08:00
data_table_demo.dart prefer_final_fields (#8967) 2017-03-29 21:21:46 +02:00
date_and_time_picker_demo.dart Rationalize text input widgets (#9119) 2017-04-01 17:30:21 -07:00
dialog_demo.dart Make Cupertino page transitions match native behaviours (#9138) 2017-04-03 12:44:43 -07:00
drawer_demo.dart Eliminated DrawerItem, use ListTile instead (#8992) 2017-03-24 15:34:43 -07:00
expansion_panels_demo.dart Rationalize text input widgets (#9119) 2017-04-01 17:30:21 -07:00
full_screen_dialog_demo.dart add @required when there's an assert not null (#9124) 2017-03-31 18:34:13 +02:00
grid_list_demo.dart add @required when there's an assert not null (#9124) 2017-03-31 18:34:13 +02:00
icons_demo.dart Now each Colors.foo constant is-a Color and a color swatch (#8833) 2017-03-17 15:24:54 -07:00
leave_behind_demo.dart Rename Dismissable to Dismissible (#8919) 2017-03-20 16:17:08 -07:00
list_demo.dart Rename ListItem to ListTile, document ListTile fixed height geometry (#8769) 2017-03-14 11:46:30 -07:00
material.dart Rationalize text input widgets (#9119) 2017-04-01 17:30:21 -07:00
menu_demo.dart Add a constant for padding in a Material ListView (#8918) 2017-03-20 16:18:41 -07:00
modal_bottom_sheet_demo.dart Add Cupertino to gallery and add CupertinoButton and many yak friends (#8411) 2017-03-01 16:06:48 -08:00
overscroll_demo.dart Add a constant for padding in a Material ListView (#8918) 2017-03-20 16:18:41 -07:00
page_selector_demo.dart Declare locals final where not reassigned (gallery) (#8571) 2017-03-03 17:51:21 -08:00
persistent_bottom_sheet_demo.dart use color.shadeXxx instead of color[Xxx] (#8932) 2017-03-21 23:14:55 +01:00
progress_indicator_demo.dart Declare locals final where not reassigned (gallery) (#8571) 2017-03-03 17:51:21 -08:00
scrollable_tabs_demo.dart Add Cupertino to gallery and add CupertinoButton and many yak friends (#8411) 2017-03-01 16:06:48 -08:00
selection_controls_demo.dart Declare locals final where not reassigned (gallery) (#8571) 2017-03-03 17:51:21 -08:00
slider_demo.dart Add Cupertino to gallery and add CupertinoButton and many yak friends (#8411) 2017-03-01 16:06:48 -08:00
snack_bar_demo.dart Add Cupertino to gallery and add CupertinoButton and many yak friends (#8411) 2017-03-01 16:06:48 -08:00
tabs_demo.dart Rename ImageFit to BoxFit (#8871) 2017-03-17 15:21:55 -07:00
tabs_fab_demo.dart use color.shadeXxx instead of color[Xxx] (#8932) 2017-03-21 23:14:55 +01:00
text_form_field_demo.dart Rationalize text input widgets (#9119) 2017-04-01 17:30:21 -07:00
tooltip_demo.dart Add Cupertino to gallery and add CupertinoButton and many yak friends (#8411) 2017-03-01 16:06:48 -08:00
two_level_list_demo.dart Add Cupertino to gallery and add CupertinoButton and many yak friends (#8411) 2017-03-01 16:06:48 -08:00