datetime_picker_formfield icon indicating copy to clipboard operation
datetime_picker_formfield copied to clipboard

A Flutter widget that wraps a TextFormField and integrates the date and/or time picker dialogs.

Results 47 datetime_picker_formfield issues
Sort by recently updated
recently updated
newest added

Following error gives in building android app, https://prnt.sc/dSAWtoybEo0K It can be fixed by C:\src\flutter\.pub-cache\hosted\pub.dartlang.org\datetime_picker_formfield-2.0.1\lib\datetime_picker_formfield.dart line 315 WidgetsBinding?.instance?.addPostFrameCallback((_) {} ,Null operator check, pls merged it by correcting it.

Fixed warnings generated when building with Flutter 3.x.

add the ability to add an suffix icon when the field value is empty

Hello, I changed my application to Arabic and had an issue with the DateFormat("dd-MM-yyyy hh:mm-a"), it always puts the Arabic letter instead of AM or PM, even when locale is...

The app is getting built by Xcode & launches with a white screen & crashes. The only output displayed in the console is a warning from this plugin. Launching lib/main.dart...

The relevant error-causing widget was: TextField TextField:file:///C:/Users/galih/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/datetime_picker_formfield-2.0.0/lib/datetime_picker_formfield.dart:78:22

Onchanged should be run when the date is changed and saved.

I used the initialValue but it only worked the first time. When I setState((){ }) and pass a different value, it doesn't change.

I don't want the user to be able to clear the form using the suffix button 'X.' How do I hide/disable this?