Flutter Input Text Start With Upper Case

[Solved] Flutter Input Text Start With Upper Case | Swift - Code Explorer | yomemimo.com
Question : flutter input text start with upper case

Answered by : glamorous-gibbon-w2fwom39789o

TextField( keyboardType: TextInputType.text, textCapitalization: TextCapitalization.sentences
)

Source : https://stackoverflow.com/questions/42747394/how-can-i-configure-auto-capitalization-behavior-in-flutters-text-entry-fields?rq=1 | Last Update : Sat, 08 Aug 20

Answers related to flutter input text start with upper case

Code Explorer Popular Question For Swift