Flutter vs Kotlin Multiplatform | Which is better ?

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

ความคิดเห็น • 59

  • @dontdoit6986
    @dontdoit6986 ปีที่แล้ว +34

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

    • @AIWithFlutter
      @AIWithFlutter  ปีที่แล้ว +2

      Amazing ! Congrats 🎉

    • @mshahzad6425
      @mshahzad6425 ปีที่แล้ว

      dont do that as flutter developer

  • @ShourovRoy-pk5zm
    @ShourovRoy-pk5zm ปีที่แล้ว +19

    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 7 หลายเดือนก่อน

      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 7 หลายเดือนก่อน

      @@Apenschi you must be a noob.

    • @Apenschi
      @Apenschi 7 หลายเดือนก่อน

      @@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 6 หลายเดือนก่อน

      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 ปีที่แล้ว

      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 7 หลายเดือนก่อน

      @@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 ปีที่แล้ว

      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 ปีที่แล้ว

      @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 8 หลายเดือนก่อน

      ​@@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 !

    • @AIWithFlutter
      @AIWithFlutter  ปีที่แล้ว

      Welcome ! Appreciate that 🙏

  • @yohanespradono5224
    @yohanespradono5224 3 หลายเดือนก่อน +1

    is KMP still in experimental phase as of today?

    • @AIWithFlutter
      @AIWithFlutter  3 หลายเดือนก่อน

      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 👌

  • @Apenschi
    @Apenschi 7 หลายเดือนก่อน +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!

    • @AIWithFlutter
      @AIWithFlutter  หลายเดือนก่อน

      Thanks for the great insight !

  • @vuduc7563
    @vuduc7563 ปีที่แล้ว +2

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

  • @Apenschi
    @Apenschi 7 หลายเดือนก่อน +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!

    • @AIWithFlutter
      @AIWithFlutter  หลายเดือนก่อน

      Thanks for the great insight !

  • @JamesMorris-rr4pl
    @JamesMorris-rr4pl 5 หลายเดือนก่อน +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.

    • @AIWithFlutter
      @AIWithFlutter  4 หลายเดือนก่อน

      Thanks for the great insight !

  • @tananga_studio
    @tananga_studio ปีที่แล้ว +5

    Very good video :)

  • @chirayujoshi1189
    @chirayujoshi1189 ปีที่แล้ว +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  ปีที่แล้ว

      Thanks for the great insight !

    • @meidy3795
      @meidy3795 8 หลายเดือนก่อน

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

    • @chirayujoshi1189
      @chirayujoshi1189 8 หลายเดือนก่อน

      @@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 8 หลายเดือนก่อน +3

    React Native is the best

    • @joshafc41
      @joshafc41 7 หลายเดือนก่อน +3

      Its the worst

    • @MadhanRaj-tv4jd
      @MadhanRaj-tv4jd 7 หลายเดือนก่อน

      No because it can't support linux app build 😢

    • @hghmnds
      @hghmnds 7 หลายเดือนก่อน

      @@joshafc41yuh because you only know react native

  • @k4ba
    @k4ba 9 หลายเดือนก่อน +5

    Flutter for kids

  • @armanfazylov3030
    @armanfazylov3030 28 วันที่ผ่านมา +1

    this video is waste of time

    • @AIWithFlutter
      @AIWithFlutter  27 วันที่ผ่านมา

      Any justification ?

  • @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 9 หลายเดือนก่อน

      Any particular reason?

    • @mso2000
      @mso2000 9 หลายเดือนก่อน +3

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