Flutter – Firebase Firestore database chat app pagination when tap on the message textfield it automatically scrolls up and not scroll down to the end of list
this is code of paginating data from firestore , here i am using a library called firebase_ui_firestore ^1.5.15 from pub.dev,pagination works fine but here the issue is when i tap on the textfield it automatically scrolls up the list ,…