• SrTobi@feddit.de
    link
    fedilink
    arrow-up
    27
    ·
    il y a 8 mois

    Flutter uses dart. It’s one of the best ui building frameworks I have used. Not that it is perfect…

    • realharo@lemm.ee
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      il y a 8 mois

      Flutter - the framework - is great. Dart as a language is tolerable - lot of ugly boilerplate, manual codegen, and things you can’t quite express correctly are everywhere, but if you’re not too much of a stickler, Flutter is still worth it (at least until Compose Multiplatform matures - if ever).

      • FizzyOrange
        link
        fedilink
        arrow-up
        1
        ·
        il y a 8 mois

        I would say it’s not as good as really great languages like Rust, but it’s much nicer than Python or JavaScript. I would say it’s nicer than Typescript too. Typescript has a better type system but it’s held back by JavaScript.

      • SrTobi@feddit.de
        link
        fedilink
        arrow-up
        1
        ·
        il y a 8 mois

        Yeah totally agree. I can give it credit for being adapted for better accommodating flutter, but it has extremely many things where it does not come across as modern

    • DeprecatedCompatV2
      link
      fedilink
      arrow-up
      3
      ·
      il y a 8 mois

      I just hate reading it. I wish it looked more like Kotlin and less like JavaScript 😭

      • blusterydayve26@midwest.social
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        il y a 8 mois

        It’s the carcinisation of programming languages. Everything evolves into JavaScript.

        Though let’s be real, even JavaScript evolves into Lisp.