I have imported different packages during the development process to pubspec.yaml's dependencies section. Currently I am not using some of them, but not sure which ones. Is there an easy way to check if a package is used in any of the files?
Should I check all of the files for all packages?