Matt Fleshman
Results
2
comments of
Matt Fleshman
This is happening to me as well, the format I am using is: `MaskTextInputFormatter phoneFormatter = new MaskTextInputFormatter(mask: '(###) ###-####', filter: { "#": RegExp(r'[0-9]') }); ` `keyboardType: TextInputType.numberWithOptions(signed: true, decimal:...
> update flutter & dart, it will fix the issue. upgrade to what version?