mirror of
https://github.com/foss42/apidash.git
synced 2025-12-09 14:40:20 +08:00
345 B
345 B
Useful Commands
Check for outdated dependency vulnerabilities
dart pub outdated
Run static analysis
flutter analyze
Check dependencies
flutter pub deps --style=compact
Generate SBOM with License
brew install cdxgen
export FETCH_LICENSE=true
cdxgen -t dart -o sbom.json