2

I have been working with Flutter for some time and have a functioning app that works just fine.

What I am trying to do is 'export' my Flutter project into native Android / Java to give to the Android developer and Swift / Objective-C to give to the iOS developer for further changes and customization.

This answer discusses the import functionality, but with regards to export is this something that can be done? Does Flutter have such an operation?

shim
  • 9,289
  • 12
  • 69
  • 108
PGMacDesign
  • 6,092
  • 8
  • 41
  • 78

1 Answers1

3

You can embed a Flutter app as view to Java and iOS, but you can not convert it to Java, Kotlin, Swift or Object-C

This example might also be related

Günter Zöchbauer
  • 623,577
  • 216
  • 2,003
  • 1,567