Relative Content

Tag Archive for stringflutterdartstreamstringbuffer

Flutter , stream letters to a single sentence

I’m getting a stream of words from server. The objective is to combine the words into a single sentence dynamically. Now what happens is as follows, the values are appended, but the entire string is duplicated whenever a new letter is added.