fluttercommunity / fluttercommunity/flutter_sticky_headers
What is the best practice on a large amount of items in content?
Open
- Dominant language
- Dart
- Stars
- 1.2k
- Forks
- 130
- PR merge metrics
- No merged PRs in 30d
Description
I use StickyHeader to make iOS-TableView-like UI and add `Column` of my widgets StickyHeader's `content`.
But I suppose that the bigger the size of widgets, the less its rendering performance.
Is there any ways like `ListView.builder`, which render just visible widgets instead of all ones?
Maybe related to #3.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.