localizely / flutter-intl-vscode

This VS Code extension generates boilerplate code for localization of Flutter apps with official Dart Intl library
MIT License
87 stars 1 forks source link

The generated code doesn't pass linter checks #27

Closed agordeev closed 4 years ago

agordeev commented 4 years ago

I use pedantic package, and the generated code doesn't pass checks:

Screenshot 2020-05-06 at 16 15 59

It'd be great to make the plugin open source so we can fix these easy stuff ourselves.

aleksakrstic commented 4 years ago

Hi @agordeev Thanks for the feedback.

Newly released extension version 1.8.0 has removed mentioned pedantic issues for l10n.dart file.

However, messages*.dart files are generated by https://github.com/dart-lang/intl_translation package on which the extension relies on.