Dependencies vs Dev Dependencies in Flutter

 Hey friends, good noon. Rainfall on summer here, It's unusual. Let's see the difference between dependencies and dev dependencies in flutter.

Dependencies:
Included in your app during compilation. 

Dev Dependencies:
Can use on while developing the app on development stage. Like testing. Doesn't include any inside the apk.

When your add the dev dependencies in pubspec.yaml, It won't show the auto complete on your android studio. you have type the whole package yourself. 

Comments

Popular posts from this blog

Flutter Bloc - Clean Architecture

What's new in android 14?