This video showed up on my home page and I was surprised you only had 100 subscribers and as a Flutter user for 4 years now I tell you welcome and I hope to see you at a 100k then a million soon. Also as a flutter developer for 4 years I highly recommend you give flutter flow a chance.
I heard about it, but it's too much code generation for me. I'm more of a behind the scenes kind of guy, I need to organize things myself. But I will try it just for fun, maybe I like it.
As a flutter developper for 4 years (not trolling), I discourage you using flutter flow. If you are used to build UI, flutter documentation is awesome and you will not have any trouble
This switch is the best decision to make in 2024. Native performance to up to 120fps and you can run your app everywhere. I was so happy to make the switch from RN to flutter.
The roadmap is simple. Don’t watch tutorials just use the little knowledge you have in coding and start coding your app whether for production or not. In the process you would find yourself relying more on google, stack overflow or ChatGPT. And by the time you complete your app you would have had a fair enough knowledge on the framework and even tricks only professional devs use.
It's great to see that you chose one of the best packages for each criteria from the beginning. Even though you might not feel the difference but there are better packages for local storage in terms of read/write speed. Overall awesome start. You could not have started any better.
With shared_preferences I only worry about the read speed once at the cold start of the app, since it caches everything in memory. No async operation after that. I am aware that my needs are minimal, and they don't really impact performance. For a bigger app, maybe I would worry but for this it's ok.
Nice, I want to come back to Flutter after years of not using it anymore and I really want to have a strong reason about "WHY FLUTTER", and then I got your video, thank you for sharing your thoughts
Great video, state management framework is good. But I'm turning from XML to Jetpack compose as i am in love witj Kotlin and its features. Plus,compose is already multiplatform
Cool, I have been using your app for a long time, never thought Ill see who made it, good job! Also, I can confidently say that you did the right thing when choosing flutter, it will help a ton and it is years ahead of anything like react native (talking from years of experience from a job where we tried multiple solutions and lectures at a university I teach). Anyway keep up the good job, excited to see the rewrite once it hits the stores. Ps: if you ever look for a tester, ill be happy to jump in.
It's crazy to finally be able to meet users of the app here. In all these years, aside from the store reviews, I've never met one person who had the app on their phone. Feels nice!
@@andreiIupsa I am a light mode kind of guy myself, but still, when presenting code, dark mode is a clear choice since: 1) there is a high, jarring contrast between real-world dimly-lit warmer shots, and light af code shots. The difference in luminance is headache inducing. 2) people watch youtube without the lights on a heafty amount of time. 3) code size being unintelligibly small does distract as well. Especially as most content is consumed on mobile. Not trying to be harsh, but felt like light mode and font size detracted greatly from the viewing experience.
Glad to see a fellow Transylvanian Flutter developer! 😊Nice job so far! I think you made the right choices. I'm building my own projects with Flutter, and having a blast.
Best decision! I am switched from iOS Swift and Android Kotlin to Flutter since 2019 and I only work with the native stuff for plugins, app widgets, android wear and the Apple Watch
Hi, thanks for the video. I am about to create a mobile app and web app for my project idea. Firstly, I designed all of the screens in Figma then Im learning how to create a web app with Flutter. My question is, when I create a web app with Flutter, how fast could be this web app? (and also safety?)
I'm doing the opposite 😅 Currently switching from flutter to native android (Jetpack compose) Flutter is the way to go if your app doesn't require too much interaction with the hardware (sensors, etc.)
it would be nicer if you could zoom in in video for while showing text... it's hard for me to see thing even in a laptop screen when resolution was anything below 1080p.. so can't imaging how mobile users could see this...
The first framework I'm learning is Flutter.I began to grasp the concept of flutter. I'm not sure if I'm headed in the correct direction or if there's a better route.
better use BLoC you can filter out unnecessary rebuild. I notice whenever i used Flutter made app my phone is always heating up. like i'm Gaming. but im just requesting JSON file on internet and displaying it on a screen noticing fancy.
can u make a video on react vs flutter and what is the future of AI will it hurt or android developer jobs if its integrated in SDK also make a video on which is better react or flutter (which has more jobs , more future opportunities and easy to learn , less boiler plate code , and also fun)
This video is very educative thank you, hope you can share the basic config for your app as repository so we as beginners can have solid structured folders to reuse with the app.
Very good video on the topic. Personally, I've used XML (old Android Native), Jetpack Compose (the new way of developing native Android) and Flutter to develop mobile apps, but I didn't like Flutter due to the fact that you required external libraries to do simple things like navigation, rendering SVGs and other things. Another thing I didn't like about Flutter was the actual language it uses (Dart). If you're looking for an alternative to Flutter for developing multiplatform apps using Kotlin there's alternatives like Kotlin Multiplatform Mobile, Compose Multiplatform, and I'm pretty sure there's other ones. Either way, you should choose the platform depending on your needs and requirements, but if you can enjoy the technology then the better.
I actually enjoy Dart. There are a few things I miss from Kotlin, especially the run let apply scope functions, but I can live without them. And yes, realizing I need libraries for simple things like localization or rendering SVGs was a bummer.
As shown and explained in the Video he used Kotlin (native Android ) before switching to Flutter! He wants to target iOS to so Crossplatform frameworks like React Native and Flutter are the best if you want to support both platform in one codebase
Be careful with what they mention above. If the final result is what matters most to you, then in terms of performance, React native is the worst option. RN < Flutter < Native
Very cool video, you picked great dependencies, these are all some of the best-practice respecting and highly regarded choices. Superbase is a great OSS alternative to Firebase, but Firebase excels in simplicity and is unparalleled regarding intergration with dart code. You also grasped the benefits and essence of flutter, knowing how much of a pain the xmls for android are, you'll love building UIs with Flutter. I'll be interested to see what your first qualms with the framework will be, especially coming from native.
Well, the next video is totally unrelated to anything I've made so far, so we'll see. The channel is 3 weeks old, I don't have a "niche" yet. I'm just throwing things at the algorithm to test it and see what sticks. Honestly at the moment I'm the one who needs Flutter tutorials. 😁
Yes, I got you. I think you've already carved a niche for yourself 😀. I've not seen any channel talked about how to monetize side projects like you did it here. So keep it up 💪.
Have you thought about Kotlin Multiplatform? I am an Android dev and I have a few flutter projects as well. I prefer flutter for cross platform but if KMP was stable when I started that may have been the route to go
Well, with KMP you still need to worry about writing the UI separately, right? In that case, it deppends. If you have a lot of business logic you need to write, KMP makes sense. But for me, my app is mostly UI, so Flutter was the way to go.
@@andreiIupsa Now with KMP you can write compose for all platform, including iOS. So if you had some logic used in Kotlin you can reuse that in your KMP code.
Interesting points. I tried extensively both Flutter and Jetpack Compose and I can safely say that Jetpack Compose is miles ahead. It feels much more polished and cleaner to write. I simply much prefer it compared to Flutter. Now you might say that the issue is lack of iOS support, and that is obviously true. But for that I think the game changer is Kotlin multiplatform. You get to share exactly the code you want with your iOS project and the best thing is that you are still writing Kotlin, which to me has a lot better DX compared to Dart. You might also use Compose multiplatform to share UI too and I think that would be the best option for you. Flutter is nice for MVPs, but when the project grows it easily start to feel like a mess and I'm scared of Google not wanting to continue developing it. I would advise you to at least give Compose multiplatform a look and see if it might fit your needs. Best of luck
You pointed out some nice issues, but I gave up trying to write the app for more than 3 or 4 years on a framework. Things change so fast now, and the app is relatively easy to put together from scratch. KMP and Compose Multiplatform seem nice but they are still young. I would wait a bit before dwelling into it. Flutter is more than enough for me at the moment, and it runs so smooth, even better than my old XML based UI which had some nasty view trees into it.
@@andreiIupsa true, kmp feels a bit too young to trust. Good luck with the rewrite, Flutter is nice too (I just love Kotlin haha), I'm making an app with that too :>
Are you planning to make it open source cause It will give a starting point to many new developers on how to build apps with so much robustness and good principles and archetecture and may be just may be It will help you complete it faster and bugs could be fixed by community members as well (I would love to learn as well as contribute my knowledge) Please make It open source
I considered this for a long time, but.. The moment I make it open source there will be 50 apps like it with different names on the store. Look what happened with ClevCalc. They forgot to obfuscate it (my guess) and woke up with dozens of copycats overnight. So for now, I have no plans to do it. 😊
SO IT WAS YOU OMG. this app was a life saver during school years
Nice to meet you! 😊
This video showed up on my home page and I was surprised you only had 100 subscribers and as a Flutter user for 4 years now I tell you welcome and I hope to see you at a 100k then a million soon. Also as a flutter developer for 4 years I highly recommend you give flutter flow a chance.
I heard about it, but it's too much code generation for me. I'm more of a behind the scenes kind of guy, I need to organize things myself. But I will try it just for fun, maybe I like it.
Flutter flow is hot garbage tbh. If you don't know how to code and want to create something on the go, you might as well use it.
@@erickheredia8910 What's hot garbage about it?
As a flutter developper for 4 years (not trolling), I discourage you using flutter flow. If you are used to build UI, flutter documentation is awesome and you will not have any trouble
@@gaxkiller what’s not good about Flutterflow?
video was on my home page 18 JAN 2024. Thanks for the video
We've also been creating Flutter apps for 4 years now, but you're so cool and inspiring. Cheers!
This switch is the best decision to make in 2024. Native performance to up to 120fps and you can run your app everywhere. I was so happy to make the switch from RN to flutter.
Bro give a road map I want to be a mobile app developer with Kotlin and flutter
Same here.
Creating a new app, (my largest project yet) and it's going so much smoother with Flutter than RN.
I wish I would have switched sooner.
The roadmap is simple. Don’t watch tutorials just use the little knowledge you have in coding and start coding your app whether for production or not. In the process you would find yourself relying more on google, stack overflow or ChatGPT. And by the time you complete your app you would have had a fair enough knowledge on the framework and even tricks only professional devs use.
One reason to switch to Fluttet is HOT RELOAD 😂❤
Flutter is Amazing, I really like the development experience and auto-completion, for me, that's all I need to love any language
It's great to see that you chose one of the best packages for each criteria from the beginning.
Even though you might not feel the difference but there are better packages for local storage in terms of read/write speed.
Overall awesome start. You could not have started any better.
With shared_preferences I only worry about the read speed once at the cold start of the app, since it caches everything in memory. No async operation after that. I am aware that my needs are minimal, and they don't really impact performance. For a bigger app, maybe I would worry but for this it's ok.
Nice, I want to come back to Flutter after years of not using it anymore and I really want to have a strong reason about "WHY FLUTTER", and then I got your video, thank you for sharing your thoughts
wow loved the video qualtiy and the presentation, waiting for more videos
Great work 🎉. The current UI is still pretty good and easy to use. I am eager to try out the new version.
Will take some time until it's ready, but I'll post the progress here 😊
Welcome to Flutter. I would love to see how you use flutter for graphs and some videos on painting with Flutter.
Great video, state management framework is good. But I'm turning from XML to Jetpack compose as i am in love witj Kotlin and its features. Plus,compose is already multiplatform
Cool, I have been using your app for a long time, never thought Ill see who made it, good job! Also, I can confidently say that you did the right thing when choosing flutter, it will help a ton and it is years ahead of anything like react native (talking from years of experience from a job where we tried multiple solutions and lectures at a university I teach). Anyway keep up the good job, excited to see the rewrite once it hits the stores.
Ps: if you ever look for a tester, ill be happy to jump in.
It's crazy to finally be able to meet users of the app here. In all these years, aside from the store reviews, I've never met one person who had the app on their phone. Feels nice!
@@andreiIupsa it is a great app, I actually install it on all my family members devices as well. It is handy as it includes so many tools in one app.
@@andreiIupsawhat's the name of the app in playstore
@@andreiIupsawhat's your app about? What's it name too?
App name?
Since, you are already used to working with Kotlin, what was the main reason you didn't decide to go with compose multiplatform?
IOs is still in alpha version
DUDE THIS IS AMAZING. Good pacing, thoughtful structure, and brilliant explanations.
Please use dark mode in your IDE, make the font bigger , thanks
Tried switching to dark mode. Couldn't get used to it. Sorry! 😊
@@andreiIupsa Oh ok, maybe only while recording it would be great
@@andreiIupsa I am a light mode kind of guy myself, but still, when presenting code, dark mode is a clear choice since:
1) there is a high, jarring contrast between real-world dimly-lit warmer shots, and light af code shots. The difference in luminance is headache inducing.
2) people watch youtube without the lights on a heafty amount of time.
3) code size being unintelligibly small does distract as well. Especially as most content is consumed on mobile.
Not trying to be harsh, but felt like light mode and font size detracted greatly from the viewing experience.
You never thought about react native? (just wondering)
I think whenever you present something with code please increase font size we could barely see it on full HD
Good point, noted!
Welcome, need to spread this tool widely
Glad to see a fellow Transylvanian Flutter developer! 😊Nice job so far! I think you made the right choices. I'm building my own projects with Flutter, and having a blast.
I want to start flutter too. Which ide are you using and also how to set up my environment for flutter development?
I am using Android Studio, and the default documentation is all that you need. 😊
I would love to see u make a video tutorial of your calculator project using flutter. I like how to manage code it looked really neat.
After I finish the calculator, I will make a video about it! 🙂
Thanks for sharing your experience with switching
Best decision! I am switched from iOS Swift and Android Kotlin to Flutter since 2019 and I only work with the native stuff for plugins, app widgets, android wear and the Apple Watch
Hi, thanks for the video. I am about to create a mobile app and web app for my project idea. Firstly, I designed all of the screens in Figma then Im learning how to create a web app with Flutter.
My question is, when I create a web app with Flutter, how fast could be this web app? (and also safety?)
yeah, but do i need all that material ui?
I'm doing the opposite 😅 Currently switching from flutter to native android (Jetpack compose)
Flutter is the way to go if your app doesn't require too much interaction with the hardware (sensors, etc.)
Agree. My app doesn't need too much interaction so it's the perfect candidate.
wow thank you so much!
What about compose Multiplatform?
IOs is still in alpha version
You got yourself a subscriber!
🙏
Agreed! what are your thoughts about React Native and Expo? Good luck on your NEW upgrade!
Wonderful Video, Did you give a chance to REACT Native?
Finally welcome my Friend 💡💡
Hi its very nice! How much Firebase bill do you get?
This month I'm sitting at $0.48 😁
why not switch to KMP or compose multiplatform ??
It's too young of a framework. I'd give it at least 1 or 2 years first. We'll see..
Are you going to do a tutorial to convert your app over? I would follow it for sure.
What are your opinions on flutter on desktop (for native apps, not electron/tauri)? Is JavaFX, Qt, etc. a better option?
Kotlin multi-platform is great too. Maybe give it a try?
This was a great and very well put video thanks and kudos.
it would be nicer if you could zoom in in video for while showing text... it's hard for me to see thing even in a laptop screen when resolution was anything below 1080p.. so can't imaging how mobile users could see this...
Because Flutter is the Best 💙🤘 Welcome to the Dart side my friend 😎🤝
The first framework I'm learning is Flutter.I began to grasp the concept of flutter. I'm not sure if I'm headed in the correct direction or if there's a better route.
Me neither, but hey.. It's not like in a few years, everything you learn now wouldn't be obsolete. Everything changes, so embrace it! 🙂
Sooo, why not Kotlin Multiplatform with Compose?
just curious about something
why not just using KMP?
What should I learn of specific topics for navigation like facebook mobile app ? Example keep scroll position on both page navigation .
@ThanHtutZaw3 Supplying a page storage key to your ListView will help you achieve that - keeping scroll position after navigation.
use auto_route, this library allows you to save other tab state
better use BLoC you can filter out unnecessary rebuild.
I notice whenever i used Flutter made app my phone is always heating up. like i'm Gaming. but im just requesting JSON file on internet and displaying it on a screen noticing fancy.
Didn't happen to me. Maybe I should start testing on lower end devices but my Pixel 7 handles it like a dream and it's not a flagship anymore.
I love Flutter! 😁For me it's best framework to make mobile apps as for now!
can u make a video on react vs flutter and what is the future of AI will it hurt or android developer jobs if its integrated in SDK
also make a video on which is better react or flutter (which has more jobs , more future opportunities and easy to learn , less boiler plate code , and also fun)
subscribed! please do more flutter videos!
What theme are you using with your android studio,, looks dope
I made the switch to the new IntelliJ UI a few months ago. Takes some time to get used to, but it's worth it!
Light mode ripped my eyes
Amazing vide man! Please do more flutter contnet. Also, could you zoom in on the code a little bit more? It's difficult to read
what is the translation site you were using
That site is called POEditor
i mean switching from pure native to Flutter is fine,
but what about switching from ReactNative expo to Flutter, here is interesting to know
use signals for state management
What's your reasoning for choosing Flutter over React Native?
JavaScript 😁
javascript, html, and css
Worth watching
Your project is very interesting, I also look forward to learning flutter later on this year. Can you tell what you use to edit your video?
Final Cut Pro
it would be rather to use react native
where is that code
This video is very educative thank you, hope you can share the basic config for your app as repository so we as beginners can have solid structured folders to reuse with the app.
Very good video on the topic.
Personally, I've used XML (old Android Native), Jetpack Compose (the new way of developing native Android) and Flutter to develop mobile apps, but I didn't like Flutter due to the fact that you required external libraries to do simple things like navigation, rendering SVGs and other things. Another thing I didn't like about Flutter was the actual language it uses (Dart).
If you're looking for an alternative to Flutter for developing multiplatform apps using Kotlin there's alternatives like Kotlin Multiplatform Mobile, Compose Multiplatform, and I'm pretty sure there's other ones. Either way, you should choose the platform depending on your needs and requirements, but if you can enjoy the technology then the better.
I actually enjoy Dart. There are a few things I miss from Kotlin, especially the run let apply scope functions, but I can live without them. And yes, realizing I need libraries for simple things like localization or rendering SVGs was a bummer.
hey i am learning flutter can i contribute to your project
what do you think about flutterflow?
Seems like magic, but haven't tried it yet to tell you more.
Wow so easy to understand and good video
What where you using before flutter
As shown and explained in the Video he used Kotlin (native Android ) before switching to Flutter! He wants to target iOS to so Crossplatform frameworks like React Native and Flutter are the best if you want to support both platform in one codebase
Did you at any point think of React Native before settling with Flutter?
I am grappling with that choice for my pet project.
react native would definitely be a better choice. Flutter is as dead as dead can be
@@blessedpigeon6304 Thanks man
react native is supported by libraries in nodejs. It means you can use nodejs library for react native. it is a strong point.
Be careful with what they mention above. If the final result is what matters most to you, then in terms of performance, React native is the worst option.
RN < Flutter < Native
Thanks, guys for chipping in.
why not react-native?
Hi, Andrei!
Welcome to the Flutter Community 🎉
Pls make more flutter videos 💙
Good one
Welcome to Flutter, u obviously made the right choice. Flutter 4ever.
Flutter is life!
It seems you haven't heard about KMM
Very cool video, you picked great dependencies, these are all some of the best-practice respecting and highly regarded choices. Superbase is a great OSS alternative to Firebase, but Firebase excels in simplicity and is unparalleled regarding intergration with dart code. You also grasped the benefits and essence of flutter, knowing how much of a pain the xmls for android are, you'll love building UIs with Flutter. I'll be interested to see what your first qualms with the framework will be, especially coming from native.
The lack of a lifecycle. Where are my onPause() and onResume() methods? 😁
Good choice, welcome to Flutter 🎈
Thanks! 😄
react native?
It's good to know you've shifted to Flutter.
Would you make Flutter tutorials on this channel?
Well, the next video is totally unrelated to anything I've made so far, so we'll see. The channel is 3 weeks old, I don't have a "niche" yet. I'm just throwing things at the algorithm to test it and see what sticks. Honestly at the moment I'm the one who needs Flutter tutorials. 😁
Yes, I got you. I think you've already carved a niche for yourself 😀. I've not seen any channel talked about how to monetize side projects like you did it here. So keep it up 💪.
Great video!
Can you also make a video about Flet in python or atleast talk about it
Are you related to Robin Williams?
Annnndddd subscribedddd
Cool content, New subscriber here 🔥
To avoid breaking changes on go router use auto route which is compipe safe .😊
It works so far. If I need to, I'm going to switch but for now, I don't fix what ain't broken. 😊
flutter development experience is great
great story telling.
Thank you!
Welcome to Flutter brother, you'll certainly enjoy it.
I hope so!
why you don't choose React native
I don't like JavaScript! 😊
Please talk about your app's revenues
💥
Have you thought about Kotlin Multiplatform? I am an Android dev and I have a few flutter projects as well. I prefer flutter for cross platform but if KMP was stable when I started that may have been the route to go
Well, with KMP you still need to worry about writing the UI separately, right? In that case, it deppends. If you have a lot of business logic you need to write, KMP makes sense. But for me, my app is mostly UI, so Flutter was the way to go.
@@andreiIupsa Now with KMP you can write compose for all platform, including iOS. So if you had some logic used in Kotlin you can reuse that in your KMP code.
Interesting points. I tried extensively both Flutter and Jetpack Compose and I can safely say that Jetpack Compose is miles ahead. It feels much more polished and cleaner to write. I simply much prefer it compared to Flutter. Now you might say that the issue is lack of iOS support, and that is obviously true. But for that I think the game changer is Kotlin multiplatform. You get to share exactly the code you want with your iOS project and the best thing is that you are still writing Kotlin, which to me has a lot better DX compared to Dart. You might also use Compose multiplatform to share UI too and I think that would be the best option for you. Flutter is nice for MVPs, but when the project grows it easily start to feel like a mess and I'm scared of Google not wanting to continue developing it. I would advise you to at least give Compose multiplatform a look and see if it might fit your needs. Best of luck
You pointed out some nice issues, but I gave up trying to write the app for more than 3 or 4 years on a framework. Things change so fast now, and the app is relatively easy to put together from scratch. KMP and Compose Multiplatform seem nice but they are still young. I would wait a bit before dwelling into it. Flutter is more than enough for me at the moment, and it runs so smooth, even better than my old XML based UI which had some nasty view trees into it.
@@andreiIupsa true, kmp feels a bit too young to trust. Good luck with the rewrite, Flutter is nice too (I just love Kotlin haha), I'm making an app with that too :>
oh forgot to say, next time please zoom in the editor a bit xD
great video, I subscribe !
why not KMP since you already knew kotlin
Are you planning to make it open source cause It will give a starting point to many new developers on how to build apps with so much robustness and good principles and archetecture and may be just may be It will help you complete it faster and bugs could be fixed by community members as well (I would love to learn as well as contribute my knowledge)
Please make It open source
I considered this for a long time, but.. The moment I make it open source there will be 50 apps like it with different names on the store. Look what happened with ClevCalc. They forgot to obfuscate it (my guess) and woke up with dozens of copycats overnight. So for now, I have no plans to do it. 😊
Nice Video!
Actually I doing the reverse. I came from 3 years or flutter to React Native.
Why?
Why not use getx package for state management?