• Patrick Lindsay's avatar
    Added CupertinoDatepicker monthYear mode (flutter#93508) (#125603) · 37f348b0
    Patrick Lindsay authored
    This PR adds a month and year mode to the CupertinoDatePicker. The monthYear mode is the date mode without the day of the month.
    ![monthYearMode](https://user-images.githubusercontent.com/98486346/234749274-794dce24-28c7-4f48-92ab-5ac46ec069d7.png)
    
    This feature was added at the request of:
    [Proposal] CupertinoDatePicker with month and year. #93508
    
    One thing that I was unsure of was the use of the DatePickerDateOrder to determine the monthYear order. It could be considered a workaround since the DatePickerDateOrder is intended to order day, month, and year. This means that a developer could use the DatePickerDateOrder.dmy (day, month, year) or DatePickerDateOrder.mdy (month, day, year) to get the same result. 
    
    At first I intended to add a DatePickerMonthYearOrder enum to the localizations, in addition to a new parameter for the CupertinoDatePicker for monthYearOrder, but I ended up reverting these changes (https://github.com/flutter/flutter/commit/1c61f1084e63fc4f6e394c3621a1ae626fd631a5) because I had not considered the effects of adding values to the localizations.
    
    I decided it may be better to not add an additional parameter (monthYearOrder) that would go mostly unused. I am very open to feedback or ideas on this matter.
    37f348b0
Name
Last commit
Last update
..
activity_indicator.dart Loading commit data...
adaptive_text_selection_toolbar.dart Loading commit data...
app.dart Loading commit data...
bottom_tab_bar.dart Loading commit data...
button.dart Loading commit data...
checkbox.dart Loading commit data...
colors.dart Loading commit data...
constants.dart Loading commit data...
context_menu.dart Loading commit data...
context_menu_action.dart Loading commit data...
date_picker.dart Loading commit data...
debug.dart Loading commit data...
desktop_text_selection.dart Loading commit data...
desktop_text_selection_toolbar.dart Loading commit data...
desktop_text_selection_toolbar_button.dart Loading commit data...
dialog.dart Loading commit data...
form_row.dart Loading commit data...
form_section.dart Loading commit data...
icon_theme_data.dart Loading commit data...
icons.dart Loading commit data...
interface_level.dart Loading commit data...
list_section.dart Loading commit data...
list_tile.dart Loading commit data...
localizations.dart Loading commit data...
magnifier.dart Loading commit data...
nav_bar.dart Loading commit data...
page_scaffold.dart Loading commit data...
picker.dart Loading commit data...
radio.dart Loading commit data...
refresh.dart Loading commit data...
route.dart Loading commit data...
scrollbar.dart Loading commit data...
search_field.dart Loading commit data...
segmented_control.dart Loading commit data...
slider.dart Loading commit data...
sliding_segmented_control.dart Loading commit data...
spell_check_suggestions_toolbar.dart Loading commit data...
switch.dart Loading commit data...
tab_scaffold.dart Loading commit data...
tab_view.dart Loading commit data...
text_field.dart Loading commit data...
text_form_field_row.dart Loading commit data...
text_selection.dart Loading commit data...
text_selection_toolbar.dart Loading commit data...
text_selection_toolbar_button.dart Loading commit data...
text_theme.dart Loading commit data...
theme.dart Loading commit data...
thumb_painter.dart Loading commit data...
toggleable.dart Loading commit data...