Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a downside for using flutter packages?

Does using many packages in one app effect performance or bundle size?

I’m mostly familiar with web and trying to understand more about how it is when it comes to mobile apps.


1 Answers

As long as you are using good healthy packages (like from Google/Dart team and other well maintained packages), there isn't anything you need to worry about.

There is no significant performance issue you'd notice when using more and more packages but yes the size of your app will definitely increase.

You can find the health of package on pub.dev

enter image description here

like image 143
CopsOnRoad Avatar answered Dec 23 '25 21:12

CopsOnRoad



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!