I\'m trying to develop a TextField that update the data on a Firestore database when they change. It seems to work but I need to prevent the onChange event to fire multiple
You can use rxdart package to create an Observable using a stream then debounce it as per your requirements. I think this link would help you get started.