aagarwal1012 / Liquid-Pull-To-Refresh

🔁 A custom refresh indicator for flutter.
https://pub.dev/packages/liquid_pull_to_refresh
MIT License
1.24k stars 92 forks source link

Liquid pull to refresh for list<object> #48

Closed fatimahmira closed 4 years ago

fatimahmira commented 4 years ago

Is your feature can use for list? Please describe. I'm always frustrated when trying to showing my list. it doesnt print any data. just empty on page. the error i was get was:

  • I/flutter ( 4437): Another exception was thrown: RenderBox was not laid out: RenderRepaintBoundary#2182f NEEDS-LAYOUT NEEDS-PAINT
  • I/flutter ( 4437): Another exception was thrown: Incorrect use of ParentDataWidget.
  • I/flutter ( 4437): Another exception was thrown: Every child of a RenderCustomMultiChildLayoutBox must have an ID in its parent data.

please give me an example to showing list using your packages. thank you :)

AadumKhor commented 4 years ago

Hi @fatimahmira. Please post the code you're using that causes this issue.

AadumKhor commented 4 years ago

Closing this issue since there is no feedback. Feel free to reopen if and when needed.