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

Add widget to header to working #134

Open Inihood1 opened 2 years ago

Inihood1 commented 2 years ago

I get the following error when adding a widget to the "header"

======== Exception caught by widgets library ======================================================= The following assertion was thrown while rebuilding dirty elements: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 4479 pos 14: 'owner!._debugCurrentBuildTarget == this': is not true.

demanhamed commented 2 years ago

you need to wrap your widget with SliverToBoxAdapter :)

kiloki-official commented 2 years ago

Worked for me, thanks Elhushiy