Greetings. I have a very general question. We ar...
# announcements
j
Greetings. I have a very general question. We are designing a system that uses Flutter as the client/frontend. It's non-trivial (a POS system). We need to work offline. We'd prefer the business logic not be written in Dart as we'd like the share that logic server-side as well as prefer Kotlin. We can do it as a plugin to Flutter, but there may be some overhead. Are we correct in assuming that it precludes iOS? Is this a terribly bad idea for any other reason? Thanks in advance.
d
I'm not sure I understand. You want to be able to consume Kotlin from Dart?
j
correct
d
Flutter and Kotlin are two different approaches to mobile Dev. I would advice against using both simultaneously. I say just stick with Kotlin throughout, and save yourself the headache. You can use it to share logic between Android, iOS and Server.
👍 1
j
Thanks