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

How to use the same datasource with different widgets #108

Closed yashhema closed 2 years ago

yashhema commented 2 years ago

Hello, Is it possible to share the datasource (ie received data) in multiple widget. We have use case where we need the same data across multiple screens (these screens are using filtered view of the same data) Is there a way we can do that regards

vedartm commented 2 years ago

As of now, you can't use this with the plugin.