Problem
In Flutter Web the last character of a TextField is visible, when obscureText = true. This should not be the case. Specially when your screen is shared with a beamer, etc. everybody can see your password.
Example:

How it should be
Every website hides all characters in a password field.
Problem
In Flutter Web the last character of a TextField is visible, when obscureText = true. This should not be the case. Specially when your screen is shared with a beamer, etc. everybody can see your password.
Example:

How it should be
Every website hides all characters in a password field.