79408284

Date: 2025-02-03 09:12:40
Score: 1
Natty:
Report link

try using autofocus: true in the textfield:

 Text("title"),
              const Divider(color: constants.grey),
              TextField(
                maxLines: null,
                controller: _controller,
                 autofocus: true,
              ),
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: munsif.ali