🚀 Do You Know This #Flutter Trick?
Use flutter pub get --no-example! 🚀
Flutter devs, want a cleaner project? Use flutter pub get --no-example to fetch dependencies from pubspec.yaml without downloading example code. It saves space and keeps your workspace focused. 🛠️
Do the assets included in #Flutter packages contribute to the overall size of the application? How do you manage app size when using packages with heavy assets?
Also what to do if a package have a lot of svgs that contribute to it's size?
#flutter#flutterdev#dart#pubdev