KMP vs. Flutter - Who Will Win The Cross-Platform Battle?

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

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

  • @saqibshafin
    @saqibshafin 5 месяцев назад +66

    9:37 Flutter does not run in DartVM in Production/Release builds, they are AOT compiled in Production builds, meaning, they don't need VMs to run. Meaning, performance is near-native, if not native.
    They use VM in debug/development mode though.

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

      U r right

    • @farellalvaro8392
      @farellalvaro8392 4 месяца назад +4

      You're correct! Dart is AOT compile, not like kotlin that's run in JIT. AOT basically turns your code into near native perfomance which is faster and safer from reverse engineering

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

      @@farellalvaro8392 The JVM on Android used to be Dalvik that only does JIT. Since Android 4.4, ART (Android Runtime) had been introduced to support AOT compilation. KMP compiles to DEX on Android that supports AOT.

  • @safionweb
    @safionweb 6 месяцев назад +266

    React Native crying in the corner.

    • @kiyotaka721
      @kiyotaka721 6 месяцев назад +42

      is it though? Currently RN is the most used cross platform app development library

    • @steinbeats
      @steinbeats 6 месяцев назад +1

      😂😂😂 they doing RN dirty

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

      😂😂😂😂😂😂

    • @aj3413
      @aj3413 6 месяцев назад +26

      ​@@kiyotaka721 Honestly rn is popular because React is popular among web devs. As soon as a new framework comes as an alternative, react native will become irrelevant

    • @MrPDTaylor
      @MrPDTaylor 6 месяцев назад +1

      And angular ionic

  • @AzazelezazA
    @AzazelezazA 6 месяцев назад +79

    I'm taking the risk and investing in Kotlin and KMP for my career as I'm about to graduate. At worst I think I can transition to native Android. Wish me luck guys.

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

      Good luck!!

    • @danghuukhai2885
      @danghuukhai2885 4 месяца назад +6

      You will also be able to use Kotlin in backend dev.

    • @iMagUdspEllr
      @iMagUdspEllr 4 месяца назад +4

      Google wants to replace its mobile OS with Fuschia and it's programming language with Flutter and Dart.
      But, Google gives up on projects regularly.
      Also, it's pretty simple to transition to another language as long as you can learn C and classes (like in C++ or Python), then you can learn any other language. The hardest task would be to transition to a niche programming language or something like Rust. But, my main point is that it is weird to say that you're going to specialize in Kotlin. You'll be able to use any language. If you want to specialize in mobile, web, embedded, AI, or something like that, that is different. Learning the ins and outs of making mobile apps is the specialization work, not the language.

    • @k4ba
      @k4ba 4 месяца назад +2

      @@iMagUdspEllr I been waiting for Fuschia for half decade lol... now, let's say Fuschia becomes next Google OS, first problem is that people that already uses Android including all the companies that power their devices with it will most-likely refuse to just transition like that, this is a big request to your customers and Google already makes billions out of it, it's a risky if not dumb play. But worst case scenario for Kotlin devs is that Fuschia becomes real... well, no problem, Kotlin MULTI-PLATFORM remember?

    • @iMagUdspEllr
      @iMagUdspEllr 3 месяца назад

      @@k4ba I think they were going to have Android run on top of Fuschia in a virtual machine during the transition. If Fuschia manages to be more efficient than Android, we could see performance break even during the transition period and then significantly increase once Android can be sidelined.

  • @stijndcl
    @stijndcl 6 месяцев назад +83

    A big pro for KMP is that if you ever change your mind and want to go native again, you only have to re-write the iOS app cause the Android one is already native. If you do that with Flutter you have to write two new apps from the ground up.

    • @alijawad6596
      @alijawad6596 5 месяцев назад +10

      As a beginner application developer. Why would I need to shift my cross platform app to Native app? Besides Client decision.

    • @taiwo_teninlanimi
      @taiwo_teninlanimi 5 месяцев назад +4

      @@alijawad6596 thank you. Such a bright question 😂

    • @knflux9840
      @knflux9840 5 месяцев назад +7

      @@alijawad6596 In the case of KMP I dont see any real scenarios as to why one would need to go back to native completely but in case of frameworks like Flutter, there can be various issues that can force a rewrite to native like bad performance for example.

    • @chronyan2-er3mk
      @chronyan2-er3mk 4 месяца назад

      @@alijawad6596 Performance. Sometimes, businesses pivot - for example you have an app that provides downloadable wallpapers but transitions into creating home screen widgets. But this is rarely the case.

    • @caresvlbdjz
      @caresvlbdjz Месяц назад

      @@knflux9840 very difficult to find a scenario where performance is bad using Flutter, if you expect that, you write in native since the beginning.

  • @mahmoudalkateb2008
    @mahmoudalkateb2008 6 месяцев назад +91

    Im working with flutter,
    CMP has a potential tbh, i love the structure of composables comparing to flutter widget its more readable and flexible, can't wait to transition to KMP 🤩

    • @ahmedbathily7013
      @ahmedbathily7013 6 месяцев назад +8

      The problem with kmp is you can only share buisness logic but not UI ,in another side with flutter one codebase can be shared in all platforms buisness logic and ui

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

      @@ahmedbathily7013 you can share UI in KMP with Compose Multiplatform it's just that it is still in beta for iOS and alpha for Web

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

      ​​​@@ahmedbathily7013you can share ui code using compose multiplatform (CMP), which also uses kotlin

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

      @@ahmedbathily7013 no that's not true, you can share UI with CMP, that's why it has potential you have the option to share UI with CMP or only business Logic.

    • @raheim5730
      @raheim5730 6 месяцев назад +9

      Ummm...kmp now share ui.

  • @helmutbierbaumer2648
    @helmutbierbaumer2648 6 месяцев назад +50

    Congrats
    Your videos are constantly getting better and better.
    Clearly the number one source for Android on RUclips!

    • @PhilippLackner
      @PhilippLackner  6 месяцев назад +5

      Thank you!!

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

      Video quality has improved, but not content quality

    • @PhilippLackner
      @PhilippLackner  6 месяцев назад +2

      @@azmo_ what can I do to improve that as well? :)

    • @namet952
      @namet952 3 месяца назад

      @@PhilippLackner don't pay attention to it, it's just envy

  • @DeceptiveRealities
    @DeceptiveRealities 6 месяцев назад +33

    I've been using Jetpack Compose MP in a real iOS product and can't say I've seen any real problems or showstoppers. The only annoying thing is how many parts have to be marked as Experimental at the present time.

  • @mahiainti678
    @mahiainti678 6 месяцев назад +10

    3:53 I would note that Kotlin-to-Wasm is also a compilation target, although it's still in alpha. One great thing about it is that it allows to use the same Compose UI for web apps (while you cannot use Compose with Kotlin-JS)

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

      but beyond in Flutter. Even beyond beta if I am not mistaken...

  • @xybnedasdd2930
    @xybnedasdd2930 6 месяцев назад +53

    Please, for the love of god: do *NOT* assume performance differences without providing real-world benchmarks. For example, JVM-targeted Kotlin is oftentimes faster than Kotlin Native. Also: Flutter does *NOT* use DartVM for production apps, only for debug apps.

    • @TranMinh-oh5un
      @TranMinh-oh5un 6 месяцев назад +4

      So, that means Flutter is better performance?

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

      ​@@TranMinh-oh5unno just that it's faster in production than development phase

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

      Yes - a good video let down by this part. What's on paper doesn't always translate to real world applications.

    • @scottstoll-dn2yx
      @scottstoll-dn2yx 6 месяцев назад +6

      Flutter compiles debug builds you're working on as Just In Time which allows you to change state and show the changes in the very next frame so you can iterate quickly as you develop. But that is DEBUG or Development builds ONLY. Production builds are Ahead of Time compiled into binary executables, which are MUCH faster. Please get that right before doing any performance comparison.

    • @vibovitold
      @vibovitold 5 месяцев назад +6

      Performance differences don't matter nearly as much as people assume, when it comes to mobile apps.
      Mobile apps don't do much computations etc. (and if they do, there's something wrong with them).
      The overwhelming majority of perceived sluggishness is caused by network traffic and other physical realities which the language or platform has got little to do with.
      A much smaller portion of it is caused by layout rendering, which once again is not inherent to the language, and definitely more often with the app being just poorly implemented.
      The performance of the VM itself is negligible from user's perspective. Maybe for the start-up time, but even then only marginally.

  • @borislavvelchev7275
    @borislavvelchev7275 6 месяцев назад +103

    KMP is the next big thing!

    • @gerdsfargen6687
      @gerdsfargen6687 6 месяцев назад +2

      I hope so..and that it stays around for a while.

  • @programmieren3197
    @programmieren3197 6 месяцев назад +8

    I am a native iOS developer and I love KMP cause Kotlin is on the same level as Swift and i can build a native UI vor IOS

  • @c4coding293
    @c4coding293 6 месяцев назад +43

    Flutter apps run in VM only on emulators but while running on physical devices no VM is created.

    • @TranMinh-oh5un
      @TranMinh-oh5un 6 месяцев назад +1

      Sure?

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

      @@TranMinh-oh5un Yes.

    • @TranMinh-oh5un
      @TranMinh-oh5un 6 месяцев назад +1

      @@xybnedasdd2930 I know about AOT. But are you sure that all dart code is compiled in AOT phase? Seems better than ART?

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

      @@TranMinh-oh5un When running Flutter apps on physical devices, no virtual machine (VM) is created. Instead, Flutter uses ahead-of-time (AOT) compilation to compile Dart code to native ARM code, which runs directly on the device's hardware. This allows for high performance and efficiency. In contrast, when running on emulators or simulators during development, Flutter can use a Dart virtual machine (VM) to enable features like hot reload, which speeds up the development process by allowing for quick changes without restarting the app.

    • @meshoraouf8929
      @meshoraouf8929 6 месяцев назад +2

      It runs in a VM, in a single activity, and in a single thread
      And the size is bigger like working with an engine like a game engine 😂
      This I believe

  • @rahmitufanoglu5380
    @rahmitufanoglu5380 5 месяцев назад +2

    You talk about the platform channels as if it were really witchcraft. But in reality it's a very good solution.
    KMP is just a layer on top of an existing layer. You still have the JVM dependency as you see when building desktop applications.
    And the community contribution in Flutter is very very high.

  • @ayeshdon
    @ayeshdon 6 месяцев назад +4

    If you have experience with Flutter or React Native, it will be a great asset in the future. Many existing Flutter and React Native apps will need ongoing maintenance and support. While KMP/CMP might be the next big thing in the mobile development industry, it's important to think positively: Flutter and React Native developers will still be in high demand.

  • @kernelpanic5672
    @kernelpanic5672 Месяц назад +3

    Flutter is the best.
    My app runs at 120Hz, chats with thousands of messages with media and text with a very complex layout.
    Not a single glitch!

  • @thaddeusojike9250
    @thaddeusojike9250 6 месяцев назад +12

    KMP (Kotlin Multiplatform) and CMP (Compose Multiplatform) are two distinct things. This isn't obvious from this video. KMP has nothing to do with UI. And that's why you can't do a fair or proper comparison with Flutter. You can compare Flutter with CMP, although that wouldn't be fair either since CMP isn't yet stable on iOS and Web. Good video all the same ... 👍

    • @PhilippLackner
      @PhilippLackner  6 месяцев назад +2

      I said pretty clearly that those are different things 😅

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

      oh. guess I missed it. Like I said, good video. Please keep up the good work.

  • @tarapogancev
    @tarapogancev 6 месяцев назад +11

    Great video! I work with both Jetpack Compose and Flutter, almost 50/50, and have to say I really enjoy Kotlin as a language much more than Dart. UI in Jetpack Compose is also much cleaner, but you eventually get used to Flutter's way as well. For now, I'd still go to Flutter when it comes to cross-platform apps. I feel comfortable with its large community of pub packages, and a wide span of learning resources, but I'm sure that I'll be learning KMP in the near future once it gets more support and a stronger base. This is a great start! 😄

    • @Khubaiblj
      @Khubaiblj 3 месяца назад

      Where can i learn flutter as a beginner cuz i all the RUclips videos i watched are outdated

    • @tarapogancev
      @tarapogancev 3 месяца назад

      @@Khubaiblj I started learning from a Udemy course (Flutter & Dart - The Complete Guide by Maximilian Schwarzmuller, Dart - Intermediate Course by Bryan Cairns), but there are many amazing RUclips courses that teach for free! Some of these channels are Flutter Guys, Vandad Nahavandipoor, Reso Coder, to start with. :)

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

    For Compose Multiplatform, it's pretty annoying that we don't have a @Preview that we can use in common code yet. At least not in Android Studio. They do in Fleet but it didn't seem to work for me, not sure why

  • @shizanahamadali3748
    @shizanahamadali3748 6 месяцев назад +5

    if you explain with some visual edits, its will really help me to understand very easily

  • @dadlord689
    @dadlord689 6 месяцев назад +5

    Flutter is occupying less ram as it don't have vm, while in theory should be able to do everything that platform provide. Quite impressive. It is just a 2D game engine with a simplified language, that seems to be very ok for the most task. Bunch of widgets already made. I don't know who needs native crap so hard to awoid Flutter, but it had enough troubles with iOS builds in the past to get a bad reputation. Overall cross platform is for low budget/ low responsibility type of things. And Flutter already has few game engines built ontop of it making it more of an eye candy then anything else. Also you can write server side code with Dart, that mekes knowing it more valuable now.

  • @vladimirkraus1438
    @vladimirkraus1438 4 месяца назад +5

    I hacked a simple test app on Windows in both KMP (I should better say Compose multiplatform) and Flutter... Flutter had much smaller runtime memory footprint (it is compiled to native binary and does not require JVM, unlike KMP) and felt much much quicker when used. So on desktop KMP is still inferior to Flutter. Though I admit the KMP code was shorter and much more readable. Overall I liked KMP better but the performance is till not there yet, unfortunately. KMP is lagging behind Flutter on desktop by about 2 years of development, IMO.

  • @ЕгорДемидов-ы1ж
    @ЕгорДемидов-ы1ж 6 месяцев назад +9

    I recently decided to try Kotlin. Having seen how much effort it takes to configure Gradle, I decided to abandon this idea. Until JetBrains implements Amper, I’ll better think about the Flutter + Rust combination (rinf).

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

      Well, if you think with Flutter you don't have to deals with Gradle (which is a pain in the neck), I have bad news for you

    • @ЕгорДемидов-ы1ж
      @ЕгорДемидов-ы1ж 2 месяца назад +2

      @@nobodydoe during at time I wrote comment, I'll managed to understand many of the nuances of Gradle-building. Overall, modularization doesn't seem to be that difficult with Koin. In other cases, CMP provides richer interaction between abstractions. Thank to reply, buddy.

  • @gerdsfargen6687
    @gerdsfargen6687 6 месяцев назад +5

    Philipp, do you have a video that shows a roadmap to go from the old system of Java Android dev to full blown Kotlin and adopting clean architecture with KMP and Compose?

  • @Haider5c
    @Haider5c 6 месяцев назад +4

    do you hear of impller ? this engine solved so many rendering problems and cmp use skia that had so many problems in the past

    • @Haider5c
      @Haider5c 3 месяца назад

      update i use kmm know and i thinks it better solution than flutter still need to learn swiftUI

  • @ivasuktelesuk100
    @ivasuktelesuk100 6 месяцев назад +7

    Hot Reload. I am using it in RN project and its amazing. As initially Android dev I couldnt forget days when I need to wait minutes on really huge projects for each incremental change 😢 Flutter has it as well as I know. Unforunately KMP out of the game here for now seems (

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

      Well, if you use hot reload for UI, then compose previews cover almost everything. And Live Edit will get you covered on Android.

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

      ​@@_runtimeunfortunately it doesn't work on Compose/Kotlin Multiplatform. Stuff is generally much faster nowadays though as a lot of stuff is cached and doesn't need to be recompiled unless the code in particular files is updated

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

    Hi,
    I agree with your point of view, especially with a future of it.
    I'm 11 years experienced mobile developer (7 years Android, 4 Flutter, now back to native Android since 3 months). Flutter is really cool framework which really works, has the best way of state management via for example BLoC solution. Main problem for all cross-platform frameworks are developers from totally different environments. iOS devs, like you said, they are really suspicious for anything outside from Apple. We had few iOS devs in my Flutter team, but all of them or almost all changed project to native iOS. So I don't believe that in a future KMP or Flutter will be so popular to change iOS native developers to any cross-platform solution.
    Another problem of Flutter/ReactNative is that developers can know framework, but do not know mobile platform on which they are developing. So still native devs are needed to solve some OS specific problems.
    KMP, however, requires native developers to write the UI parts of the application, which Flutter does not require.
    Thank you for this video :)

    • @AdeIskandar-lx4rn
      @AdeIskandar-lx4rn 6 месяцев назад

      amazing experience, Why did you decide back to native Android?

    • @mateuszd7586
      @mateuszd7586 6 месяцев назад +1

      @@AdeIskandar-lx4rn Thank you :) My Flutter project has been moved to client side and no Flutter projects/jobs in Poland for Senior Dev. More offers for native Android.

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

      ​@@mateuszd7586 what do those Flutter widgets bring to the table that Jetpack Compose doesn't provide? (as you praise Flutter for "the best way of state management via for example BLoC solution").
      honest question, i've never done much in Flutter.
      the framework itself seems nice, but i wouldn't give up Kotlin for Dart unless i'd have a gun to my head, and even then i'd be like "how do i know it's actually loaded?"

  • @ignaciogarcia1174
    @ignaciogarcia1174 6 месяцев назад +10

    I love Kotlin but there are massive libraries I would need to create from the ground up. This means that Flutter has the edge when special libraries are needed.

    • @PhilippLackner
      @PhilippLackner  6 месяцев назад +5

      Which libraries are you missing in KMP?

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

      @@PhilippLackner check flutter gems, there are not even close to this number of solutions on the kmp.

    • @stijndcl
      @stijndcl 6 месяцев назад +2

      Google is making big efforts to help KMP right now, they recently made a decent amount of Jetpack libraries multiplatform

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

      ​@@PhilippLacknerI'd say the Firebase stack is currently pretty lacking. There's some unofficial ones but they're not complete and I've had issues there. They don't support Firebase Cloud Messaging at all, which is a pretty important component.
      I'm using Supabase for a personal project though and they support both KMP and Flutter, interestingly :)

  • @maxwellkjr
    @maxwellkjr 6 месяцев назад +11

    React Native/Electron left the chat

  • @sqrlware
    @sqrlware 6 месяцев назад +7

    This is really biased, Google only cooperates with Jetbrains because google owns android and would surely like to have control over the native android framework and not because they believe anything about the future being kotlin or anything related. Google adopted flutter for fuschia because they built the os from ground up and would use their own tech for it but android is a whole other thing, it was bought by Google because they wanted to control its native development kit hence cooperation with the developers of the android development tool (jetbrains).

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

    Really cool video Philip !
    in my opinion KMP/CMP will take over with time (in the short time, Flutter will definetly not disappear tho) because not only you will have all your androd native devs avaible initially on the market, but also its gonna be very easy to make ur already existing native Android app to be Cross-platform.
    And with CMP it seems that its gonna be the "Quick" way to do an MVP (kinda like Flutter or RN) where after your MVP has been succesful you can just easily make the UI native in each platform if you want.
    i mean i dont see any Cons tbh

  • @henrik908
    @henrik908 6 месяцев назад +4

    How to setup a kMM project on arch? ☠️

  • @rithikrithik5249
    @rithikrithik5249 6 месяцев назад +1

    there is no tutorial about Pre-registration in google play console make a video step by step plz many small scale developer are not knowing about Pre-registration.

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

    You missed one more big multiplatform framework here, UNITY support all platforms as KMP except JVM Desktop, you are using C# and platform-specific stuff is very easy to implement you will just add precompiler directives like #if UNITY_IOS and compiler will only generate it when target is IOS.

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

      @@realnull nobody is using unity for non-games 😅

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

      @@PhilippLackner don't be a 100% sure about that. I saw some unity applications on some embedded devices. I do agree it is a niche and very small amount of non game apps are made with unity, however it is more stable and mature than KMP right now in September 2024

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

    Ease of development will win. Which one is easier and comprehensive without having to channel with native code? And also, how quick the platform development team is to implement features. For example , Flutter can't handle Content URI at present on its own. I put in a feature request on content uri and there was some work in progress by flutter team on it. But its been in limbo for the last month or so.

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

      What's content Uri?

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

      ​​​@@fernando_s97Its the standard way of handling file paths now where indirect addresses in the format Content:// are generated by OS instead of direct File:// paths. Idea is to avoid direct access to files and not let the actual address of the file be known.

    • @TheClaudio133
      @TheClaudio133 6 месяцев назад +1

      is that a topic related with dynamic links?

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

      If ease of use won, every app would be in PhoneGap

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

      Define "win"

  • @_JSN
    @_JSN 6 месяцев назад +7

    I have been using Kotlin since 2017, but Dart is a nicer language to code in. I like composables more than widgets though.

    • @programmieren3197
      @programmieren3197 6 месяцев назад +2

      Why do you think so. Dart is not very good for functional programming and don’t has data classes

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

      @@programmieren3197 I think Dart is just more intuitive and more concise (not always, but most times). It doesn't give you decision fatigue because it doesn't have as many keywords and "syntactical sugar" ways of doing things.
      It has a very consistent style that makes it easy to jump into someone else's code and there is not as much of a learning curve as with Kotlin. If you know Java/Javascript/C# it's relatively easy to learn Dart compared to learning Kotlin. Things like making http requests and parsing JSON are relatively trivial in Dart. And don't even get me started on how easy it is to use pub vs using gradle.
      As for functional programming, I'm not sure what you mean by it's not very good for functional programming. Could you please explain further?
      As for data classes, you can achieve the same behaviour in Dart by using Equatable.
      Edit: You can also achieve "data classes" in Dart by using Freezed.

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

      @@programmieren3197 Idk what happened to my original reply, but you can use Freezed or Equatable in Dart to achieve the same behaviour as data classes

    • @gorudonu
      @gorudonu 6 месяцев назад +1

      I agree, I like dart more than kotlin (and I've been using kotlin since it was in beta). I also think Flutter widgets are better than composables.

    • @_JSN
      @_JSN 6 месяцев назад +2

      @@gorudonu The biggest benefit for me with widgets is that they are actual classes that you can extend, unlike composables. I just find it easier to do what I want using composables for the most part. Like making custom dropdown menus for example.

  • @sqrlware
    @sqrlware 6 месяцев назад +4

    Nope , dart VM is for only debugging on emulators on real devices flutter compiles to native arm code. I don't know where you got your data from but yh.

  • @denisdavidek
    @denisdavidek 6 месяцев назад +1

    As a native Android developer, I do think that KMP is the next big thing. I will start checking and learning it soon.

  • @acromos
    @acromos 6 месяцев назад +29

    Flutter is to Cross-Platform as Python is to Machine Learning.

    • @AyushVachhani
      @AyushVachhani 6 месяцев назад +2

      Flutter is great, but ig even tauri could be a thing, it's releasing mobile support soon.

    • @vladimirkraus1438
      @vladimirkraus1438 4 месяца назад +1

      Your comment does not make any sense.

    • @AyushVachhani
      @AyushVachhani 4 месяца назад

      @@vladimirkraus1438 mine? Or the guy who wrote the comment?

    • @vladimirkraus1438
      @vladimirkraus1438 4 месяца назад +1

      @@AyushVachhani the guy who wrote the comment... Sorry for confusion.

    • @AyushVachhani
      @AyushVachhani 4 месяца назад

      @@vladimirkraus1438 what he's trying to say is that it's an industry gold standard for cross platform, and he isn't wrong ig

  • @user--10552
    @user--10552 6 месяцев назад +2

    hi
    is there something lightweight and effective for jetpack and kmp, something like vscode...
    Android studio really heavy?

    • @scotter7663
      @scotter7663 4 месяца назад

      Fleet is supposed to be a more lightweight IDE from jetbrains. I've only used it for Java tho not Kotlin or KMP

  • @iyadzac
    @iyadzac 6 месяцев назад +1

    what about react native? in my company there's more demand of RN than flutter.

  • @cesarlabastida1392
    @cesarlabastida1392 4 месяца назад

    I have been using compose for android development the past 6 months for my company's app. Kotlin compose it's intuitive, concise and powerful I would even say it's addicting to use

  • @xD-saleem
    @xD-saleem 6 месяцев назад +1

    Your channel blew up. I remember your first video! Good to see you again bro.

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

    Thank you Philipp for another great vid! ... 2:30 not a lot of syntactical sugar ... I love it =)

  • @tw5265-p5t
    @tw5265-p5t 4 месяца назад

    The most sensible comparison of KMP and Flutter! Thanks pal..

  • @NoName-rp6cx
    @NoName-rp6cx 2 месяца назад

    I'm a flutter developer, and I'm confused about what the future of technology will be. Native has a strong advantage, for example, Google support (which is quite influential in my opinion), in the CIS there are 5 times more vacancies on kotlin than on flutter (350 versus 1500) and salary forks are 1.2-2 times more, a lot of companies have been making native products for a long time, and this should have to to support

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

    Just 1 point to clear: there is a difference between “cross platform” and “multiplatform”. Also, one can call Kotlin code from platform specificity code and wise versa.

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

    is there any posible chance that KMP will support HarmonyOs in the future? the HarmonyOs seem to support Kotlin and few more android language.

  • @michaelappiah-kubi2829
    @michaelappiah-kubi2829 6 месяцев назад +4

    Currently Flutter will serve you better than KMP. If KMP picks up however it would be the ideal . Give it a couple of years

  • @tiberiusrubicon9261
    @tiberiusrubicon9261 3 месяца назад

    Skia is a heart of both these frameworks. But on the other hand - Flutter has Impeller - new engine, specifically created for iOS and MacOS.

  • @dadlord689
    @dadlord689 6 месяцев назад +1

    Yeah, it didn't get less confusing. Looks more like widgets unification sucks with compose and probably will walk the full rode of Flutter issues before will become usable. And KMP is usable already, but doesn't shine enough for a studio to get rid of platform specific developers to adopt it. Shared code could come with a dll + server side, and KMP doesn't makes UI development easier. The only benefit it may have is easing up the Android development madness as it is, but I am guessing.

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

    Flutter does not run in DartVM in Production/Release builds, they are AOT compiled in Production builds, meaning, they don't need VMs to run. Meaning, performance is near-native, if not native. its way too early to start using kmp

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

    no matter how many times you say it's a personal opinion, flutter cult will just do their thing. Which makes me say communities are a big factor that people should consider when deciding to get into a tech.

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

    I think writing libraries for multiple platforms will be very sweet in KMP. It would be nice to use Compose multiplatform for Android and expand the UI to other platforms when those platforms become stable.

  • @domephant2425
    @domephant2425 6 месяцев назад +14

    I think KMP's future will be very bright, while i'm not so sure about flutter's. I think the target audience of these frameworks differs quite a lot. I think KMP is more suited for native developers trying to write cross-platform apps because they can use their skills and knowledge from the native platform. Flutter and React Native in my opinion are more geared towards the general developers and web developers trying to write apps, therefore they have a higher level of abstraction. I think both approaches are good, but KMP feels like a breeze of fresh air after trying flutter, because from my experience you lose a lot of control using flutter

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

      That’s is literally the opposite as flutter rather gives all the flexibility you need and flutter compared to KMP/CMP is growing really fast and doesn’t seem to slow down cause the tech is great and does not need the backing of Google

    • @domephant2425
      @domephant2425 6 месяцев назад +4

      @@sqrlware you have flexibility with flutter, absolutely. Since it's basically a canvas you can do whatever you want and for a lot of apps that's awesome. But that's also the problem when building apps that try to resemble parts of the native platform. The higher level of abstraction hurts there (iOS rendering was broken for years til Impeller, and don't get me started on Flutter for Web) and some things you simply cannot fix from that high up on the abstraction ladder. Flutter's growth is really strong, but comparing that to KMP doesn't really make sense considering how long Flutter is on the market already. And KMP is also growing rapidly and can partly rely on the Kotlin ecosystem.

    • @andreygritsay762
      @andreygritsay762 3 месяца назад +1

      @@domephant2425 CMP is not any better on web too as it uses the same Skia engine

    • @domephant2425
      @domephant2425 3 месяца назад

      ​@@andreygritsay762 yes, but you don't have to rely on CMP to render your application. I don't think CMP is gonna be better on Web than Flutter, i think both solutions will be mostly terrible. You can just write your standard web application and use KMP for sharing logic. Flutter simply doesn't give you that option.

  • @aj3413
    @aj3413 6 месяцев назад +2

    13:39 I would disagree as flutter right now has a huge community. If Google someday disowns Flutter for KMP this would make a perception among devs about Google's decision being flaky. Furthermore, it will make devs think twice before before developing in KMP.

  • @TheBerlinFactor
    @TheBerlinFactor 6 месяцев назад +4

    Isn't Flutter by definition somewhat higher level? Considering for example the single-window limitation? (Workarounds exist, but it's not straight-forward to use.) KMP feels more low-level in that regard. More potential. But more complex. Flutter feels simpler overall. K(MP) feels more versatile overall.
    What I find astonishing is the simple build setup and management in Flutter vs the crazy Gradle mess of K(MP). Hoping for Amper to bring some alleviation there.
    Now if they would only make Dart a little less annoying.. 😀
    After a few weeks with Flutter/Dart, however, I feel like you can iterate crazy fast compared to KMP. Hot reload/restart has it merits. And afaict KMP (for me mostly targeting Android) is not close, yet, in that regard.
    The "standard library" is, however, quite annoying, coming from Kotlin... ‾\_('')_/‾
    But then there is also Clojure-Dart. Haven't used this yet. But will look at this next. Looks crazy promising. Plus, there seems to be an easy way to use K(MP) in Flutter. Another next thing to look at.
    All things considered, when Flutter is a viable option for a task, it's perfectly fine to pick it, right? If you need the versatility of KMP, then Flutter probably isn't an option anyway...
    Who will win? IDK. Considering the madness of the JS ecosystem... Probably some mad solution will win for cross-platform, too? 🙃

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

    why is it always hard to decide which stack we're going to use.😆

  • @Aditya.Rawat45
    @Aditya.Rawat45 6 месяцев назад

    Hey, I know flutter but I'm thinking to shift to native android development.
    What are the market trends as of now,how do i start?

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

    Honestly, last time I looked at KMP, it was too immature (it was a while ago, so my choice came down to Flutter vs React native... I didn't choose React native but isn't the current choice between those three?

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

    I'm using flutter in recent two years, it's great. Now im trying kmp because Kotlin is more powerful than dart3 and i need to learn some android native for flutter side. So kmp is another choice.
    I only do these in side projects, flutter and kmp they are absolutely enjoyable.
    Thanks for your video!

  • @rafaelmarcos9733
    @rafaelmarcos9733 Месяц назад

    I've been studying native Android development for a few months, but I saw that there is more demand for flutter, so I don't know if I should stop and study Flutter just o make some money instead of hunting kotlin vacancies.
    Note: money is not my main purpose when studying, I just see there are more people asking for apps in both platforms instead of adnroid specific apps. I'll give KMP a try too, but I didn't see as many opportunities for it as flutter for beginners.

  • @احمدعبدالمولىحسن-ذ7خ
    @احمدعبدالمولىحسن-ذ7خ 6 месяцев назад

    Hi @philipp lackner, as you know there is lack of resources to learn kmp in the internet in General, can you give me Websites or any place to learn more and more about how to use kmp?
    Thanks in Advance.

  • @powerpcx86
    @powerpcx86 3 месяца назад +1

    0:14 Qt enters the chat :)

  • @AppsStudio2023
    @AppsStudio2023 6 месяцев назад +1

    I'm native android developer and no moving to KMP ..HOPE THAT I'LL ENJOY

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

      no moving to kmp ? why

  • @Apenschi
    @Apenschi 6 месяцев назад +2

    The "Bridge layer" is only for calling native code in Flutter apps. The Flutter engine e.g. the rendering is written in C++ and runs natively in Android and iOS so theres is no "bridge" used in genral as you implied. In fact Flutter is extremely fast. And as a native developer in Java and Kotlin I can tell you that it is hard to get the same smootheness and fluency of animations and stuff even when programming natively! And what Dart VM ?!?!? I strongly have the impression, that you don't really know what you are talking about. As you said yourself Dart is compiled to nativ machine code, so no VM.

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

    Greetings from Denmark, Philipp, always good to see your videos

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

    Right tool for the job. If the project doesn't need fully flushed native capabilities, then Flutter is a great alternative. That being said, you should always try to go Native so that the app can be extensible later.

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

    Philip how to prepare Resume for a kmp developer

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

    I think that the performance comparison is highly theoretical. In practice, I do not expect much performance differences between Flutter and KMP. Nevertheless, I agree that the Kotlin-language is more expressive than Dart, even though this is rather an academic issue with modern Dart versions.

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

    Is Flutter suitable for making applications that access hardware attached to a PC? Either as a browser/web-app , or as a standalone pc executable?
    For example, if the hardware connects via usb or pci (and can be accessed via a 32-bit or 64-bit DLL), how easily (or well documented) would it be for Flutter to call those dll functions? Platform Channels / FFI?

    • @gorudonu
      @gorudonu 4 месяца назад

      that's easy to do in flutter, just use ffi and ffi_gen

  • @adnandzindosoda
    @adnandzindosoda 6 месяцев назад +18

    I will dive into kmp 2026. Until that they will change everything 100x

    • @akashkumardas6521
      @akashkumardas6521 6 месяцев назад +2

      Same thought

    • @user-jchjkitv77896
      @user-jchjkitv77896 6 месяцев назад

      For now I'm with flutter but it looks like Google is shifting to kmp I think I'll wait as well

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

      ​@@user-jchjkitv77896I'm don't think that they're planning to abandon Flutter but they're two different approaches to solve the same problem. One isn't necessarily better than the other.
      I think Google adopted KMP and will support Compose Multiplatform because it's much more familiar if you're already developing for Android and many things can be reused, so that lowers the barrier for entry. Personally, I'm likely to stick with Compose Multiplatform.

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

    make a video about Pre-registration in google play console step by step plz there is no tutorial

  • @neagutibi
    @neagutibi 6 месяцев назад +2

    Why Google supports KMP? Not necessary because they see more future in KMP. It's just not putting all your eggs in a single basket. Probably they don't have the slightest idea if Flutter will win over KMP, so better to be in a position that you'll benefit whatever happens.

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

    There is no kmp in this battle, currently it's only about flutter vs react. If you wanna go cross platform just ignore kmp.

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

    Thank you so much for this video, Philipp, it was a real good timing, the company that I work for, from time to time, comes back with the "exotic" idea of changing the whole 4 year long native android and iOS apps to flutter because of...I don't know. Looks like they want that for some reason, maybe they think it will reduce costs of anything like that. Basically throw away all the code we've been written, all developers expertises, to change to flutter. Which is a realy weird move, we usually see flutter apps become native, but not the other way around. So I'm having more and more ammunition to talk to them, again. Thank you

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

      Rewriting already created native apps to cross-platform is absurd, as it not only misses, but kind of actively reverts the core benefit of going cross-platform in the first place.
      That benefit is that you go faster without having to write the native code : ) But that's already happened in your case, so what the hell, and on the top of that you incur the extra cost of rewriting the stuff, which will inevitably get some of the things wrong, not to mention you've got to support both versions side by side for a while until the Flutter one catches up, which will take longer than your most pessimistic estimation I GUARANTEE.
      My advice: google "Things You Should Never Do, Part I" by Joel Spolsky.
      It's an awesome read.
      It's over 20 years old by now, and as valid today as it was back then, and 20 years before.
      Give it to whoever suggests such things.

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

    In terms of performance and development time, Flutter to me is the best 🤷‍♂️. Hot reload, Hot restart. Brings speed ✨️.

  • @TimKaragosian
    @TimKaragosian 6 месяцев назад +1

    I hate to say this, but it all comes down to financials/business adoption. If companies will not hire/pay developers to use KMP then Flutter will continue. Google's adoption of it and the seamless transition from an Android developer being able to build out to two or more platforms using minimal extra for platform native should help its expansion.

    • @PhilippLackner
      @PhilippLackner  6 месяцев назад +1

      If you initialize the state in the carousel that should not be an issue

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

      @@PhilippLackner I'll have to check that out. If you have a video, it looks like I've missed it. Also I wanted to ask about your thoughts on an updated KMP premium video with some of the newer features. I loved the other one on the Translate app and was curious if you were going to wait for a true release before another one or not.
      I'm currently building a game in it!

    • @PhilippLackner
      @PhilippLackner  6 месяцев назад +1

      @@TimKaragosian I'll definitely make another course once Compose MP is stable for iOS. I'm just always a bit careful making long courses on non-stable technologies, since it's close to impossible to update a whole course when the main technology its about changes. Every video possibly relies on that, so I want to be sure that the foundation doesn't change in its core.

  • @amtrax02
    @amtrax02 6 месяцев назад +1

    But it is still easier to write in flutter when someone doesn't work in Apple environment

  • @senk0n
    @senk0n 6 месяцев назад +1

    Comparing without React Native is not complete tbh, as on itself RN feels more native for the end user, and React has some cool improvements with the latest update

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

      React Native is trash🙃

    • @GCoder-sl1sq
      @GCoder-sl1sq 2 месяца назад

      @@MrlegendOr
      Explain this in technical concepts... or are you simply copying what your favorite technology coach said?

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

      ​@@GCoder-sl1sq
      1. Advanced and custom I/O
      2. Performance issues
      3. Lack of consistency across platforms
      4. Large footprint
      5. Need Expo router
      6. Using web driven lang to build a mobile's apps is a no go by simple logic
      7. Expo crashes and glitches often
      8. Not fully customisable
      9. Better option for applications: Flutter (1) and Kotlin MultiPlat (2) are much better (no match)
      🙃

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

      @@GCoder-sl1sq
      1 Advanced and custom I/O
      2 Performance issues
      3 Lack of consistency across platforms
      4 Large footprint
      5 Need Expo router
      6 Using web driven lang to build a mobile's apps is a no go by simple logic
      7 Expo crashes and glitches often
      8 Not fully customisable
      9 Better option for applications: Flutter (1) and Kotlin MultiPlat (2) are much better (no match)
      🙃

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

    It was observed that implementation of nested composables has given performance drop...

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

      You don't say.
      Is there any UI engine where the performance doesn't degrade once layout complexity (such as nesting) increases?

  • @venkateshlingampally7220
    @venkateshlingampally7220 6 месяцев назад +5

    why don't you make Flutter development tutorials?

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

    Great video as always sir!! Can you make a tutorial for webview oauth with jetpack compose?? I have been trying to figure that out for quite sometime now 😅

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

    When are the Android Java and Kotlin guys gonna simplify the unwanted nested folders in the soure code, why do u need so much nesting inside the codebase ? Why cant we have a single source directory ? Iam coming from the web world, may be thats why this irritates me so much. But isn't Kotlin the language that came to fix the issues with Java. Then why nobody talks about this ?

    • @PhilippLackner
      @PhilippLackner  6 месяцев назад +2

      Because mobile apps are on average quite more complex than a web frontend and therefore need a clearer layering. Also we got a build system since our code doesn't just run instantly, so build flavors, build types, modules and their configuration. Nobody forces you to use packages, but there's good reason people do

    • @DeceptiveRealities
      @DeceptiveRealities 6 месяцев назад +1

      Well, that's up to you to decide how you lay out a project. You don't have to use deeply nested packages. The project I'm currently working on has about 20 packages off the root. There are one or two at a nesting level of two with only one class in them. You could dump everything in one package, but I don't think that would be a good idea (just as having 5 or 6 levels of nesting is not a good idea).

    • @willcoder
      @willcoder 6 месяцев назад +1

      With more folders, it's easier to hide the bugs! 🤪

  • @AnkitKumar-vd2dd
    @AnkitKumar-vd2dd 6 месяцев назад +2

    If now to anything else then also flutter will win ❤against KMP because of its massive community which outnumber all others be it react native or anything else.
    This massive ecosystem of platform specific and number of quality and good open source libraries are not provided with anything other than flutter, keep this is mind also.
    And just consider Rust, Go, Java are all more perforant that JavaScript but it's still more wildey used, for web development than any others.

  • @sudhendramondal1226
    @sudhendramondal1226 6 месяцев назад +2

    Flutter has the added advantage of building for web, which is stable

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

      Kemp to and better cause u can use HTMl and CSS if you want

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

      Only for personal projects, not for business because you can't use SEO in a flutter web 😅😅

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

      @jeanpierresaldivar8388 True, but you can use a blog, etc, to attract traffic to your page, depending on your needs. If KMP is able to solve this in future iterations, it will be great.

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

    Flutter apps have options to make ui similar to iOS using Cupertino components and Cupertino scaffold

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

    The fact I'll be not treated as a first class user of Kotlin/KMP because I use VSCode, Vim etc and not any Jetbrains IDE is already a huge setback.
    Flutter can be used in any editor, provides the best Developer experience. And HMR? I don't think KMP has that (no preview doesn't count).
    So as a developer I would choose Flutter over KMP just becuase Jetbrains would never let their best framework to be used in some other IDE/code editor. If they stop doing that I think a lot of people outside of native android developement will consider KMP. Jetbrains IDE/Android studio is the first reason why I never went down the native path, personally.

  • @JeudryPeñaPeña
    @JeudryPeñaPeña 6 месяцев назад +4

    current salary is just 600$,I even purchased a 2000$ mac book only for KMP,

    • @vladimirkraus1438
      @vladimirkraus1438 4 месяца назад +1

      You do not need $2000 macbook for KMP...

    • @JeudryPeñaPeña
      @JeudryPeñaPeña 4 месяца назад

      @@vladimirkraus1438 i mean, yea but, why not

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

    With KMP, is it really 1 codebase?! Maybe its code will need to be tweaked a little for both platforms sure, but that then defeats the purpose of 1 codebase. Flutter is precisely that: 1 code base. No tweaking required

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

      Both platforms require one codebase with platform-specific adjustments

    • @Kirellous
      @Kirellous 6 месяцев назад +1

      @@PhilippLackner no. Not true. Flutter requires no specific adjustments for a particular platform

    • @PhilippLackner
      @PhilippLackner  6 месяцев назад +5

      @@Kirellous how can flutter then know how let's say the file system works on Android vs. On IOS vs. on Windows vs. on MacOS?😂
      Just because you're using plugins that help with that doesn't mean they don't have to implement native code for each platform. Same works for KMP if you create a library that defines this behavior for each platform. Then it will also "magically" work.

    • @petarsebic9590
      @petarsebic9590 6 месяцев назад +1

      @@PhilippLackner you tell him :D

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

      ​@Kirellous you are the result of dev that are not curious but depends on library for everything. So you dont know behind the scene they is code for each platform

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

    Need to check your facts. You were factually incorrect on Flutter performance section.

  • @samTheTechieGuy
    @samTheTechieGuy 6 месяцев назад +2

    KMP is still not stable/production ready. We tried KMP at my company and we gave up after a few POC's. Will it pick up, get adapted widely by companies in the future? That is a Million dollar question and I don't know the answer to that. My Company has moved on to MAUI(Previously Xamarin) by Microsoft for Cross Platform Technology and we have been making great progress with it. As it sits today, my confidence level on KMP is very low and I don't see Companies jumping on the KMP Bandwagon right away. If Companies do not adapt KMP on a large scale, there will not be much jobs and investing time in this technology may not be worth it for any developer.

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

      I wondering what have been arguments for Xamarin having RN and Flutter nearby?

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

      @@ivasuktelesuk100 RN is completely Javascript based framework, it does not have AOT(Ahead of Time) compilation and you cannot run javascript directly on iOS, you will need some sort of a plugin. The biggest drawback with Flutter is, developers have to learn Dart, as Dart is the underlying language used. It is very tough to find developers who are willing to learn/invest in Dart. Also, with KMP round the corner, there is a strong rumor that google might retire Flutter someday in favor of KMP. Xamarin uses C# as the underlying language and it is pretty easy to find developers having experience in C# and also Microsoft has a huge developer community support.

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

      It depends per country, tbh both MAUI and KMP are rare, KMP being rarer because it's still comparatively new compared to MAUI but I think it will catch up. If you have listened to the whole video you would understand lol.
      Our company is critically studying KMP to for a while now, I know others too. You cant say or predict anything atm

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

    Honestly, I am currently building a solution in Flutter, and I kind of hate it.
    The actual tooling for doing the cross platform targeting is fine, but the UI framework itself just feels like a really ugly poorly thought out version of Compose or SwiftUI.
    After I finish the Flutter version, I’m very tempted to bite the cost and effort to migrate all of the code to KMP…

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

    How tofind the remote jobs

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

    check your mic setup, sound is muffled

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

    Could you make more build a full app tutorials
    The old ones seem too diffrent/outdated

  • @seankang
    @seankang 5 месяцев назад +2

    I think you need to work in flutter more to make this video

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

    I think market is down for native android development. All the clients want multi platform and they choose flutter. So in india native developers should learn flutter for carrier safety.

    • @JulianSteveA
      @JulianSteveA 4 месяца назад

      thanks man, i was searching for a comment specifically for the indian landscape, thanks man very helpful

  • @taiwo_teninlanimi
    @taiwo_teninlanimi 6 месяцев назад +1

    It's called "Kotlin Multi-Platform" for a reason and not "Kotlin Cross-Platform".
    Flutter for me is for "Cross-Platform" development. What developers needs are Cross Platform Framework.
    And again, Flutter performs better than KMP. From saying "you don't need Cross-platform development when you can directly make Native Apps" to "Kotlin is Cross-Platform (which is Multi not Cross), Flutter should sit aside" 🤣.
    Kotlin Devs, Flutter Devs aren't arguing with ya'll. Let everyone code in peace.
    And you can also write platform specific code. External packages are written for each platform. That's why there are "platform-specific" packages.

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

      This video is biased for real 🙃

    • @taiwo_teninlanimi
      @taiwo_teninlanimi 6 месяцев назад +2

      @MrlegendOr Honestly, Some time ago, This channel only posted content based on Native Apps are still important, but now its turned to, KMP is better than flutter. 😂.
      FYI, Flutter is too big to fail.

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

    Or KMP for front-backend logic + flutter for UI development😜

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

    Am learning a lot from you Phill, thank you