Hey there, I've removed the unused dependency from the project, but I have left few of them which I thought you may need to use them later in the project (cupertino_icons, flutter_test, flutter_lints). Also as mentioned by you I have added a package for managing the dependency named "dependency_validator", but I want to suggest a differnet package to do the same, this package is named as "dart_depcheck", Here is the official documentation https://pub.dev/packages/dart_depcheck, you just need to run dart_depcheck command in the root directory of the project and it will list out all the unused dependency like this
but if you dont prefer this, you may simply remove this, it will have no effect on the project
I hope you will like my contribution :)
Hey there, I've removed the unused dependency from the project, but I have left few of them which I thought you may need to use them later in the project (cupertino_icons, flutter_test, flutter_lints). Also as mentioned by you I have added a package for managing the dependency named "dependency_validator", but I want to suggest a differnet package to do the same, this package is named as "dart_depcheck", Here is the official documentation https://pub.dev/packages/dart_depcheck, you just need to run dart_depcheck command in the root directory of the project and it will list out all the unused dependency like this
but if you dont prefer this, you may simply remove this, it will have no effect on the project I hope you will like my contribution :)