infinite_scroll_pagination
infinite_scroll_pagination copied to clipboard
No internationalization possible
Your package is great but it contains text that is in English. The developper cannot change is through parameters.
You can display your own widgets for loading and errors which can contain translations.
Yes, but the custom widget that extends FirstPageExceptionIndicator for example can receive a title, message and onTryAgain, but the onTryAgain button has a static text "Try Again" in English. It would be great to have another parameter like OnTryAgainText with a default value.
Yes, but the custom widget that extends FirstPageExceptionIndicator for example can receive a title, message and onTryAgain, but the onTryAgain button has a static text "Try Again" in English. It would be great to have another parameter like OnTryAgainText with a default value.
you can copy class FirstPageExceptionIndicator and make new file called CustomFirstPageExceptionIndicator then u can edit all text and styles widgets , then implement the custom class :
CustomFirstPageExceptionIndicator( title: "FirstPageException_title" message: 'FirstPageException_message', onTryAgain: onTryAgain, );