I created a Flutter project using default values, which are Kotlin for Android and Swift for iOS. Halfway through the project I needed to integrate a 3rd party Android SDK that requires Java. Can I convert a Flutter project to Java for Android after creation?
I know I will need yo use Platform Channels to integrate native code with my Flutter app, this is not my concern.