fluttercommunity / fluttercommunity/flutter_sticky_headers
Is there a way to be optional a header?
Open
- Dominant language
- Dart
- Stars
- 1.2k
- Forks
- 130
- PR merge metrics
- No merged PRs in 30d
Description
I have a list with a date field. I want to group several items in a same header. Is it possible?
Example:
**Header**
content
content --> no header
**Header**
content
**Header**
content
content --> no header
content --> no header
...
I tried "head: condition ? widget : null" but it does not render.
Thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.