Dimibe / grouped_list

A Flutter ListView in which items can be grouped into sections.
https://pub.dev/packages/grouped_list
MIT License
411 stars 107 forks source link

Suggestion: ItemCount for adding extra widget #152

Open PatelMeet07 opened 2 years ago

PatelMeet07 commented 2 years ago

Please add item Count so we can add extra widget

Dimibe commented 2 years ago

Hi @MeetSolguruz what is your expected behavior where the extra widget is shown since it would not belong to any group?

PatelMeet07 commented 2 years ago

As like in listview builder an item count we need this one in

Dimibe commented 2 years ago

@MeetSolguruz There will no item count be added to package. I am thinking of adding a extra parameter where you can provide a list of Widgets which will be added on top of the list or below the list. That's why I asked where you wanted to place the extra widgets.

xxJeevesxx commented 1 year ago

I am thinking of adding a extra parameter where you can provide a list of Widgets which will be added on top of the list or below the list. That's why I asked where you wanted to place the extra widgets.

@Dimibe Thanks for this. I think it would be great to have a parameter for the placement as well, just for those that want the option. Is this currently in the works? Do you have an ETA? Alternatively, do you have any possible suggestions for a temporarily solution until this is implemented, I can't think of anything.