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

Change type of 'itemBuilderType' from dynamic to PaginateBuilderType #52

Closed mafreud closed 3 years ago

mafreud commented 3 years ago

I think the type of itemBuilderType is PaginateBuilderType, not dynamic. Please let me know if I misunderstand the usage of itemBuilderType! Thanks!