Relative Content

Tag Archive for fluttertextfield

showing TextFields in Row and Column problem – Flutter

i want TextFields to be in a Row or a Column widget based on the screen width. TextFields in a row need to be in another widget like expanded to limit their width so they don’t make any errors. but when they are in a Column widget they disappear and must delete the Expanded widget.

how to display texts in a flutter textfield

I am working on an update functionality but I want the user to see his/her details displayed in the textfields form immediately he/she navigate to the update page. I have been able to send the logged in user’s info to the update page but having issues on displaying them on the different textfields. The fields for update are optional so I want the user to change any of the field he/she desired to change while the rest should remain as it was retrieved from the server when the user click on the update button.

Flutter Web on Phone – TextField issue for select, copy, paste, cut, etc. – bad selection mechanism and no popups

In a Flutter Web TextField on a cell phone (chrome on iOS and Android), long-press invoked select/copy/paste/cut is not working at all consistently with non flutter text fields, is inconsistent across iOS and Android, and is essentially unusable for me. I have a custom app, which does use bolded font (is that related to my issue?). The selector teardrops popup in weird places. And the popup menu may have no labels or not be there.