vedartm / paginate_firestore

A flutter package to simplify pagination with firestore data 🗃
https://pub.dev/packages/paginate_firestore
MIT License
113 stars 136 forks source link

bug in footers/headers #94

Closed kiloki-official closed 3 years ago

kiloki-official commented 3 years ago

Hi, I've tried to add widgets to header and footer, but whatever widget I add there ( e.g. a simple Text("ok")) throws "owner._debugCurrentBuildTarget == this , is not true".

Can you please help?

Thanks

kiloki-official commented 3 years ago

I found the solution, SliverToBoxAdapter(). Works perfectly. Thanks

kiloki-official commented 3 years ago

Just had to follow your example :-)

vedartm commented 3 years ago

Thanks for using the package @kiloki-official. Feel free to reopen this if you face any similar issues.