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?