Humberto S Lourenco

Results 17 comments of Humberto S Lourenco

The latest version was solved this issue. Set the new parameter timePickerEntryModeInput to true

In materialApp widget try to set supportedLocales with Locale('en', 'US') and the other locale you want. Then, in DateTimePicker, set the parameters use24HourFormat: false, and locale: 'with your prefered locale'...

Do you want to reduce the size of the form field or the dialog? If it is the dialog it has no parameter, as this is a native plugin with...

I tried the same code, and it works fine. But I don't know when you want to get this, because the validator will be called after form save. So, the...

Please, give me more details about this error.

The latest version was solved this issue.

With nullsafety, by default dart interpret that all variables should be not null, so, you always need to set the initial value. However, if you want a nullable variable, you...

In materialApp widget try to set supportedLocales with Locale('en', 'US') and the other locale you want. Then, in DateTimePicker, set the parameters use24HourFormat: false, and locale: 'with your prefered locale'...

I think so, did you try to use flutter_localizations in your project together with Intl?

initialTime and initialData is just to set clock picker and calendar picker if initialValue was null, otherwise, it will use the initialValue. So, as you set initialValue, initialDate will be...