In my latest Flutter version when I tap on TextFormField the state keep rebuilding and I lose all data on form. it's happen only in Android Emulator and Real device. For IOS emulator and real device it's working fine .
I am using final _yob = TextEditingController(); in the top part of my stageful widget .
Is there any solution for that > I am kinda stuck for 2 weeks.
Any help will be highly appreciate.