flutter/dev/integration_tests/flutter_gallery/lib/demo/material
Nate 870c5541c3
switch expressions: finale (#148711)
### fixes #136139

<br>

<details open> <summary><b>getting sentimental in the PR description</b> (click to collapse)<br><br></summary>

The past 7 months have been quite the journey—I made some huge blunders and some huge accomplishments—a very fun time overall.

I really appreciate the people who took the time to perform code review for my refactoring shenanigans: **christopherfujino**, **andrewkolos**, **LongCatIsLooong**, **gspencergoog**, **loic-sharma**, **Piinks**, **bernaferrari**, **bartekpacia**, **bleroux**, **kevmoo**, **rakudrama**, **XilaiZhang**, **QuncCccccc**, **MominRaza**, and **victorsanni**.

And a huge shoutout to 2 individuals:
- @justinmc, for offering to sponsor me for commit access (words could not describe my excitement)
- @goderbauer, for being super duper proactive and consistent with code review

<br>

</details>

This pull request makes 13 "switch statements → switch expressions" PRs in total, reducing the LOC in this repo by **1,974**!

From now on, I'll make sure to request a test exemption for each refactoring PR 🙂
2024-05-21 16:18:05 +00:00
..
backdrop_demo.dart Implement new AnimationStatus getters (#148570) 2024-05-20 17:43:03 +00: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 Refactoring if chains into switch statements (#144905) 2024-03-11 23:04:57 +00:00
buttons_demo.dart Prepare flutter_gallery for use_super_parameters (#100515) 2022-03-28 16:04:22 -07:00
cards_demo.dart switch expressions: finale (#148711) 2024-05-21 16:18:05 +00:00
chip_demo.dart Reland "Reland - Introduce tone-based surfaces and accent color add-ons - Part 2" (#144273) 2024-02-28 13:55:50 -08: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 Tweak to fix context.mounted in dialog_demo (#147998) 2024-05-08 19:56:22 +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 Reapply new PopScope API (#147607) 2024-05-07 09:04:49 -07: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 Reland "if chains → switch expressions" (#148634) 2024-05-20 17:43:00 +00:00
material.dart Move flutter_gallery to the testing folder (#52532) 2020-03-16 10:31:42 +01:00
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 switch statement cleanup (#148382) 2024-05-16 17:16:06 -07: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 Reapply new PopScope API (#147607) 2024-05-07 09:04:49 -07:00
tooltip_demo.dart Deprecate 2018 text theme parameters (#109817) 2022-08-22 20:00:34 +00:00