Flutter vs Kotlin Multiplatform | Which is better ?

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 57

  • @dontdoit6986
    @dontdoit6986 Год назад +32

    Flutter just keeps on coming back stronger than before. I’m on my third enterprise app this year to be shipped to the wild.

  • @ShourovRoy-pk5zm
    @ShourovRoy-pk5zm Год назад +18

    Flutter is for urgently project and apps that are only focused on data on the other hand jetpack compose when you need to access and take the advantages of system and hard drive and want smooth performance.
    Both are best at their own position.

    • @AIWithFlutter
      @AIWithFlutter  Год назад +1

      Good insight !

    • @Apenschi
      @Apenschi 5 месяцев назад

      You prefer Kotlin over Flutter for smoother performance ?!? Seriously !?! I have the feeling that you have no idea what you are talking about!

    • @ShourovRoy-pk5zm
      @ShourovRoy-pk5zm 5 месяцев назад

      @@Apenschi you must be a noob.

    • @Apenschi
      @Apenschi 5 месяцев назад

      @@ShourovRoy-pk5zm I have 40 years of dev experience and have been working with Flutter since 2018 developing several real world apps to production with it. At the same time I migrated lots of Java/XML code to Kotlin/Compose and tried several times to use KMP. KMP/Compose is not even close to Flutter when it comes to speed, smotheness of animations and production readiness in general!

    • @TecH_EvangelistT
      @TecH_EvangelistT 5 месяцев назад

      Keep quiet you don't know flutter or even kotlin

  • @silientlips
    @silientlips Год назад +9

    I think in Flutter version 3.10 or later, Flutter uses Impeller as its rendering engine.

    • @abasilis
      @abasilis Год назад +4

      As soon as he said skia, I thought this guy is outdated. 😅

    • @AIWithFlutter
      @AIWithFlutter  Год назад +2

      My bad 😅

    • @abasilis
      @abasilis Год назад +1

      @@AIWithFlutter No worries, it's been so long using skia that it comes naturally when speaking about the Flutter graphic engine.

    • @vladimirkraus1438
      @vladimirkraus1438 11 месяцев назад

      As of 3.16 Flutter still uses Impeller only for iOS, where it is enabled by default. On other platforms it still uses Skia by default and Impeller must be explicitly enabled (it is in preview/experimental stage). So your information is not correct.

    • @mariol8831
      @mariol8831 6 месяцев назад

      @@vladimirkraus1438 now in 3.22 it is an opt-in feature for android and fallback to skia if the end user device doesn’t supports it which is nice but may increase app size because it include both options.

  • @readmeandanswer8142
    @readmeandanswer8142 Год назад +5

    You compare these technologies by different indicators. I could not understand what would be better or worse, because you did not even compare them by categories of what is in one and what is not in the other.
    You just mentioned certain aspects of the technology that are not even comparable.
    Where is minuses KMP?

    • @troy200550
      @troy200550 11 месяцев назад

      This is just me = Kmm is not real multiPlatform because if i create a hello in android i need xml layout but for this code to work in ios i need to add cocoa or objective c code to it,, i only share variables but not layout....flutter on the other hand is one code rule for all platforms....why would i waist time in kmm coding two systems when i can code one in flutter and works in all, aside from this if i know ios and android then im better off making two separet native apps

    • @troy200550
      @troy200550 11 месяцев назад

      @raza404y that's true but if you use stateless widgets were needed and state full were needed then performance is not an issue...the app size we cannot do anything about... But flutter is faster to develop with and google adds features like sensor management. Etc

    • @atulkumar-bb7vi
      @atulkumar-bb7vi 6 месяцев назад

      ​@@troy200550this is now supported by compose multi-platform, just check .

  • @junya9040
    @junya9040 Год назад +8

    Amazing comparison. I was looking for it recently to start my own project. Flutter should be the perfect choice now . Thanks !

  • @yohanespradono5224
    @yohanespradono5224 2 месяца назад +1

    is KMP still in experimental phase as of today?

    • @AIWithFlutter
      @AIWithFlutter  2 месяца назад

      It’s production ready but I don’t see a complete app built by KMP as of now. But I do know companies working on integrating KMP components into their existing native app.

  • @apisaga
    @apisaga Год назад +10

    3:28 small community base?, pffft

    • @AIWithFlutter
      @AIWithFlutter  Год назад

      Great insight, but we meant RELATIVE to native android.

    • @verryondrums
      @verryondrums Год назад +5

      Flutter has a really big, active and incredibly friendly and helpful community 👌

  • @vuduc7563
    @vuduc7563 Год назад +2

    Everything look perfect in Flutter except Flutter fix only 1 space tab indent when coding. So I choose KMM

  • @Apenschi
    @Apenschi 5 месяцев назад +1

    Although I really like Kotlin and it might be a real alternative to Flutter in the Future, Flutter is currently years ahead! AND Kotlin will always be limited by the underlying JVM, what e.g. currently keep it from getting sound null safety (currently still only available in Swift and Dart)! The KMP Team does a good job in stealing ideas from Flutter and try to reimplement a lot of it, but that will take several years until it will be production ready!

  • @Apenschi
    @Apenschi 5 месяцев назад +1

    Very incomplete comparison! Small Community for Flutter compared to KMP? Are you serious!?! What about aggressive composability that leads to a much higher reuse of code and components than in Compose? You also can use Dart perfectly on the Backend!

  • @JamesMorris-rr4pl
    @JamesMorris-rr4pl 3 месяца назад +1

    Google owns Flutter. Which solution is Google REALLY promoting? It ain't Flutter. JetBrains and Google are partnering to develop Compose Multiplatform. That's a powerful combination that Flutter cannot match.

  • @tananga_studio
    @tananga_studio Год назад +5

    Very good video :)

  • @chirayujoshi1189
    @chirayujoshi1189 11 месяцев назад +8

    I used flutter in my initial projects. But when I joined a software company, I realised what scalability and maintainability means.
    With Jetpack Compose, things are now different in native android app development.
    When CMM is fully ready, I bet there is nothing better than it.

    • @AIWithFlutter
      @AIWithFlutter  11 месяцев назад

      Thanks for the great insight !

    • @meidy3795
      @meidy3795 7 месяцев назад

      Can i use compose multiplatform for building ios and android app nowadays ? i am thinking of using it on my company projects

    • @chirayujoshi1189
      @chirayujoshi1189 7 месяцев назад

      @@meidy3795 unfortunately, I am not working in android domain anymore since the project shut down. I'm right now working in backend development

  • @cristianscript5649
    @cristianscript5649 6 месяцев назад +3

    React Native is the best

    • @joshafc41
      @joshafc41 6 месяцев назад +3

      Its the worst

    • @MadhanRaj-tv4jd
      @MadhanRaj-tv4jd 6 месяцев назад

      No because it can't support linux app build 😢

    • @hghmnds
      @hghmnds 5 месяцев назад

      @@joshafc41yuh because you only know react native

  • @k4ba
    @k4ba 8 месяцев назад +5

    Flutter for kids

  • @ydab7029
    @ydab7029 Год назад +9

    Don't try kotlin multiplatform. Worse than react native

    • @Rajmanov
      @Rajmanov Год назад +1

      why?

    • @apisaga
      @apisaga Год назад +1

      why?

    • @dleonardo3238
      @dleonardo3238 Год назад +7

      i'm enjoying it musch more than both flutter and react native. performance feels still native

    • @ravimishra9922
      @ravimishra9922 8 месяцев назад

      Any particular reason?

    • @mso2000
      @mso2000 8 месяцев назад +3

      The only reason is that he doesn't know how to use it.