flutter/dev/integration_tests/flutter_gallery/lib/demo/material
Nate 3267fbc07a
Implement switch expressions in dev/ (#139048)
I previously made a PR (#136140) that used `switch` expressions to make some parts of the Flutter codebase easier to understand. It was assigned to the framework team, and @christopherfujino let me know that it was too large to effectively review and recommended breaking it up into smaller pull requests.

Here's a PR that only targets files in the `dev/` directory. Hopefully this will be easier to work with!

(solves issue https://github.com/flutter/flutter/issues/136139)
2023-11-28 23:40:28 +00:00
..
backdrop_demo.dart Enable use_colored_box lint (#117370) 2022-12-20 14:09:55 -08:00
banner_demo.dart Remove 1745 decorative breaks (#123259) 2023-03-22 21:12:22 +00:00
bottom_app_bar_demo.dart Make Flex,Row,Column const for real (#119673) 2023-02-02 19:33:57 +00:00
bottom_navigation_demo.dart Unify analysis options (#108462) 2022-07-28 09:07:49 -07:00
buttons_demo.dart Prepare flutter_gallery for use_super_parameters (#100515) 2022-03-28 16:04:22 -07:00
cards_demo.dart Remove 1745 decorative breaks (#123259) 2023-03-22 21:12:22 +00:00
chip_demo.dart Deprecate ThemeData errorColor and backgroundColor (#110162) 2022-09-02 04:02:55 +00:00
data_table_demo.dart Unify analysis options (#108462) 2022-07-28 09:07:49 -07:00
date_and_time_picker_demo.dart Allow date pickers to not have selected date (#132343) 2023-08-17 23:45:57 +00:00
dialog_demo.dart Deprecate 2018 text theme parameters (#109817) 2022-08-22 20:00:34 +00:00
drawer_demo.dart Deprecate 2018 text theme parameters (#109817) 2022-08-22 20:00:34 +00:00
elevation_demo.dart Updating PrimaryScrollController for Desktop (#102099) 2022-06-09 16:49:45 -05:00
expansion_panels_demo.dart ExpansionPanel isExpanded callback parameter (Ticket 74114) (#128082) 2023-06-09 17:47:59 +00:00
expansion_tile_list_demo.dart Updating PrimaryScrollController for Desktop (#102099) 2022-06-09 16:49:45 -05:00
full_screen_dialog_demo.dart Reland root predictive back (#132249) 2023-08-17 23:55:05 +00:00
grid_list_demo.dart Unify analysis options (#108462) 2022-07-28 09:07:49 -07:00
icons_demo.dart Deprecate 2018 text theme parameters (#109817) 2022-08-22 20:00:34 +00:00
leave_behind_demo.dart Add spaces after flow control statements (#126320) 2023-05-15 11:07:30 +02:00
list_demo.dart Remove unused generic type from BottomSheet (#137791) 2023-11-03 22:25:37 +00:00
material.dart
menu_demo.dart Unify analysis options (#108462) 2022-07-28 09:07:49 -07:00
modal_bottom_sheet_demo.dart Prepare flutter_gallery for use_super_parameters (#100515) 2022-03-28 16:04:22 -07:00
overscroll_demo.dart Unify analysis options (#108462) 2022-07-28 09:07:49 -07:00
page_selector_demo.dart Add maybeOf for all the cases where of returns nullable. (#114120) 2022-10-31 23:09:09 +00:00
persistent_bottom_sheet_demo.dart Remove unused generic type from BottomSheet (#137791) 2023-11-03 22:25:37 +00:00
progress_indicator_demo.dart Remove 1745 decorative breaks (#123259) 2023-03-22 21:12:22 +00:00
reorderable_list_demo.dart Remove unused generic type from BottomSheet (#137791) 2023-11-03 22:25:37 +00:00
scrollable_tabs_demo.dart Implement switch expressions in dev/ (#139048) 2023-11-28 23:40:28 +00:00
search_demo.dart Make Flex,Row,Column const for real (#119673) 2023-02-02 19:33:57 +00:00
selection_controls_demo.dart Make Flex,Row,Column const for real (#119673) 2023-02-02 19:33:57 +00:00
slider_demo.dart Remove 1745 decorative breaks (#123259) 2023-03-22 21:12:22 +00:00
snack_bar_demo.dart Prepare flutter_gallery for use_super_parameters (#100515) 2022-03-28 16:04:22 -07:00
tabs_demo.dart Deprecate 2018 text theme parameters (#109817) 2022-08-22 20:00:34 +00:00
tabs_fab_demo.dart Remove unused generic type from BottomSheet (#137791) 2023-11-03 22:25:37 +00:00
text_form_field_demo.dart Reland root predictive back (#132249) 2023-08-17 23:55:05 +00:00
tooltip_demo.dart Deprecate 2018 text theme parameters (#109817) 2022-08-22 20:00:34 +00:00