Keyboard keeps going out of focus in flutter application
Hi everyone, this is my flutter sign in widget, but the issue is, the moment i declare the form keys, the keyboard for every text field keeps going out of focus, how to resolve this, please help import ‘package:final_flutter_application/src/feature/authentication/controller/sign_up_controller.dart’; import ‘package:final_flutter_application/src/utils/policy_bottomsheet.dart’; import ‘package:final_flutter_application/src/utils/terms_bottomsheet.dart’; import ‘package:flutter/material.dart’; import ‘package:get/get.dart’; import ‘package:get/get_core/src/get_main.dart’; import ‘package:google_fonts/google_fonts.dart’; import ‘../constants/string_declaration.dart’; import ‘../utils/validation.dart’; […]