You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
showPicker is too general, people finding this method in the code will be confused at first if they didn't know about this package. Every "show picker" method in Flutter has a clear name, for example showDatePicker, showTimePicker, and showDateRangePicker.
I would prefer something verbose like showDayNightTimePicker.
The text was updated successfully, but these errors were encountered:
showPicker
is too general, people finding this method in the code will be confused at first if they didn't know about this package. Every "show picker" method in Flutter has a clear name, for exampleshowDatePicker
,showTimePicker
, andshowDateRangePicker
.I would prefer something verbose like
showDayNightTimePicker
.The text was updated successfully, but these errors were encountered: