ariedov / flutter_snaplist

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

Fixing typo on sample code #20

Closed ravimahfunda closed 5 years ago

ravimahfunda commented 5 years ago

Fixing typo on README sample code that misuses fat arrow instead of a colon for the widget paramater

ariedov commented 5 years ago

Thanks for the PR, completely missed it. Already merged a PR with same code changes.