Fabricio

Results 12 comments of Fabricio

@FCAI7-ford I opened the same issue (https://github.com/Flutterando/modular/issues/877) some months ago. The problem is trickier to be solved the way the code is implemented and the problem persists in modular 6...

You can extends `Disposable` in the module and override the `dispose` method. **Using Disposable interface** Doing this does not require **BindConfig**, but creates a link between the package and the...

@lferrerad I test your code above and was not able to reproduce the behavior. I think it is extremely odd that switching the controller would affect the window focus. I...

I will try to help investigate a little further why this is happening, but I'm using as simple as possible. Try the sample below with the library in 2.1.0 and...

I've been debugging a little, it seems that the MaskedTextController is detecting every touch as a mask update. I think it will be wiser to detect it by checking for...

No problem, it was fun to solve this issue. I tried to test as many scenarios as possible in Android, and hope that the behavior persists between platforms. Once I...

I'll take a look in it as soon as possible, for now set the cursorBehavior property to end for some usable behavior.

@Diaglyonok Have you tried the last version 2.2.1? It was uploaded day 23. I've run the same mask here and all works fine to me. https://user-images.githubusercontent.com/7767910/119392736-8496cb00-bca6-11eb-917c-ef02f8e26f01.mp4 The only issue I...

Hey guys. I just created a new PR trying to solve the cursor problem once for all. If anyone could help me to test it out, it would be awesome....

Guys, despite this library providing a simple easy way to mask the text, it is conceptually wrong when you look at the way Flutter intends users to use masking features....