• @[email protected]
    link
    fedilink
    22 months ago

    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.

    • @[email protected]
      link
      fedilink
      12 months ago

      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.

      • @[email protected]
        link
        fedilink
        52 months ago

        Dart does some things better than Kotlin and KMP is a joke compared to Flutter

        Trust me on this and go learn it yourself

        Also Dart compiles to machine code, Kotlin is JVM