ajitam
ajitam

Reputation: 381

Building iOS App Clip using Flutter without going over 10MB limit?

I'm doing a little bit of research into App Clip (and then Instant Apps) using Flutter.

Here are my findings:

Here are my questions:

Thank you for any answers!

Upvotes: 5

Views: 1987

Answers (2)

LeoAiolia c
LeoAiolia c

Reputation: 1

You can treat it as a native project and create an APP clip. If there is an error when running it, you need to check this place.

check here

Upvotes: 0

JerryZhou
JerryZhou

Reputation: 5206

You don't have to follow the steps of Adding an iOS App Clip target tutorial.

You can simple add project target of App Clip, and add swift code for your Clip part. No need to import anything from flutter project.

Upvotes: -1

Related Questions