Open npateras opened 3 months ago
Hi @npateras,
I guess that this issue is somehow related to the Flutter cache.
Could you check if reactivating the intl_utils
package helps?
Deactivate the intl_utils
package:
flutter pub global deactivate intl_utils
Update one of your ARB files and save it in order to trigger the reactivation of the intl_utils
package and generation of the localization code.
Hi @lzoran, it doesn't work. Main problem is that it doesn't add to the arb file at all
running
flutter pub global activate intl_utils
solved the issue on my side
look here: https://github.com/dart-lang/pub/issues/4406
After updating my Flutter version to 3.24, I get the following stacktrace every time the generate commands runs: