Flutter - Input textfield with chips

Viewed 1131

I want to have a input textfield where user has to type email ids and after typing each email id when the user gives space the typed email gets converted into a chip and then user can type another email id. Just like in gmail when we are typing multiple email ids in the To textfield. I have searched this on stack overflow but found answers which had list and when we choose one item from the list it shoes as chip and same with plugins I found.

I saw this Question, also tried codes of the answers and this plugin.

Please tell how to make desired gmail like textfield with chips.

1 Answers
Related