flutter_chips_input icon indicating copy to clipboard operation
flutter_chips_input copied to clipboard

Flutter input field that takes in Material Chips as entries

Results 74 flutter_chips_input issues
Sort by recently updated
recently updated
newest added

I have added an initial list to InputChip widget, want to add chip on setState method. My list gets updated but chip not displayed on UI. Please help. I'm using...

**Reproduce** : Wrap your package widget with this ` GestureDetector( behavior: HitTestBehavior.deferToChild,// opaque or other fail too onTap: () { // both fail FocusScope.of(context).requestFocus(new FocusNode()); // FocusScope.of(context).unfocus(); }, ` **Possible...

If I have maxChips=1 and I already selected a chip then the textController does not put the cursor even when we touch an empty space in the widget. I understand...

Hi , I have suggestion, can we add manually the data to rebuild the chips. For example, if we input 5data to intialvalue. It will build 5chips. Can we have...

When we try 2 input chips in a single page into a column its start to deleting error when click on delete button right side of chip

My widget span is parse text using regex, it only shows firrt part, but When I show widget span, the selection can not at end as I wanted ![image](https://github.com/danvick/flutter_chips_input/assets/21303438/3afad47d-3173-430f-ae82-f5e950896262) any...

Looks like we are not compatible with new flutter 3.7. Is this repo officially dead?

Hello, I would like to propose this MR to fix iusses and add support for the latest Flutter version. Thanks.

Jumping to the focused input field is odd behavior for desktop and web platforms