Search code examples
flutterflutter-dependenciesintl

Multiple arb files with the same 'en' locale detected. Ensure that there is exactly one arb file for each locale


After Two weeks I opened my project. My coworker made some big changes. But when I update the project from GitHub, This Error occurred. it doesn't generate Internationalize files.

enter image description here

I tried to run flutter gen-l10n but here's the output enter image description here

And here are the files inside the l10n folder

enter image description here

Now how can I solve it??


Solution

  • I had to disable the Flutter intl extension and generate code manually using flutter gen-l10n