Closed ska2519 closed 2 years ago
Hi @ska2519,
Thanks for reporting this!
The localizely_sdk 2.4.0
added support for the In-Context Editing feature and thus added builder config for generating localization code for the gen_l10n
tool.
Not sure how you use build_runner
in your project, but maybe these two workarounds can help you:
localizely_sdk
to 2.3.0
in case you only need Flutter Over-the-Air (support for Flutter In-Context Editing is added in 2.4.0
)localizely_sdk:localizely_builder
from the build process or invoke your build script independently of other packages (if possible)Hi @lzoran
Thanks for kindness reply :)
i will change by 2.3.0
version.
In case someone encounters this issue, it is fixed with the localizely_sdk ^2.4.1
.
when launch
flutter packages pub run build_runner build --delete-conflicting-outputs
i got this Exception. I'm setting OTA service with out 'l10n.yaml'.
how to fix it?