Search code examples
flutterfocusflutter-layout

Keyboard appears automatically in flutter


how to implement this automatic appearance of key board without tapping the text field in flutter

Text


Solution

  • autofocus: true
    

    Try this into TextField