Questions tagged [chips]

34 questions
0
votes
1 answer

Flutter: ChipList options in horizontal ListView

When we create a ChipList in Flutter, when the chips are overflowed, the next chip will appear depends on the verticalDirection attribute (could be up/down). But is it possible to put the chips in a horizontal ListView? So when it overflows, user…
Mike
  • 59
  • 8
0
votes
1 answer

Wrap is not working in listview.builder flutter

I want to achieve a layout of item chips(newest,most popular) like pic1 but what i can achieved is this in picture 2 i have searched many example but i don't get it where i did wrong in using WRAP.I tried to wrap the whole listview but not working.…
0
votes
1 answer

Selected ChoiceChip in ListView unselects itself, when scrolling down the ListView

In my app I have created a ListView (horizontal) with some ChoiceChips. For example, when I select the first ChoiceChip, it turns blue and is selected. But if I then scroll the ListView once and come back to my selected ChoiceChip at the beginning,…
Tom
  • 503
  • 1
  • 4
  • 8
-1
votes
1 answer

Inserting a chip in a database and show it from the database in Laravel 8 and Materialize CSS

I want to insert multiple chips at a time in the database. Here is my add task page, and there is one select field. If I select the checkbox then another field is visible. To enter the chips I can enter multiple chips for one select box. How do I…
Parth
  • 23
  • 1
  • 7
1 2
3