Flutterando/modular

Modular breaks the application with double click

Opened this issue · 3 comments

recently and I'm noticing that the modular has a serious problem related to the user's tap, when you enter as a user in an application using the modular and tap two quickly or tap two different things quickly, it is possible to break the app completely or generate a possible flaw in the application's security because in a login situation the logout would be with AuthGuard.

https://www.loom.com/share/9c1d90cdf5864f57acd074f976423ade
just press any button twice at the same time or press two different buttons at the same time.

I found someone with the same problem but so far there was no solution, even if it was temporary.

#796

Same problem

You can use a debounce for a temporary measure.

You can use a debounce for a temporary measure.

I'm going to do that there, as a temporary measure would help.