you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 2 years ago (2 children)

Flutter can be socialized for mobile OR desktop OR web. Having all three in a codebase requires lots of code and alternative layouts to properly handle each platform. It's not a "one size fits all" solution, actually to the absolute contrary it's a solution that you have to tailor to the UI you want to build.

I'm making desktop apps with Flutter (it's awesome) and my apps can't ever possibly hope to run on mobile. I'd have to remake most of the damn thing in order to make layouts for mobile.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 years ago (1 child)

    Right but instead of a toy language there's Kotlin which is already multiplatform.

    I just struggle to see why another language needed to be invented to do this.

  • source
  • parent
  • hideshow 1 child comment