flutter/examples/api/lib/material
Bryan Oltman 89f755c2df
Replace references to LinearProgressIndicator in CircularProgressIndicator example (#103349)
* Replace references to LinearProgressIndicator in CircularProgressIndicator example

* Add test

* fix copyright header
2022-05-09 16:04:02 -04:00
..
about Clean up examples, remove section markers and --template args (#91133) 2021-10-04 12:16:17 -07:00
app_bar add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00
autocomplete complete migration of flutter repo to Object.hash* (#99505) 2022-03-04 12:56:21 -08:00
banner Enable sort_child_properties_last lint (#91585) 2021-10-11 21:23:02 -07:00
bottom_app_bar Enable sort_child_properties_last lint (#91585) 2021-10-11 21:23:02 -07:00
bottom_navigation_bar Clean up examples, remove section markers and --template args (#91133) 2021-10-04 12:16:17 -07:00
bottom_sheet add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00
button_style Migrate common buttons to Material 3 (#100794) 2022-04-08 17:03:21 -07:00
card Migrate Card widget to Material 3. (#100532) 2022-03-22 13:46:56 -07:00
checkbox Clean up examples, remove section markers and --template args (#91133) 2021-10-04 12:16:17 -07:00
checkbox_list_tile Enable avoid_print lint. (#91444) 2021-10-07 16:48:04 -07:00
chip Ban sync*/async* from user facing code (#95050) 2021-12-12 13:05:03 -08:00
data_table Fix a DataTable crash and improve some docs (#100959) 2022-04-19 04:19:08 -07:00
date_picker Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00
dialog Add Material 3 Dialog examples and update existing Dialog examples (#101508) 2022-04-18 04:14:05 -07:00
divider Clean up examples, remove section markers and --template args (#91133) 2021-10-04 12:16:17 -07:00
dropdown DropdownButton: Update selectedItemBuilder example to show case item alignment and update DropdownButton examples (#102748) 2022-05-06 00:14:08 -07:00
elevated_button Clean up examples, remove section markers and --template args (#91133) 2021-10-04 12:16:17 -07:00
expansion_panel Clean up examples, remove section markers and --template args (#91133) 2021-10-04 12:16:17 -07:00
expansion_tile Clean up examples, remove section markers and --template args (#91133) 2021-10-04 12:16:17 -07:00
flexible_space_bar Clean up examples, remove section markers and --template args (#91133) 2021-10-04 12:16:17 -07:00
floating_action_button Add Material 3 FloatingActionButton and FloatingActionButton variants examples (#101105) 2022-04-18 10:09:07 -07:00
floating_action_button_location Enable avoid_print lint. (#91444) 2021-10-07 16:48:04 -07:00
icon_button add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00
ink Add Ink.image clip examples (#93799) 2021-12-17 02:54:14 -08:00
ink_well Clean up examples, remove section markers and --template args (#91133) 2021-10-04 12:16:17 -07:00
input_decorator Add InputDecorator label color on error examples (#93480) 2021-12-08 17:24:08 -08:00
list_tile add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00
material_state Enable unnecessary_import (#101600) 2022-04-08 12:56:45 -07:00
navigation_bar add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00
navigation_rail add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00
outlined_button Enable avoid_print lint. (#91444) 2021-10-07 16:48:04 -07:00
platform_menu_bar add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00
popupmenu add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00
progress_indicator Replace references to LinearProgressIndicator in CircularProgressIndicator example (#103349) 2022-05-09 16:04:02 -04:00
radio Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00
radio_list_tile Enable avoid_print lint. (#91444) 2021-10-07 16:48:04 -07:00
range_slider Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00
refresh_indicator RefreshIndicator: Add an interactive example (#97254) 2022-01-28 02:40:06 -08:00
reorderable_list [dev, bots, examples] rename local functions with _s (#102703) 2022-04-28 10:44:06 -07:00
scaffold add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00
scrollbar Deprecate Scrollbar isAlwaysShown -> thumbVisibility (#96957) 2022-01-24 14:25:15 -08:00
slider Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00
snack_bar Clean up examples, remove section markers and --template args (#91133) 2021-10-04 12:16:17 -07:00
stepper Clean up examples, remove section markers and --template args (#91133) 2021-10-04 12:16:17 -07:00
switch_list_tile Enable avoid_print lint. (#91444) 2021-10-07 16:48:04 -07:00
tab_controller Clean up examples, remove section markers and --template args (#91133) 2021-10-04 12:16:17 -07:00
tabs Clean up examples, remove section markers and --template args (#91133) 2021-10-04 12:16:17 -07:00
text_button Clean up examples, remove section markers and --template args (#91133) 2021-10-04 12:16:17 -07:00
text_field Clean up examples, remove section markers and --template args (#91133) 2021-10-04 12:16:17 -07:00
text_form_field Enable avoid_print lint. (#91444) 2021-10-07 16:48:04 -07:00
theme Minor improvements to ThemeExtension example (#100693) 2022-03-30 16:05:27 +02:00
toggle_buttons ToggleButtons: Add interactive example (#100124) 2022-04-29 12:29:07 -07:00
tooltip Tooltip: Add an example for TooltipTriggerMode.manual and add tests for existing Tooltip examples (#100554) 2022-03-25 15:51:06 -07:00