Is your feature request related to a problem? Please describe.
We always have to manually generate/regenerate the .arb files with a command in the terminal whenever we edit them, or we clone/pull a project.
Describe the solution you'd like
Like the task in pubspec.yaml that auto runs the command flutter pub get when we save it, I'd like to auto run the command flutter gen-l10n every time I save my .arb files. And probably also an icon at the top right of .arb files that does the same, again like the pubspec.yaml. Also, running this command whenever we clone/pull a project (like it does with flutter pub get) would be nice.
Describe alternatives you've considered
Using the command flutter gen-l10n in the terminal everytime we edit .arb files, or clone/pull a project.
Additional context
None.
Is your feature request related to a problem? Please describe.
We always have to manually generate/regenerate the
.arbfiles with a command in the terminal whenever we edit them, or we clone/pull a project.Describe the solution you'd like
Like the task in
pubspec.yamlthat auto runs the commandflutter pub getwhen we save it, I'd like to auto run the commandflutter gen-l10nevery time I save my.arbfiles. And probably also an icon at the top right of.arbfiles that does the same, again like thepubspec.yaml. Also, running this command whenever we clone/pull a project (like it does withflutter pub get) would be nice.Describe alternatives you've considered
Using the command
flutter gen-l10nin the terminal everytime we edit.arbfiles, or clone/pull a project.Additional context
None.