vedartm / paginate_firestore

A flutter package to simplify pagination with firestore data 🗃
https://pub.dev/packages/paginate_firestore
MIT License
113 stars 138 forks source link

GridView is not change size of Container #64

Closed aakashch0179 closed 3 years ago

aakashch0179 commented 3 years ago

In my code ListView is a perfect run but GridView Container size is not changeble so please help me or add new options to change GridView design

vedartm commented 3 years ago

Hey @puttuverma! You can change the grid view settings with gridDelegate. Use SliverGridDelegateWithFixedCrossAxisCount() to change spacing, aspect ratio, grid count or anything.

vedartm commented 3 years ago

Thanks for using the package. Feel free to reopen this if you face any similar issues.