I want to allow users to input tags or chips directly into a TextField, similar to how email addresses are displayed in email input fields on websites. The goal is to have chips appear in line with the text, and users should be able to add, edit, or remove these chips easily.
2
Answers
As you have not provided the question with your own work or code, so I am just pointing you to the package that can help you with what you want.
Please check the following package and it’s implementation:
There is an example of doing this exact thing in the Flutter docs under the
InputChip
class:Source: https://api.flutter.dev/flutter/material/InputChip-class.html