最佳答案
我遇到了一个问题,Flutter 的 TextInputType 没有密码类型:
/// All possible enum values.
static const List<TextInputType> values = const <TextInputType>[
text, multiline, number, phone, datetime, emailAddress, url,
];
how to make the password user input not visible? any one has a good idea ?