All I Know about the Security Risk of Flutter Packages
Have you ever counted how many packages your project depends on? If not, run the command below in your terminal and check the number it outputs.
flutter pub deps --json | jq '.packages | length'
The
chooyan.hashnode.dev14 min read