felixmccuaig/flutter-autocomplete-textfield

Is there a way to use Stream suggestions from firebase?

Karlheinzniebuhr opened this issue · 2 comments

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.

That worked, thanks!