JackJonson / flutter_styled_toast

A Styled Toast Flutter package.
Apache License 2.0
76 stars 43 forks source link

Fix critical localization bug #34

Open glebosotov opened 9 months ago

glebosotov commented 9 months ago

I have faced an issue when using Google's flutter_localizations package. When using StyledToast widget, the localizaiton delegates get overriden and access to my custom localizations gets lost. Moreover, I have found that locale params were unused and thus redundant.

Introduced fixes:

P.S. I have decided to not use the package in my project, however I want to save people's time debugging this issue.