can anyone tell if have to build a sdk for iOS and...
# multiplatform
s
can anyone tell if have to build a sdk for iOS and android then should I use flutter or kotlin mutliplatform. I want to publish the library to maven and cocoa pods respectively. (Please Consider these two cases: 1. Shared Business Logic (Separate Ui) 2. Both Business Logic and UI (Compose Multiplatform) shared Parameter Size Speed UI Feel if relevant article is there please share
using compose ui for multiplatform the ios app size is increasing very high. for a simple hello world app with compose ui it is taking arround 32mb where writing with swift it is taking only 108kb
p
I am not sure if Flutter allows you to build an
.Xcframework
or
.framework
file and/or an
.aar
or
.jar
file. AFAIK the only technology out there capable of doing that is KMP.