0

Suppose I have a large existing native android application written in java. And now I have decided to make this application cross-platform using flutter technology. I know that I can implement flutter and rewrite the project on this technology in parts, but can I, for example, make a cross-platform activity on flutter and put native java code inside it

N.E.K
  • 37
  • 4

1 Answers1

1

there isn't anything to convert and android native app to flutter but if you want your existing android application cross-platform you can use kotlin to make it hybrid https://kotlinlang.org/lp/mobile/