Why Flutter in 2022?

Поділитися
Вставка
  • Опубліковано 6 жов 2024

КОМЕНТАРІ • 146

  • @kristasunesis9158
    @kristasunesis9158 Рік тому +19

    Personally in my years of experience with apps in Java. I opted for flutter because of it's performance and error handling compared to React Native.

    • @danieltiagofischer3965
      @danieltiagofischer3965 10 місяців тому

      I've working with RN and I'm so tired to handle the problems it's caused that I decided move on into Flutter

  • @JBuchmann
    @JBuchmann 2 роки тому +17

    A positive for RN that nobody mentions is it's integration with Expo. So if you're new to mobile development Expo takes away a lot of the pain points of developing, testing on a real device, submitting automatically to app stores, etc. But I guess this is only for the more simple apps out there. That said, I'm learning Flutter now (about 1 week in) and am obsessed with learning as much as I can as quickly as I can. I found the Flutter tutorial playist from The Net Ninja to be extremely worthwhile... from there I was able to read the official docs much easier.

    • @ZiosNeon
      @ZiosNeon Рік тому +2

      not really, expo has impleted alot of big game changers to the rn development, there are plenty of big apps out there using expo now, the new EAS system it's lovely to use, also you can use native modules in expo now.

  • @FaizanIzen
    @FaizanIzen 2 роки тому +3

    Wow. Didn’t realised this a underrated channel until I went under video’s section to find the flutter project structure.
    Keep up the good work!!!

  • @nikitarudenko2465
    @nikitarudenko2465 2 роки тому +13

    Alright, I'm convinced. Waiting for the video on the good structure of Flutter apps 🚀

    • @codruterdei
      @codruterdei  2 роки тому +5

      I’m on it

    • @miles2590
      @miles2590 2 роки тому

      me too. waiting... 😁😁😁

    • @themaddeveloper5253
      @themaddeveloper5253 2 роки тому

      @@codruterdei Im a flutter developer amd I am waiting for your structure bro 😁😁

  • @tylerscreations928
    @tylerscreations928 2 роки тому +15

    Im new to web development and I decided to learn flutter/dart. I think it has lots of potential because flutter can build everything with dart, wheras if I wanted to learn react native I wouldd have to learn all three languages of html, css and javascript. I also like dart because it seems like a collage of languages. I learned python before this so i had a slight bias against java, and Ive not coded in C# or java much at all. However after learning dart it seems like a combination of python, C# and a little bit of javascript. I was previously debating whether to do react native or flutter. Now my only question is to work with cross platform apps or also learn swift for native apps

    • @codruterdei
      @codruterdei  2 роки тому +7

      There is No need to learn Swift and Kotlin if you want to make flutter apps, that’s will definitely not help you. 😁

    • @paulojamero9670
      @paulojamero9670 2 роки тому +1

      Same thought. I'm also learning html,css and js as of now. I really want to learn flutter/dart job ads here in my country for flutter is very low.

    • @tylerscreations928
      @tylerscreations928 2 роки тому

      @@paulojamero9670 flutter dev ads are the opposite in my country, in the us there is more demand for flutter devs

    • @dossantos3800
      @dossantos3800 2 роки тому

      @@tylerscreations928 what is your nationality ?

    • @tylerscreations928
      @tylerscreations928 2 роки тому

      @@dossantos3800 in the us where i am from flutter and react native are equally popular. In other countries flutter has gained more popularity. this is why in the us a react native dev earns like $105k a year but in the Netherlands you earn like 50k a year

  • @adimardev1550
    @adimardev1550 Рік тому +4

    i thought kotlin too is a cross flatform. the size and speed comparision between native and hybrid are very noticable. since kotlin compiles to web, mobile and desktop for any platform, i would consider it. my choice would be either kotlin or flutter.

    • @codruterdei
      @codruterdei  Рік тому +3

      Kotlin is just a language that has no real support for building cross-platform apps. You can compile it for multi platform as a business logic layer, but at the end of the day you have to inject that layer in an app.
      Whereas Flutter is a UI kit that let’s you build apps for all these platforms with one single codebase, rather than one core layer shared and all the other ones (including UI) written for each platform.

  • @oswaldoolea2889
    @oswaldoolea2889 2 роки тому +3

    thanks, interesting, complete, recent and well made video about mobile development tools. learning flutter for a month and think is quite good overall. Hope that flutter structure video you mention comes fast online....

    • @codruterdei
      @codruterdei  2 роки тому

      I’m ready to make it, probably this week.

  • @technodaisy
    @technodaisy Рік тому +1

    Thank you so much for this great video.

  • @DigitalDesignET
    @DigitalDesignET Рік тому +1

    Why are people so hung up on language? Language is just a tool, the more you know the more you are flexible to do the job at hand. Learn and understand object programming really good. Understand design patterns together with algorithms.
    The first language I learned was Java and c, but my first job was in c#. Then I found a good good job in Java but I also did a bit of c++. Currently I working in a large and complex project using flutter and enjoying it. It only took me a couple of weeks to be efficient in dart.
    Like I said learn and understand object oriented programming really well using any language and focus on being engineer.

    • @codruterdei
      @codruterdei  Рік тому +2

      I'm with you on this one. Once you spent years on becoming a proper software engineer languages and frameworks matter less and less.
      But comparing frameworks and their advantages and disadvantages makes a lot of sense if you want to do a specific task or decide on what kind of team you want to work on. For example a cross platform team would be more dynamic than a android specific one.
      So I understand where your comment comes from, and what you're saying is true, but it doesn't paint the whole picture.

  • @jonathanaplacador9803
    @jonathanaplacador9803 Рік тому +1

    I did use React native because I pretty much used to react ecosystem but damn even adding custom shadows, changing fonts, and custom splash screen is so hard. So yeah I'm trying Flutter.

    • @caasieu
      @caasieu 10 місяців тому

      Other than the splashcreen the other things you mentioned I don’t believe to be hard, but yes flutter does a few things better but the excessive boilerplate code and the treelike syntax are just too bad

  • @eknuds
    @eknuds 2 роки тому +2

    I wrote an app in Swift and UIKit.
    I really like Swift, but I have nightmares about UIKit.
    Now they have SwiftUI and similar language features to Dart. So it looks a lot like Flutter.
    Just that it's Apple only.
    I'm about to release the iOS Flutter version.
    One thing I wish Google would do is make cloud app data storage as easy as iOS.
    Apple's cloud key/value storage is trivial to use in apps.

  • @shailmurtaza9082
    @shailmurtaza9082 7 місяців тому +1

    I learned java within a week. I guess because of experience in other languages?

  • @seanknowles9985
    @seanknowles9985 Рік тому

    Compose Multiplatform can now target every platform with just Kotlin. Renders Flutter redundant and also gives the option to escape into native UI in either iOS and Jetpack Compose. KMM and Compose multiplatform is likely to take mobile dev by storm within the next two years.

  • @josedelriodiaz7085
    @josedelriodiaz7085 8 місяців тому +1

    I have been learning Flutter for 4 months, and I love it, but every day I wonder if I made the right decision. I want to become a freelancer for small and medium-sized companies, and Flutter is just perfect for this. However, every day I wonder if I should start studying Kotlin Multiplatform, as I anticipate that the stable version of Compose Multiplatform will be released this year. What do you recommend I do?

    • @codruterdei
      @codruterdei  8 місяців тому +1

      The grass is always greener at the other technologies side, but I think there will be a long time until new technologies will be adopted, flutter is stable since 2019 and just in recent years we got to see more jobs on it.

    • @josedelriodiaz7085
      @josedelriodiaz7085 8 місяців тому

      @@codruterdei Wow, I think it's just what I needed to read, thanks bro!

  • @aderojuisrael3237
    @aderojuisrael3237 2 роки тому +1

    I buy into the opinion though I'm a flutter developer i came across this video and i like it, giving this a like and as well you just got yourself a new subscriber. It was fun watching this.

    • @codruterdei
      @codruterdei  2 роки тому +1

      I’m blushing 😊, thank you 😁

    • @clintonharold8375
      @clintonharold8375 2 роки тому +1

      hello, i have a project that I would like us to talk about if you dont mind

  • @webbwendell
    @webbwendell 2 роки тому +4

    To access the camera or any native feature you'll need plugins😒. But if you are developing apps that don't actually need many native api, flutter is definitely a good option.

    • @caasieu
      @caasieu 10 місяців тому

      Yes, flutter is not all that good as he says

  • @gabrielborges8854
    @gabrielborges8854 2 роки тому +2

    What do you think about employability today?

    • @codruterdei
      @codruterdei  2 роки тому +2

      You can find a job with some above-basic skills. Just prove you can do the job and be part of a team in the interview and resume.

  • @chrise202
    @chrise202 2 роки тому

    Challenge 1:
    Create a button with rounded topRight and bottomRight corners only. And with a border throughout, excluding left side.
    Challenge 2:
    Create a square with red background. As a child write a piece of text with whitespace eg: "hi ", and background blue. Observe what happens as you add more whitespaces.

  • @shaabzz
    @shaabzz 2 роки тому +3

    Plss provide a roadmap for flutter

    • @codruterdei
      @codruterdei  2 роки тому +2

      That’s actually the plan in my next series. I’m filming the first one today

  • @sanzianaonac1939
    @sanzianaonac1939 2 роки тому +1

    Great first video!

  • @JEsterCW
    @JEsterCW Рік тому +3

    Quickly, React Native is good for native feeling when you don't really wanna have any fancy ui also it's really good option to keep your whole business in one ecosystem(money matters so costs does). Obviously you can make fancy and pretty abstractive UIs in React Native, but let's be honest....its pain in the ass. React Native has alot of dependencies, its getting better with them in latest months and im considering to get into react native again(currently Im using ionic)cause ur whole app wont die after one dependency is rip.
    Flutter, I honestly really like flutter as a technology, but I hate dart and the whole OOP boilerplate shit thats not really needed annoys me, theres too much not needed complexity for most of apps and its only slowing down the development comparing to Web ecosystem(react native etc). Flutter is great if u wanna keep the app in the same look for both platforms android and ios, i love the declerative way of making the ui and built in components etc. cause of that u can rapidly prototype/develop the whole ui and after put the functionality into the app. Flutter is great for more fancy and modern/abstractive uis, and even tho im not a big fan of flutter cause of this trashy dart and huge OOP in it flutter is defo top1 mobile tool no matter what altho it has alot of problems, but picking the tool depends on the needs and project.
    I would like to see a tool thats a combo of js like code with flutter look and no limitations of the styling cause styling the ui in React Native is pepega.

    • @tarek200jo
      @tarek200jo Рік тому

      Certainly , flutter is great but DART is too complicated to be used in mobile applications.

    • @caasieu
      @caasieu 10 місяців тому

      The framework doesn’t determine you UI, that’s up to you to define and you can go as far as to use tailwind in react native and other libraries so that’s not really a code point to make and react native being just JS even more so.
      In flutter the boilerplate code and the three like syntax are a huge turn off for me, I’ve made an app in flutter in many in react native and my development experience and the clients were so much better in rn that in flutter.

  • @jackson159
    @jackson159 2 роки тому +4

    Native will always be better. At least in this decade.

  • @marvinfok65
    @marvinfok65 Рік тому +1

    I tried to play around with Flutter but was shocked by the file size!

    • @codruterdei
      @codruterdei  Рік тому +2

      That's something that happens in debug mode.
      Try compiling in release mode and you'll get shocked again in the other direction 😂

    • @marvinfok65
      @marvinfok65 Рік тому

      @@codruterdei
      Thanks.

  • @VladBatrinu
    @VladBatrinu 2 роки тому +3

    great first video, subscribed! I'm a native iOS dev (swift), and those kind of videos are great

    • @codruterdei
      @codruterdei  2 роки тому

      Thank you, I’ll try to get as much out as time allows.
      Are you a contractor or do you have a job in iOS?

  • @bohdan8557
    @bohdan8557 2 роки тому +1

    But i can't work as UI/UX designer with Flutter, no opened positions( Maybe I couldn't find and you can, then could you give me the list of WHO i can apply as if I know Flutter?

  • @krrishmeena77
    @krrishmeena77 2 роки тому +1

    great video looking forward to your new videos subscribed. ✌

    • @codruterdei
      @codruterdei  2 роки тому +1

      Thank you, I’ll try my best 😁

  • @ZiosNeon
    @ZiosNeon Рік тому +2

    expo is taking over the react native market, they solve alot of the problems that you mentioned, in a year or two it will be the main tool to use when you do react native apps.

  • @cptkoman
    @cptkoman 2 роки тому +1

    Love your personality

  • @owlmostdead9492
    @owlmostdead9492 7 місяців тому

    The fact that you decided to put two vertical monitors against each other with their chins is triggering me

  • @arslanrasit
    @arslanrasit Рік тому

    We need 2023. I'm learning it for a few months now and I feel like I'll end up jobless. Should I give up and turn my face to native Android before it's too late?

    • @codruterdei
      @codruterdei  Рік тому +1

      If you want to get a job try learning the basics of software development and apply to internships. It makes no sense to learn a technology and expect to get a job from that.
      Most interviews for entry level are just easy algorithms and data structures

  • @M_Ryze
    @M_Ryze Рік тому +1

    Would you say there's higher demand for react native or flutter devs in the market? Because on linkedIn from my search it was overwhelmingly in favor of react native

    • @codruterdei
      @codruterdei  Рік тому +1

      If you’re looking to choose the tech based on the job market you should do web dev with react right now.
      Flutter will not satisfy you right now if you want to work locally

  • @NoOverXplain
    @NoOverXplain 2 роки тому

    After watching your vid I have decided to learn all react, flutter. Ionic. Xamarin.. And I will solve my confused😕

  • @asharyunus3057
    @asharyunus3057 2 роки тому +3

    So which goodest for use? Beetwen Flutter, konlin, or react native?

  • @saurabh9446
    @saurabh9446 2 роки тому +3

    Learn two frameworks. one native and flutter

  • @FidelSantana87
    @FidelSantana87 2 роки тому +1

    Very good video, I was undecided about Flutter but you gave me very good points to consider, thanks!!

  • @eugenmalatov5470
    @eugenmalatov5470 Рік тому

    What is the problem with Xamarin? What about Kivy and Python?

  • @ahsanfarooq210
    @ahsanfarooq210 2 роки тому +3

    With the introduction of kotlin and jetpack compose, I don't think flutter is a good option.
    Flutter has its own set of problems. Surely it is a better alternative to react native but not native

  • @webbwendell
    @webbwendell 2 роки тому

    The is actually one reason I hate flutter,... you don't have any access to native api, but it's somehow called native.

  • @themaddeveloper5253
    @themaddeveloper5253 2 роки тому

    Hi, I am a flutter developer as well, and your setup is the best! Im jealous hahaha

  • @halle5623
    @halle5623 2 роки тому +4

    Flutter would be perfect if the web build wasn't so awful.

  • @greendsnow
    @greendsnow Рік тому +1

    Appwrite is a good Flutter backend

  • @Teog1992
    @Teog1992 Рік тому

    what about flutter + supabase ? Will cand be completely free and scalable ?

  • @luxeave
    @luxeave 2 роки тому

    hm, so I got a gig making android app + serverside middleware 3 months ago. first month spent learning nodejs, second month learning flutter, now going on the third month, trying to rewrite what I dev last month a'la crash course. so yeah, these kind of things only possible with flutter.

  • @batboy49
    @batboy49 Рік тому

    Dart is actually pretty easy, flutter has some surprising...issues. That being said I love flutter for what it does.

  • @pavanparaskar4927
    @pavanparaskar4927 2 роки тому +1

    Hi,
    I have 6 years of experience in android development Java. Should I move to kotlin or flutter

    • @codruterdei
      @codruterdei  2 роки тому +3

      Depends on your job opportunities. Flutter is on the rise but Kotlin already has lots of jobs available

    • @pavanparaskar4927
      @pavanparaskar4927 2 роки тому

      @@codruterdei but if I have started kotlin now, then how should I manage experience in kotlin that also mandatory

  • @jasper2virtual
    @jasper2virtual 2 роки тому +1

    Hello. I have vuejs background. Should I go both ionic and fluter?

    • @codruterdei
      @codruterdei  2 роки тому

      It doesn’t make sense to learn 2 hybrid frameworks. Pick one you like most and go with it 😁

  • @ezscootrr
    @ezscootrr 2 роки тому +1

    As a former Xamarin Developer, i agree it sucks.

  • @S1lver94
    @S1lver94 2 роки тому +2

    This is an extremely biased and non objective take. It feels like you didnt do any real research and just bad use surface level arguments
    Its bizzare, you actually try to Turn missing tutorials for flutter, which is clearly a negative into a positive by saying you get less bias. Like wtf?

    • @codruterdei
      @codruterdei  2 роки тому +1

      I don’t think I can say anything to change your mind about this, but thank you for hearing me out towards the end.
      I’ll hope my next videos will satisfy more than this one.

  • @EugeneChan-hq1px
    @EugeneChan-hq1px Рік тому

    how do you land jobs with Flutter? I'm from Malaysia a self taught flutter programmer. I rarely see Job openings for Flutter devs.

  • @pierreracine128
    @pierreracine128 2 роки тому +1

    Bravo

  • @wahidstudios
    @wahidstudios 2 роки тому

    you're true about react..thats why im here

  • @seriouslyiknowhowtoread
    @seriouslyiknowhowtoread 8 місяців тому

    what screens are those on the left hand on vertical?

  • @dheeraj2729
    @dheeraj2729 2 роки тому +1

    Will you start flutter series

    • @codruterdei
      @codruterdei  2 роки тому

      Check out the channel, there are 2 episodes up already 😁

  • @theophilus494
    @theophilus494 2 роки тому

    there is no way flutter can be compared with Kotlin and Swift. flutter is a framework while Kotlin and Swift are native languages. Kotlin and Swift have improved a lot and their implementation for development is well structured highly performant complaint. flutter is good yes but when developing applications that will be making use of more native apis you better learn Kotlin and Swift. learning the two is not a waste of time at all. don't be deceived thinking you are wasting time.. you will discover that you knowing the two with time counts. actually there is no perfect answer to this debate.. it's dependent on what you want to do and what will work or can work for you with the available resources(time and assets).

  • @bennguyen1313
    @bennguyen1313 2 роки тому +4

    Isn't Xamarin open-source? Why/How would Microsoft kill it?
    I;m new to Dart/Flutter, but I know Java (I played with it many years ago, Android Studio was 2.1!). How difficult would it be, if it's even possible, to develop a Flutter app that could act as a WIFI hotspot? i.e. use the antenna/radio to transmit an SSID, and share my mobile connection when someone enters the correct WPA2 password?
    (My mobile service supports tethering, but my phones (running Android 10) don't allow it!)
    Assuming it's in the SDK/Fultter, would this be a reasonably straightforward app to create?

    • @codruterdei
      @codruterdei  2 роки тому +2

      It is open source, but it’s no longer maintaining it and they switch their mobile cross platform focus to a new patform.
      Flutter is not made for low level stuff like networking, is you can find a library for that it could be easy, but must likely you would have to write some android code as well and call it from flutter

    • @h3w45
      @h3w45 2 роки тому

      Xamarin is already dead, I've never heard of it like for years now

    • @ValentinoHarpa
      @ValentinoHarpa 2 роки тому +3

      @@h3w45 it has evolved to MAUI, check it out

    • @h3w45
      @h3w45 2 роки тому

      @@ValentinoHarpa still not good

    • @emreaka3965
      @emreaka3965 2 роки тому

      @@h3w45 Good. Your understanding of GOOD is just bad.

  • @h3w45
    @h3w45 2 роки тому +5

    Flutter is clearly the future

    • @Ayoub_Shnab
      @Ayoub_Shnab Рік тому

      Can i create a mobil app and website by using Flutter and a link between them?
      I want to make those same
      Can i do that ?

  • @tomljenovicvid61
    @tomljenovicvid61 Рік тому +1

    Hi,
    can I follow any or most of the Flutter courses regarding the making of a mobile app and by the end of it compile it for windows?
    This is a burning question for me since I need it for my .bacc finals work as a short representation of what a newer technology desktop app would look like. Since Flutter is native to mobile phones but has released a stable windows version in february 2022 I want to try this out. Can it be done?
    p.s. someone pls help me 😢
    Thanks

    • @codruterdei
      @codruterdei  Рік тому +1

      Of course, windows works great with flutter now for proof of concept stuff. I wouldn’t recommend you use this for a production app but that’s not what you’re doing so have a go at it

    • @tomljenovicvid61
      @tomljenovicvid61 Рік тому

      @@codruterdei Correct I need a desktop app with couple (3) functionalities, such as registation / login, browsing of certain stuff (e.g. food products) and adding them to some shopping list. (top of the head example). But I've chosen Flutter since it's really new, which is the whole point of my finals work. I really appreciate your response and will continue to look into your videos and many others.
      Thank You!
      Best regards!

  • @obichoks
    @obichoks 2 роки тому +2

    Definitely biased. Flutter has a lot of pain points and iOS with animations can be wonky. If RN is just for prototyping, then there wouldn't be a lot of job opportunities there unless everybody is prototyping 🎶 🥋. Also pretty sure RN supports 120fps (at least with Reanimated library which is kind of a must for proper apps IMO)
    Anyway, Flutter is good, RN is better than you described and both are great choices (Native best though)

  • @denisgarden1
    @denisgarden1 Рік тому +1

    Very large apps use React Native. Flutter apps are heavier, thus customers might be more inclined to delete them to clean up space on their phones 😆

  • @isimsizkullanc8411
    @isimsizkullanc8411 2 роки тому

    @Codrut Erdei I have a question I have social media project and Im so confused about which stacks I need to use Im single person who will do this project I dont have any team to do it so Im single this because I dont want to learn native languages kotlin and swift and html js css and I researched and found two good things these are flutter and native I downlad flutter and prepared the properly everything is fine and but I still wonder am I doing wrong something cuz I searched stackshares about companies and %95 they are using native etc..
    and I found this video which language I need to go on way with it and I was convinced about firebase against to amazon aws idk both are good and safe about data center but firebase costs a bit more compare to aws but firebase is have good interface and easy to use can u help me with answer to all my questions thank for this video I subscribed 🙏

  • @clxuddymusic3658
    @clxuddymusic3658 2 роки тому

    we have to pay to learn Google maps nowadays what's your take on that?

    • @codruterdei
      @codruterdei  2 роки тому

      What do you mean by that?

    • @clxuddymusic3658
      @clxuddymusic3658 2 роки тому

      @@codruterdei I mean learning how to add Google maps into your code requires payment now isn't that true?

  • @indraworks6050
    @indraworks6050 Рік тому

    i learn it all as javascript programer i learn too flutter
    no problem just learn it all ,react-native with (typescript)-backend with nodejs-redis/graphql
    flutter-backend with nodejs-redis,and kotlin (jetpack compose ) backend nodejs-redis /grapql
    so no need compare it ,i want this iwant that ! thats pathetic no sense!

    • @iyasusman5985
      @iyasusman5985 Рік тому

      Hi
      Which is better to learn Flutter or React Native?

  • @swikarsharma3118
    @swikarsharma3118 2 роки тому

    OTA code push? nope

  • @kios1973
    @kios1973 2 роки тому

    Learn native development, cross platform is slow. i went back to kotlin ,there's jetpack compose now so you can be declarative, RN & Flutter are not as perfomant as you are made to believe

    • @techwithabox9574
      @techwithabox9574 Рік тому

      can you tell me which has more job openings

    • @kios1973
      @kios1973 Рік тому

      @@techwithabox9574 depends on where you are but generally react native has more jobs, then native, but native pays more most times, flutter u rarely see

  • @sky9617
    @sky9617 2 роки тому

    Flutter is the future

  • @highvoltagee
    @highvoltagee Рік тому

    I would never use Flutter again! Massive disadvantage of Flutter, as a UX Engineer:
    The rendering engine is COMPLETELY DIFFERENT than the iOS one.
    This results in horrible designs, because Flutter is faking the native components but you can tell from a miles away that they're not native components.

    • @hydrilara
      @hydrilara 10 місяців тому

      Use Cupertino library, instead of material library

    • @highvoltagee
      @highvoltagee 10 місяців тому

      @@hydrilaraThey're still no animating and looking 1:1, pixel perfect with iOS. :((
      Since you use the native ones so frequently even small discrepancies are very noticeable.

  • @billymckee9438
    @billymckee9438 2 роки тому +1

    Dart is great

  • @Rei-m3g
    @Rei-m3g 2 роки тому +1

    Yo!

  • @bakersentamu4725
    @bakersentamu4725 Рік тому +1

    Biased indeed

  • @RPDART
    @RPDART 2 роки тому +1

    Gg

  • @ayman4318
    @ayman4318 2 роки тому +1

    Jobs ? There is No Jobs For Flutter Trust me

    • @codruterdei
      @codruterdei  2 роки тому

      I’m glad you have an opinion on this. I don’t agree with that tho.

    • @meidy3795
      @meidy3795 2 роки тому

      On my country there are flutter and Native Apps (such as Kotlin) jobs balanced

    • @dossantos3800
      @dossantos3800 2 роки тому

      @@meidy3795what is yout nationality ?

    • @meidy3795
      @meidy3795 2 роки тому

      @@dossantos3800 Indonesia

  • @ekaansh
    @ekaansh 2 роки тому +1

    disappointing biased video

    • @codruterdei
      @codruterdei  2 роки тому

      I’m sorry you feel miss-lead, but you could have known that by reading the title or looking at the thumbnail, I don’t recommend it as unbiased.

    • @ekaansh
      @ekaansh 2 роки тому +1

      @@codruterdei I would've liked to know how Flutter is better and where it falls short for an unbiased opinion. You did not talk about the Pros of using RN for example, or the demerits of Flutter to make it a fair comparison.

    • @iyasusman5985
      @iyasusman5985 Рік тому

      @@ekaansh Hi brother,
      Iam new in Software field. Is React Native is worth to learn?

    • @ekaansh
      @ekaansh Рік тому +1

      @@iyasusman5985 If you want to get into app development and have a Javascript background it makes a lot of sense to learn React Native.

    • @ekaansh
      @ekaansh Рік тому

      @@iyasusman5985 You should start with Expo.