zubairehman / flutter_boilerplate_project

A boilerplate project created in flutter using MobX and Provider.
http://zubairehman.surge.sh/
MIT License
2.26k stars 908 forks source link

Improvement of pubspec.yaml #51

Closed ibrahimdevs closed 4 years ago

ibrahimdevs commented 4 years ago

Hi Zubair,

Firstly, thank you for great work. I think some dependencies should moved to "dev_dependencies";

And I'm wondering why have you defined some dependencies in "dependency_overrides"? When I check it, they aren't defined regular dependencies section. Maybe, move them to "dependencies" will be better.

zubairehman commented 4 years ago

Hi @ibrahimdevs,

thanks for the suggestions. some of the dependencies were in overrides coz of compatibility issues but I will update all the dependencies and push an update :)