badjio / skeletons

A Flutter package for building custom skeleton widgets to mimic the page's layout while loading.
BSD 3-Clause "New" or "Revised" License
73 stars 88 forks source link

Add shrinkWrap to SkeletonListView #5

Open DevanTurtle7 opened 1 year ago

DevanTurtle7 commented 1 year ago

Add shrinkWrap functionality to SkeletonListView. Helps when using SkeletonListView in a Column to prevent infinite height.