superlistapp / super_sliver_list

Drop-in replacement for SliverList and ListView that can handle large amount of items with variable extents and reliably jump / animate to any item.
https://superlistapp.github.io/super_sliver_list/
MIT License
277 stars 15 forks source link

feat: implement layoutKeptAliveChildren option #43

Closed knopp closed 5 months ago

knopp commented 5 months ago

Controls whether children with keepAlive should be laid out. Setting this to true ensures that layout for kept alive children is maintained and proper paint transform is applied.