GaspardMerten / date_field

Flutter DateField and DateFormField
Other
46 stars 32 forks source link

Add locale option #44

Closed RandomModderJDK closed 1 year ago

RandomModderJDK commented 1 year ago

I would like rather to use Monday as first day of the week. In the current situation sunday is the first day of the week. If you can change this, please tell me, because then i'm just dumb.

I think it would be best to either use the locale tag from showDatePicker. Or make some parameter that just changes this behavior.

Thanks a lot!

GaspardMerten commented 1 year ago

Can't you use the override in your own code? I would have a tendency to think that such behaviour are not meant to be integrated in the package as the general approach is to use more general techniques like simply setting a Translation context above your instance of the Date Field widget.

If you think otherwise, please provide some code for me to easily test it :)

RandomModderJDK commented 1 year ago

Jup, you are right. Just learned how to internationalize an app properly.