flutter/dev/a11y_assessments/lib/use_cases
Yegor dff0343251
Remove autofocus from the a11y_assessments app (#145117)
As of https://github.com/flutter/engine/pull/47727 the web engine is able to find a default widget to focus on when a new route it pushed. The mobile engine already did that for some time. So `autofocus` is no longer necessary.
2024-03-14 20:13:19 +00:00
..
auto_complete.dart Remove autofocus from the a11y_assessments app (#145117) 2024-03-14 20:13:19 +00:00
badge.dart Adds more a11y use cases (#136761) 2023-10-20 22:54:27 +00:00
check_box_list_tile.dart Remove autofocus from the a11y_assessments app (#145117) 2024-03-14 20:13:19 +00:00
date_picker.dart Remove autofocus from the a11y_assessments app (#145117) 2024-03-14 20:13:19 +00:00
dialog.dart Remove autofocus from the a11y_assessments app (#145117) 2024-03-14 20:13:19 +00:00
material_banner.dart Remove autofocus from the a11y_assessments app (#145117) 2024-03-14 20:13:19 +00:00
navigation_bar.dart Adds more a11y use cases (#136761) 2023-10-20 22:54:27 +00:00
radio_list_tile.dart Add RadioListItem use-case to a11y_assessments (#140984) 2024-01-21 00:32:34 +00:00
slider.dart Remove autofocus from the a11y_assessments app (#145117) 2024-03-14 20:13:19 +00:00
text_button.dart Adds more a11y use cases (#136761) 2023-10-20 22:54:27 +00:00
text_field_password.dart Remove autofocus from the a11y_assessments app (#145117) 2024-03-14 20:13:19 +00:00
text_field.dart Remove autofocus from the a11y_assessments app (#145117) 2024-03-14 20:13:19 +00:00
use_cases.dart Add RadioListItem use-case to a11y_assessments (#140984) 2024-01-21 00:32:34 +00:00