ilteoood / flutter_i18n

I18n made easy, for Flutter!
MIT License
217 stars 57 forks source link

NetworkFileTranslationLoader fetches locale twice #185

Closed connectprabhjeet closed 3 months ago

connectprabhjeet commented 2 years ago

While using NetworkFileTranslationLoader, loader calls locale/en.json twice.

Screenshot 2022-01-15 at 6 11 00 PM
ilteoood commented 3 months ago

Fixed with version 0.36.2, you can set fallbackFile to null to avoid this