thanks for reading,
my original project is android project in java, then kotlin being integrated into project, now all new ui and business logic are written in kotlin, recently boss want this android app to be use by ios,
then i found flutter might be useful in this case, so i try to integrate flutter into project and test with it, my goal is to convert this project to be able to compile into android and ios, i'm very new to flutter,
after days of searching and testing,
i'm follwing guide at flutter.dev added flutter module to my android project, now able to call FlutterActivity from android activity, using flutterEngine initialRoute i'm able to call different dart file from flutter module, but as i dive deeper i feel that these doesn't seem right,
please correct me if i'm wrong =
i'm unable to call kotlin files from flutter module in dart, (i have rewrite business logic in dart at flutter module?
there are no ui files for dart, and i can't preview the ui like xml design view,
the guide seem to be just focus on getting flutter to run in existing android app, (so this android project will still not be able to compile into ios?
my main goal is to compile existing android project to ios and try to not remake every coding if possible, but so far all the solution i found is telling me this project have to remake, sorry i'm out of option and i need help, i don't really need flutter if there is a better solution,
please advice how do i convert this project to be able to compile at both android and ios?