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 code to internationalize the package. #119

Closed clemsciences closed 2 years ago

clemsciences commented 2 years ago

So far, the code is only for English-speaking users. I added an internationalization class to enter custom strings where necessary.

clemsciences commented 2 years ago

I realized I could do it by passing arguments onError and onEmpty.