Flutter Make Textfield input become uppercase
Is any update for this question Flutter TextField value always uppercase & debounce ? I've already tried some of the code to make the input text become uppercase. class UpperCaseTextFormatter extends TextInputFormatter { @override TextEditingValue formatEditUpdate(TextEditingValue oldValue, TextEditingValue newValue) {…