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

added keyboardDismissBehavior property #126

Closed austinn closed 2 years ago

austinn commented 2 years ago

Added a new property: keyboardDismissBehavior. This property was added to both list and grid views and defaults to ScrollViewKeyboardDismissBehavior.manual

vedartm commented 2 years ago

Thanks for contributing @austinn 🎉