Erengun / Flutter-Riverpod-2.0-Template

A flutter template with Riverpod 2.0, Freezed, Go Router, Hive, Easy Localization and more.
MIT License
72 stars 5 forks source link

Removed Unused Dependency and added a dependency validator #12 #14

Closed harsh082ip closed 10 months ago

harsh082ip commented 1 year ago

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
image 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 :)

harsh082ip commented 1 year ago

Can you please review it now?

harsh082ip commented 1 year ago

Ok, I'll do that

harsh082ip commented 1 year ago

Hey, Can you pls review it now?