`listLoadingWidget` not working
Open
help wanted
- Dominant language
- Dart
- Stars
- 11
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Hi there, listloadingwidget is not showing up, even though the value of loading is true. please help.
```dart
FlatList(
loading: true,
data: users.value,
listLoadingWidget: const Center(child: CircularProgressIndicator()),
buildItem: (item, index) {
return Text(item['name'].toString());
},
);
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.