I am new to flutter multiplatform (web and mobile).
I have the default spotbugs-SAST setup in gitlab CI for a flutter multiplatform project, and it fails because it does not like the Flutter-specific Android configurations. So, it wants me to include local.properties
which has the default references (absolute paths) to the flutter sdk (flutter.sdk
) and android sdk (sdk.dir
).
What is the best practice for running spotbugs-SAST for a multiplatform flutter project?