ajuste android para subir nova versão 1.0.7
This commit is contained in:
@@ -2,8 +2,7 @@ import 'package:flutter/services.dart';
|
||||
|
||||
class FormatText extends TextInputFormatter{
|
||||
@override
|
||||
TextEditingValue formatEditUpdate(
|
||||
TextEditingValue txtOdl,TextEditingValue txtNew){
|
||||
TextEditingValue formatEditUpdate(TextEditingValue txtOdl,TextEditingValue txtNew){
|
||||
return txtNew.copyWith(text: txtNew.text.toUpperCase());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user