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 add flutter_staggered_grid_view as itembuilder type? #85

Open RomjanHossain opened 3 years ago

RomjanHossain commented 3 years ago

In my project i need to control every grid that ListView / GridView can't do. So, I've to use flutter_staggered_grid_view. is there any way to implement staggeredGridView on paginated_firestore itembuildertype?

ShyamKrishna122 commented 3 years ago

Also how to use Grouped list view in paginated_firestore?

vedartm commented 3 years ago

Hi @RomjanHossain. flutter_staggered_grid_view is not implemented yet. You can expect it in the next release.

vedartm commented 3 years ago

@ShyamKrishna122 can you elaborate on what a grouped list view is?

Simeon-5 commented 2 years ago

I am really looking forward to this one. Incase you need some help with it, i could work on it myself.

amirk3321 commented 2 years ago

I added staggered grid view feature but unfortunately I'm not able to make PR I'm getting this error _Permission to vedartm/paginatefirestore.git denied to amirk3321 I tried there something wrong if you guys guide me. I'm added preview below.

crossAxisCount: 4

WhatsApp Image 2022-09-05 at 4 52 50 PM-2

crossAxisCount: 3 WhatsApp Image 2022-09-05 at 4 52 50 PM

crossAxisCount: 2

WhatsApp Image 2022-09-05 at 4 52 51 PM-2

crossAxisCount: 1 WhatsApp Image 2022-09-05 at 4 52 51 PM