Flutter vs Kotlin Multiplatform | Which is better ?

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ส.ค. 2024
  • Flutter vs Kotlin Multiplatform 2023 !
    what is flutter app development
    In this video, we will compare flutter vs kotlin multiplatform. Both kotlin multiplaform and google flutter are popular choices for creating cross platform mobile app development frameworks. If you are confused which one you should pick for your cross platform application then definitely watch this short guide!
    Subscribe to our channel 👉 shorturl.at/uCET4
    If you enjoyed this video be sure to give it a like and subscribe for more!
    ChatGPT: Here's how to get a job at Google, Meta, Tesla ...
    • 5 Tips to get a job at...
    ChatGPT generates NFTs ! New Passive Income With ChatGPT !
    • How to generate images...
    I Lost $XXX after OpenAI's Secret Key LEAKED !!
    • I Lost $XXX after Open...
    Web Scraping using ChatGPT | Coded by ChatGPT
    • How to create a Web Sc...
    Flutter ChatGPT using OpenAI's GPT-3 | Flutter Chatbot
    • Flutter ChatGPT using ...
    How to Manage State Using Flutter GetX | Flutter State Management • GetX State Management ...
    How to Manage State Using Flutter Provider | Flutter State Management • Flutter Provider State...
    How to Solve Vertical viewport was given unbounded height | Flutter Common Error
    • How to Solve Vertical ...
    Installation & Configuration | Flutter Firebase Tutorial #1
    • Installation & Configu...
    Firebase RealTime Database (CRUD) | Flutter Firebase Tutorial #3
    • Firebase RealTime Data...
    How To Create A Flutter Table Calendar In Just 5 Minutes!
    • How To Create A Flutte...
    Dropdown in Flutter for creating flexible, reusable user interfaces
    • Dropdown in Flutter fo...
    Object-oriented Programming in Dart
    • OOP Tutorials
    Flutter Project Ideas
    • Flutter Project Ideas
    Flutter Package Tutorials
    • Flutter Package Tutorials
    #fluttertutorialforbeginners #kotlinandroid
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @dontdoit6986
    @dontdoit6986 11 หลายเดือนก่อน +28

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

      Amazing ! Congrats 🎉

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

      dont do that as flutter developer

  • @ShourovRoy-pk5zm
    @ShourovRoy-pk5zm 11 หลายเดือนก่อน +14

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

      Good insight !

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

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

      @@Apenschi you must be a noob.

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

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

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

      Keep quiet you don't know flutter or even kotlin

  • @junya9040
    @junya9040 11 หลายเดือนก่อน +7

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

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

      Welcome ! Appreciate that 🙏

  • @silientlips
    @silientlips 11 หลายเดือนก่อน +8

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

    • @abasilis
      @abasilis 11 หลายเดือนก่อน +4

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

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

      My bad 😅

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

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

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

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

      @@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.

  • @kamil_supabase_enjoyer
    @kamil_supabase_enjoyer 11 หลายเดือนก่อน +5

    Very good video :)

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

      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

    • @user7468-v9m
      @user7468-v9m 7 หลายเดือนก่อน

      ​@@troy200550But what about flutter App large size and sometimes it feels lag ?

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

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

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

  • @apisaga
    @apisaga 9 หลายเดือนก่อน +8

    3:28 small community base?, pffft

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

      Great insight, but we meant RELATIVE to native android.

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

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

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

    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!

  • @vuduc7563
    @vuduc7563 8 หลายเดือนก่อน +1

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

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

    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!

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

      Thanks for the great insight !

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

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

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

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

    React Native is the best

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

      Its the worst

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

      No because it can't support linux app build 😢

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

      @@joshafc41yuh because you only know react native

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

    Flutter for kids

  • @ydab7029
    @ydab7029 11 หลายเดือนก่อน +9

    Don't try kotlin multiplatform. Worse than react native

    • @Rajmanov
      @Rajmanov 10 หลายเดือนก่อน +1

      why?

    • @apisaga
      @apisaga 9 หลายเดือนก่อน +1

      why?

    • @dleonardo3238
      @dleonardo3238 8 หลายเดือนก่อน +7

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

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

      Any particular reason?

    • @mso2000
      @mso2000 4 หลายเดือนก่อน +2

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