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

Switch between ListView to GridView #26

Closed rajflutter closed 3 years ago

rajflutter commented 3 years ago

can you provide us a method to switch between ListView to GridView based on user click on button

vedartm commented 3 years ago

For now you can currently change the state of PaginateFirestore widget (with a setState maybe) and update the itemBuilderType on button click.

vedartm commented 3 years ago

Thanks for using the package 🎉 Feel free to reopen issue if you face similar issue.