flutter import from package size

Viewed 21

I have a lot of common code that I would like to put into a package. The question is, when importing/using a package, how much gets included in the app bundle of the app importing?

From this it looks like you could minimise the import size, if you create a pubspec.yaml for each subfolder you find logical independent?

Thank

0 Answers
Related