macosui / macos_ui

Flutter widgets and themes implementing the current macOS design language.
https://macosui.github.io/macos_ui/#/
MIT License
1.81k stars 178 forks source link

feat: Added support for `dateFormat` to `MacosDatePicker` #415

Closed rklos closed 1 year ago

rklos commented 1 year ago

This is another feature from https://github.com/macosui/macos_ui/issues/369. I've added an optional parameter dateFormat which allows to change the way dates are displayed in the textual interface.

Pre-launch Checklist