In my screen there are search features as per logic that's working fine but issue is I want to run my search function after stope typing?? So in the TextFormField
there are onChanged
method, how can we achieve it? I tried lots of ways like comparing DateTime
but not able to achieved it.
~ PS : onEditingComplete
method works perfect in my case but issues is, To call this method I have to click on return button, without click on return button is it possible?