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

Memory Leak for many data #115

Open alexlozdev opened 2 years ago

alexlozdev commented 2 years ago

This package has memory leak, My Data have image, text and It has over 1000 items. When loading about 100 items, app is killed by memory leak. Is there any way to solve this?

vedartm commented 2 years ago

@alexlozdev Thanks for using the plugin. Can you share some code samples and logs when it happens?

Inihood1 commented 2 years ago

This package has memory leak, My Data have image, text and It has over 1000 items. When loading about 100 items, app is killed by memory leak. Is there any way to solve this?

This is true