Closed Karlheinzniebuhr closed 3 years ago
I'd like to consume a stream of suggestions from firebase. But I haven't found a way to do this with AutoCompleteTextField.
You'd need to call the updateSuggestions method from AutoCompleteTextFieldState in your listen callback for the stream.
updateSuggestions
That worked, thanks!
I'd like to consume a stream of suggestions from firebase. But I haven't found a way to do this with AutoCompleteTextField.