hyochan / hyochan/flat_list

`listLoadingWidget` not working

Open
#7 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.