Kavantix / sliver_tools

A set of useful sliver tools that are missing from the flutter framework
MIT License
652 stars 64 forks source link

does it increase the performance like the default slivers? #64

Closed balaji101010 closed 5 months ago

balaji101010 commented 2 years ago

Instead of Listview inside Listview. we have used CustomScrollview -> SliverList , SliverList for better performance.

Does this library perform same as slivers or it affect the performance of the app ?

Kavantix commented 2 years ago

@balaji101010 can you elaborate a bit, I’m not entirely sure what your question is

balaji101010 commented 2 years ago

Can I use this library and get same performance as default slivers? @Kavantix

Kavantix commented 2 years ago

It should, depending on how you use it of course