-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Description
Hi.
We have tried to add 1 flutter screen into the existing iOS and Android app. We successfully did it, but we met some problems. The biggest problem for the iOS team is that every developer should have flutter sdk. We used option A. We have tried other options and they works for us, but problem how to store frameworks.
Our goal is prepare release binaries and integrate them via adependency manager into iOS project. For us is ok that other developers can't debug flutter part.
Use case
XCode supports binary xcframeworks. It would be nice to have a collection of xcframeworks with all supported architectures.
Proposal
Add support for x86_64 in release build for flutter module project.
We have tried build debug configuration and distribute them via SPM
Demo dummy app
We would like to have an option to build a release configuration.