Flutter - Input textfield with chips

1.9k Views Asked by At

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

There are 1 best solutions below

0
On BEST ANSWER

I used the textfield_tags plugin for my desired result.