Flutterando / localization

Localization package
MIT License
33 stars 17 forks source link

Translations in dart file instead of json #10

Closed charcoast closed 1 year ago

charcoast commented 1 year ago

I'm using shorebird to allow deployments to be made more quickly and easily, but currently localizations has been holding me back, since the translations are loaded as an asset and shorebird is unable to update data that is in the target platform's bundle.

If there is any alternative solution for this case I would be grateful;