If I’m looking to do Android only development, not concerned with deploying an app to the iOS App Store. It looks like this is possible in Flutter by enabling this flag, —no-enable-ios, here in the docs.
Would it best to go about a new app in Flutter or Jetpack Compose? If you’ve developed in both, what is your experience with productivity and rapidly prototyping in each one? It seems like you’d have to know some native Android, through Java or Kotlin, at some point.
Which of the two is most similar to SwiftUI?