Ben-Hur Santos Ott

Results 41 comments of Ben-Hur Santos Ott

Hi, This will not work. Thinking in this case: If the user puts `1 2` the mask should be `1.2` or `12.`? This is a custom mask intelligence that is...

Hi, Can you add the information about SO (Android or iOS) and Flutter Version? If possible, can you send a code sample? Because I can't reproduce this (I tested in...

Guys I will try to fix this issue as soon as possible, but I need to test in some other devices. For now, all the simulators work fine and I...

Hi @langaro ! What you need for it is practically a `right to left` feature. For now, it's not supported. I will mark this as an enhancement.

Hi man! Yes, I will keep this issue opened to add this behaviour. Thanks for reporting o/

Hi! I'm using this sample and I can't reproduce these errors: ```dart void main() => runApp(new MyApp()); class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { var moneyController =...

Hi @victoraugustolls, Yes, this is the expected behaviour but I will add an option to disable this. Thanks for reporting.

Hi guys! Sorry for the time, I was in another galaxy. I tried with this code and it's working fine. ```dart Widget _brPhoneInput() { var controller = new MaskedTextController(mask: '(00)...

Hi @emersonsiega ! Thanks for the request. Once I have time, yes, but I need to check how flutter web works (I didn't check it yet).

Hi @ryankauk could you provide a scenario, a code sample and maybe some prints to let me check the problem?