#Shorebird with App clips

1 messages · Page 1 of 1 (latest)

serene zephyr
#

Hey all, we are making an app clip and the sizing is a really big problem on our side. The flutter framework itself is 11mb and the app clip has a cap of 15mb so we need to fit our entire app in 4mb. Most of the size comes from libraries. Could shorebird help us here?

lunar latch
#

I'm not super familiar with app clips, let me take a quick look

#

So app clips are built as part of the app? They're not built separately?

#

I don't think Shorebird is going to be helpful in decreasing your app size. Shorebird adds functionality on top of Flutter, so it will never be a smaller binary than Flutter without Shorebird

fair dune
#

App Clips feel like a platform-specific feature which may not be a good fit for Flutter. (Similar to not writing iOS watch apps with flutter.)

#

I'd like to have a better answer, but Flutter is choosing portability here, over platform integration. (e.g. by bundling more of its own portable code, rather than using more of the platform features)