5

Hey, flutterists! I'm getting curious.

Google gives me some hits, dunno how reliable they are. So here are my 2 questions:

1. Can I use flutter to develop for ios? Does the same code work on ios and droid?

2. Is there a way to use .jar libs in flutter? I have some custom tools I'd like to reuse.

Comments
  • 1
    ๐Ÿงท
  • 3
    1. yes
    2. yes but you need to wrap them and you won’t use them in ios as far as I know.
  • 1
    @vane Shit.

    Thanks...

    Is there any reliable way to run java code on iOS? I'm generating loo-oooots of API libs as .jar files when building the API. I'm wondering whether there would be a way to reuse them in droid and iOS.

    Is there any truly cross-platform language, suitable for all of them? iOS, MobiWin, droid,..
  • 1
    @netikras I don’t think so as it would require some smart language transpiler.

    For flutter it would be java to dart. You can search some but only one I know myself that’s working is software developer.

    Won’t be replaced anytime soon ๐Ÿ™‚
    Good luck.
  • 0
    For the .jar libs why not just use Lamda? Thats exactly what it was designed for
  • 0
    @netikras C++ with Qt Framework is quite cross platform
  • 0
    Yes, for both cases.
  • 0
    Xamarin is super cross platform. Although it runs on x# dotnet
Add Comment