Hello! Is it normal to use the following stack in ...
# multiplatform
a
Hello! Is it normal to use the following stack in production and will it be working fine? Business logic: Kotlin Multiplatform (all mobile + web) Views: SwiftUI for ios and Flutter for other platforms
p
Well doesn't seem normal, the norm would be doing the native-ui for each platform or compose-multiplatform. Now, it is possible in theory, I haven't tried but it sounds possible.
👍 1