• huginn@feddit.it
    link
    fedilink
    arrow-up
    23
    arrow-down
    3
    ·
    2 months ago

    I’m mostly just biased because I do native mobile development but flutter has always seemed like a false economy to me. You’re trying to build cross platform but it’ll take more than 2x as long as building each platform to get the same quality of experience. So either you have a shittier experience or you take even longer than true native dev.

    But I’m obviously very biased here.

    • jacksilver@lemmy.world
      link
      fedilink
      arrow-up
      14
      ·
      2 months ago

      I’ve used it before and it’s got it’s pros and cons. Ultimately the big thing is not all apps need to be the “killer app”. Some apps are pretty simple, so a one size fits all can be nice. It’s definitely not the same as developing natively, but for small teams/apps it’s not too bad.

      • GissaMittJobb@lemmy.ml
        link
        fedilink
        arrow-up
        4
        ·
        2 months ago

        If you’re prioritizing cost, you should probably already be building a web application imo. There’s very few cases where I would recommend cheaping out and building a native app, it’s just kind of unsound.

      • GissaMittJobb@lemmy.ml
        link
        fedilink
        arrow-up
        3
        ·
        2 months ago

        If you’re prioritizing cost, you should probably already be building a web application imo. There’s very few cases where I would recommend cheaping out and building a native app, it’s just kind of unsound.

      • GissaMittJobb@lemmy.ml
        link
        fedilink
        arrow-up
        3
        ·
        2 months ago

        If you’re prioritizing cost, you should probably already be building a web application imo. There’s very few cases where I would recommend cheaping out and building a native app, it’s just kind of unsound.

      • GissaMittJobb@lemmy.ml
        link
        fedilink
        arrow-up
        3
        ·
        2 months ago

        If you’re prioritizing cost, you should probably already be building a web application imo. There’s very few cases where I would recommend cheaping out and building a native app, it’s just kind of unsound.

        • ericjmorey@programming.dev
          link
          fedilink
          arrow-up
          3
          ·
          edit-2
          2 months ago

          It looks like your reply got submitted multiple times.

          I agree with you now about preference for web apps, but that was not the case when Google started pushing Flutter.

          • GissaMittJobb@lemmy.ml
            link
            fedilink
            arrow-up
            4
            ·
            2 months ago

            Looks like my Lemmy-client of choice did some retrying when I had poor connection, sorry about that.

            I think trying to go cheap on native apps was always kind of a fool’s errand, tbh. Cordova, Xamarin, React Native and so on - all pretty sub-par solutions leading to poor experience without actually materializing the desired savings.

          • GissaMittJobb@lemmy.ml
            link
            fedilink
            arrow-up
            2
            arrow-down
            1
            ·
            2 months ago

            Looks like my Lemmy-client of choice did some retrying when I had poor connection, sorry about that.

            I think trying to go cheap on native apps was always kind of a fool’s errand, tbh. Cordova, Xamarin, React Native and so on - all pretty sub-par solutions leading to poor experience without actually materializing the desired savings.

          • GissaMittJobb@lemmy.ml
            link
            fedilink
            arrow-up
            2
            arrow-down
            1
            ·
            2 months ago

            Looks like my Lemmy-client of choice did some retrying when I had poor connection, sorry about that.

            I think trying to go cheap on native apps was always kind of a fool’s errand, tbh. Cordova, Xamarin, React Native and so on - all pretty sub-par solutions leading to poor experience without actually materializing the desired savings.

      • GissaMittJobb@lemmy.ml
        link
        fedilink
        arrow-up
        3
        ·
        2 months ago

        If you’re prioritizing cost, you should probably already be building a web application imo. There’s very few cases where I would recommend cheaping out and building a native app, it’s just kind of unsound.

      • GissaMittJobb@lemmy.ml
        link
        fedilink
        arrow-up
        3
        arrow-down
        1
        ·
        2 months ago

        If you’re prioritizing cost, you should probably already be building a web application imo. There’s very few cases where I would recommend cheaping out and building a native app, it’s just kind of unsound.

    • AMDIsOurLord@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      2 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.

      • huginn@feddit.it
        link
        fedilink
        arrow-up
        4
        arrow-down
        3
        ·
        2 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.

        • AMDIsOurLord@lemmy.ml
          link
          fedilink
          arrow-up
          6
          arrow-down
          1
          ·
          2 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