Dimibe / grouped_list

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

Is it possible to put a message when no data #153

Open Phmichau opened 2 years ago

Phmichau commented 2 years ago

Is it possible to put a message when no data return. Thanks for your great job

Dimibe commented 2 years ago

Hello @Phmichau, currently there is no feature or option for a default Widget if the list is empty. The current only option is that you check the list manually and display another widget if the list is empty.

But I think this feature might be worth thinking of and add it as an option something like defaultIfEmpty: Widget to the package if needed.