crowdin / flutter-sdk

Crowdin Flutter SDK for instant translation delivery Over-The-Air directly to your application
https://pub.dev/packages/crowdin_sdk
MIT License
26 stars 4 forks source link

Usage with other i18n packages #58

Closed mcosti closed 1 month ago

mcosti commented 2 months ago

Is your feature request related to a problem? Please describe. An already existing codebase that is currently using easy_localization with json files

Describe the solution you'd like Would be great if the package would take care of the authentication/caching for other i18n solutions, like easy_localization.

Example here: https://github.com/aissat/easy_localization_loader/blob/master/lib/src/http_asset_loader.dart

andrii-bodnar commented 1 month ago

Hi @mcosti!

In the example provided, you can use the Distributions CDN endpoints to get the translations.

See the For Web Applications section for more details.

Please let me know if this makes sense for your use case.