0

As SonarCloud doesn't support Flutter/Dart I was wondering if there is an alternative for checking the code quality of Flutter projects.

jonrsharpe
  • 115,751
  • 26
  • 228
  • 437
  • 4
    Did you check this [https://medium.com/wriketechclub/improving-code-quality-with-dart-code-metrics-430a5e3e316d](https://medium.com/wriketechclub/improving-code-quality-with-dart-code-metrics-430a5e3e316d) –  Aug 23 '22 at 06:49
  • Thanks, I'll have a look at it :) – Pascal Gehring Aug 23 '22 at 08:28

1 Answers1

1

These tools can be automatized to be used on CI:

Also there one some Github actions ready:

Daniel Gomez Rico
  • 15,026
  • 20
  • 92
  • 162