As SonarCloud doesn't support Flutter/Dart I was wondering if there is an alternative for checking the code quality of Flutter projects.
Asked
Active
Viewed 939 times
0
-
4Did 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 Answers
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