GaspardMerten / date_field

Flutter DateField and DateFormField
Other
46 stars 32 forks source link

Option to not use Cupertino (iOS-style) on iOS #38

Closed FlorinAdrianLaudat closed 1 year ago

FlorinAdrianLaudat commented 1 year ago

Is there any chance to introduce a new configuration param in order to be able to keep the same design on both Android and iOS. I mean I don't like the cupertino style for iOS devices on this specific component.

sarbogast commented 1 year ago

Same here. Plus, it's absolutely unusable in a simulator so it's a pain to test

GaspardMerten commented 1 year ago

You can wrap it with a Theme widget and change the platform specified in the theme.

That's the default way to go. I am not sure that it should be included in the package itself...

FlorinAdrianLaudat commented 1 year ago

Yep..Totally agree.