localizely / flutter-ota-sample-app

Flutter sample app with Over-the-air translation updates
https://localizely.com/flutter-over-the-air/
MIT License
35 stars 2 forks source link

This only update string? #1

Closed huy-lv closed 3 years ago

huy-lv commented 3 years ago

As the demo video in README, this library only update string in app, isn't it? Can it update logic code?

lzoran commented 3 years ago

Hi @huy-lv,

Yes, you are right. With Localizely SDK you can instantly update translations for your Flutter applications over the air. There is no need to release a new version to the App Store or Google Play. The most common use cases are correcting typos, optimizing texts, or updating translations on the fly.

huy-lv commented 3 years ago

Actually this can be achieve by Firebase Remote config

aleksakrstic commented 3 years ago

Hi @huy-lv While you might find some way to use Remote Config for apps with just one end-user language, it is not intended for translations management and you will have problems for multi-lingual apps. However, if something like that fits your use-case, go ahead.