long1eu / flutter_i18n

This plugin create a binding between your translations from .arb files and your Flutter app.
Apache License 2.0
251 stars 55 forks source link

i18n.dart constantly regenerated #112

Open rostopira opened 5 years ago

rostopira commented 5 years ago

I think this started happening when I created another flutter project inside current project directory

P.S.: GIF is looped, but it actually happens every second

scr

noordawod commented 5 years ago

The plugin doesn't support multi module projects, right @long1eu?

long1eu commented 5 years ago

True. Only the cli generator knows about multiple projects.

rostopira commented 5 years ago

I'm not asking to support multi-module, I ask only for this bug :D I would actually prefer manual mode, like press button to regenerate, cause I don't modify my arb files every minute, and need it actually in single project out of tens

long1eu commented 5 years ago

@rostopira makes sense. Can you try to use the generator?https://github.com/long1eu/flutter_i18n/tree/master/flutter_l10n

liugangnhm commented 5 years ago

same issue

liugangnhm commented 4 years ago

same issue

I disabled the Save Actions plugin, the issue was gone. 💯

rookie-12 commented 4 years ago

where is Save Actions plugin option?

liugangnhm commented 4 years ago

image

where is Save Actions plugin option?

@rookie-12

Yarikk26 commented 4 years ago

Hi there. Same on AndroidStudio 3.5.3. Marked generated file as read-only. Maybe
stacktrace will be helpful.