You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make inlang cross-platform compatible early (iOS, Android & Co will follow.)
Flutter developers use VSCode
Proposal
Develop a Flutter plugin for inlang.
Inlang operates on resource files (that contain translations like .arb files) in a git repository. A plugin that parses .arb, and other widely used files in the Flutter ecosystem, to the inlang AST is the only thing required to make inlang compatible with Flutter.
Additional information
Fetching translations on runtime to avoid re-deployment of apps
Flutter does not support over-the-air updates. Thus, translations are ideally checked on runtime for updates. Inlang does not support OTA updates. But, git(hub) is already used as a CDN. A short-term workaround is to fetch translation files from the main branch on runtime.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Opportunity
Inlang's applications can be used for Flutter projects.
Proposal
Develop a Flutter plugin for inlang.
Inlang operates on resource files (that contain translations like .arb files) in a git repository. A plugin that parses .arb, and other widely used files in the Flutter ecosystem, to the inlang AST is the only thing required to make inlang compatible with Flutter.
Additional information
Fetching translations on runtime to avoid re-deployment of apps
Flutter does not support over-the-air updates. Thus, translations are ideally checked on runtime for updates. Inlang does not support OTA updates. But, git(hub) is already used as a CDN. A short-term workaround is to fetch translation files from the
main
branch on runtime.Beta Was this translation helpful? Give feedback.
All reactions