hide keyboard flutter
FocusScope.of(context).unfocus()
hide keyboard flutter
FocusScope.of(context).unfocus()
Flutter TextFormField hidden by keyboard
//how to focus on textfield inside listview flutter
final bottom = MediaQuery.of(context).viewInsets.bottom;
SingleChildScrollView(
reverse: true,
child: Padding(
padding: EdgeInsets.only(bottom: bottom),
child: ListView(
primary: false,
physics: const NeverScrollableScrollPhysics(),
shrinkWrap: true,
children: [
TextFormField,
]
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us