ariedov / flutter_snaplist

A small library for creating snapping lists.
MIT License
454 stars 53 forks source link

Snip is not working if the provded size is not the actual widget size. #1

Closed ariedov closed 6 years ago

ariedov commented 6 years ago

Probable solution is to forcefully wrap every child to a fixed size Container or SizedBox.

ariedov commented 6 years ago

For now using SizedBox to force children to be specified size.