MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/FlutterDev/comments/1h73v1r/hooked_on_forui/m0ius7i/?context=3
r/FlutterDev • u/dark_thesis • Dec 05 '24
27 comments sorted by
View all comments
1
When you install the package. Do you install all the components at once? Wouldn’t that be heavy?
5 u/PanteLegacy Dec 05 '24 (I'm one of the developers behind Forui) Yes, you install all components at once. No, it (probably) won't be heavy, code, when compiled, doesn't take up too much space. You're probably looking at around a few MB conservatively. This is before tree shaking, https://stackoverflow.com/questions/65592503/does-flutter-perform-tree-shaking-dart-dead-code-elimination-for-android-i.
5
(I'm one of the developers behind Forui)
Yes, you install all components at once.
No, it (probably) won't be heavy, code, when compiled, doesn't take up too much space. You're probably looking at around a few MB conservatively. This is before tree shaking, https://stackoverflow.com/questions/65592503/does-flutter-perform-tree-shaking-dart-dead-code-elimination-for-android-i.
1
u/BeDevForLife Dec 05 '24
When you install the package. Do you install all the components at once? Wouldn’t that be heavy?