#Shorebird with App clips
1 messages · Page 1 of 1 (latest)
I'm not super familiar with app clips, let me take a quick look
Looks like this is an issue with vanilla Flutter as well? https://docs.flutter.dev/platform-integration/ios/ios-app-clip
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
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)