I have a Textfield widget that will be filled by the user. The problem is apart from filling in with text, the user should also have the ability to choose from a list of tags that could be added in between(or end) the text, an example case is shown in figure (In the figure I have used two text widgets and a chip, in actual case it will be a textfield and not text widget).
The solution from here doesn't fulfill the requirement since it only adds the chips and not the text. I also checked out the Extended text field package it didn't work out either. Any idea how to solve this?
