79510062

Date: 2025-03-14 19:29:32
Score: 1
Natty:
Report link

In some cases, the underline might be added by the operating system or browser autofill features. This is less likely in a Flutter app, but it's worth considering.

TextField(
  enableSuggestions: false,
  autocorrect: false,
  ...
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bruno Sousa de Oliveira