How to create a BOM file in a Flutter project
I'm trying to create a BOM file for the Android portion of a Flutter project for security scanning. I added org.cyclonedx.bom (a gradle plugin) to gradle and I'm running the cyclonedxBom gradle task, but I'm getting an error: > Could…