How to hide password entry in flutter?
I am making a Flutter application. I set the login and registration processes. But since I get the password as a string when I enter the password, what can I do to make the password appear as a star on the screen? I used firebase authentication for login and registration. Widget _entryField( String title, TextEditingController… Read More How to hide password entry in flutter?