EdsonBueno / infinite_scroll_pagination

Flutter package to help you lazily load and display pages of items as the user scrolls down your screen.
https://pub.dev/packages/infinite_scroll_pagination
MIT License
612 stars 202 forks source link

default indicators can now accept custom text #275

Closed abubakarmvp closed 5 months ago

abubakarmvp commented 12 months ago

for translation purpose i updated the default indicator pages and also export them to be available in the app

clragon commented 11 months ago

could you update your PR to only include changes to the files necessary?

abubakarmvp commented 11 months ago

hi, i updated the PR

abubakarmvp commented 11 months ago

hi, i updated the PR. can please check it.

clragon commented 5 months ago

This PR requires exporting the default page indicators. I believe that might be undesirable, as indicated in #36.

Implementing #216 with InheritedWidget might be a better way of solving this.