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
72 stars 84 forks source link

Initial height/ delay Issue #6

Open heshaShawky opened 7 months ago

heshaShawky commented 7 months ago

I have a weird behavior on my Emulator, at the beginning of loading the skeletons, the initial height of each skeleton is zero, and that causes issues if the parent widget height is auto (starts lagging at first)

I don't know if the initial height is zero or if there's a delay before showing the skeletons.

If there's a way to avoid that will be great