Gatonito
Gatonito

Reputation: 2184

How to safely inspect flutter dependency tree?

I want to use a flutter project but first I want to inspect all dependencies first. Is there a way to clone the project, download the dependencies but NOT execute any code in them, so I can inspect each package for malicious code?

Are there any possibilities of some packages running some scripts like npm does?

Upvotes: 0

Views: 27

Answers (0)

Related Questions