As a beginner flutter developer I’ve been searching for tutorials that can help me get started. This is exactly what I needed , now I’m confident to continue!
I got in touch with Flutter due to my current exam on my job hunting, and currently playing around and comparing it to React Native. But your tutorial wants me to dive more deeper on this. I will commit on this even if I fail my exam, give me 2 weeks. Edit: I am hesitant at first for my current role in my job is React Native, but now I understand why people is saying Flutter is fast in development compared to RN.
Update: I finished the video alhamdulillah Thank you so much for your great work! I learned a little Flutter before but i almost forgot the things and this video helped me so much. I watched first 1 hour and 19 minutes and i don't know maybe i'll learn it in rest of the video. I'm wondering how to do make things responsive for other screen resolutions. Because i made a container like header and gave it a specific size. When i opened the app in a phone with bigger screen, i saw there is a white area at the right of the container. How to solve this? Container has texts inside and gif image background so stretching it being weird. Can you take a video about it, because i really love your explanation of Flutter! Second question; is putting "const" is completely necessary for every stable thing? What if i didn't put it there? Thanks in advance! Third; at 2:05:32 can't we use trailing widget instead of action? Doesn't it work that way? And how can we use this method as making day and night mode, that can be set by phone's night mode switcher?
I Really commit to learning flutter, especially after watching this tutorial! Its truly an amazing tutorial about flutter, its like 4th tutorial I've watched from you guys (Flutter Mapp). They all help so much! ♥Much Love ♥
I loved this a ton! I'm new to Flutter and this video helped me unlike the other 3 videos I started watching but I'm glad you broke the concepts into understandable chunks
Hi, I am thankful for this tutorial. It helped me get a grasp on flutter development and set me on the right path. One thing I did while following the tutorial was I created a widget specifically for the tiles on the home_page. This allowed me to apply any changes (such as GestureDetctor) to all the tiles by just changing it once. I strayed away a bit from the tutorial and I made this widget able to accept arguments, to allow for customization of every instance of that widget
This video is pretty crazy for beginner! I loved it man! I'm inviting my fellow developer friends to follow you. Keep It Up! 🤩😍You gave me hope to become Flutter Developer! Thank you🤩😍
I think this is the best tutorial for Flutter beginners ever! I really appreciate how you explain every step you take. I just completed it, and my app is centered around characters from The Matrix. It features icons of five characters, such as Neo, Agent Smith, Trinity, etc. When you click on each icon, you'll find a few sentences about each character individually. It looks fantastic, but the only issue I encountered was how to manage different descriptions for different characters. I created a final String variable, "baconText," and pasted different texts with '....' on the Home page. It works, but I'm wondering if it's possible to store these description texts on a "Description Page" rather than on the "Home Page." Thank you so much!
Yes, you can store the variable. If you feel brave, check out the new Provider video. This is a more advanced concept, but it will allow you to handle the data in your app like a pro! 👏 (Video: ua-cam.com/video/FUDhozpnTUw/v-deo.html)
You are just AMAZING! OMG, by far one of the best tutorials I've seen yet! Keep up the fantastic work, and I'm looking forward to more of your vids. It will be great to have one on retrieving images from the cloud storage 😀
I'm really enjoying your video. I recommend everyone to try this one, you'll get more than you expect from his tutorial. Thanks for making this amazing video ever!!!
Great Tutorial - Easy to follow. Thanks. I still need to follow your tutorials. The link to the Two-tips video is broken. Hope you see this comment to fix it.
I see somewhere else that Android Studio was better for complex projects, I ended up using it instead of VS Studio (I was already starting inside VS studio 😅)
1:14 i have a problem where it says column isnt defined for class HomePage and also says the same thing for row. this is my full code where did i go wrong? import 'package:flutter/material.dart'; class HomePage extends StatelessWidget { const HomePage({super.key}); @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar(), body: column( children: [ row( children: [ ElevatedButton( onPressed: () {}, child: const Text('mmmmm'), ), ], ), ], ), ); } }
How about you go on UA-cam and look for one of the thousand videos about rest api xD Integrating it with flutter really is the same as integrating it in any other framework and tons of documentation already exists on this. Don't be lazy :)
@@alexanderdeprez6646 There is no laziness man. I have to say that how we make an API of an audio file in dotnet core and integrate it in flutter and save that audio file in the SQL server database. Is there any best tutorial so kindly tell me. Otherwise keep your mouth shut Thank you ❤️
Can u make Disney+hotstar clone with flutter and notion as backend cms with notion api Disney+hotstar or Netflix We don't need video playing part Just info about series And in info screen details of cast of show or movie And also comments feature if poss
Alright!! I will 100% commit to learn Flutter. Give me 2 weeks!! Letsgooo!!!
Rock on!
As a beginner flutter developer I’ve been searching for tutorials that can help me get started. This is exactly what I needed , now I’m confident to continue!
Alright!! I will 100% commit to learn Flutter give me 2 weeks!!! Letsgoo!!
Thanks.... I am 4 years old and understood everything.😀
😂😂😂
😂😂😂
I went through multiple flutter tutorials before and this tutorial goes directly to the point...awesome! Love the cheat sheet!
I got in touch with Flutter due to my current exam on my job hunting, and currently playing around and comparing it to React Native. But your tutorial wants me to dive more deeper on this. I will commit on this even if I fail my exam, give me 2 weeks.
Edit: I am hesitant at first for my current role in my job is React Native, but now I understand why people is saying Flutter is fast in development compared to RN.
Update: I finished the video alhamdulillah
Thank you so much for your great work! I learned a little Flutter before but i almost forgot the things and this video helped me so much. I watched first 1 hour and 19 minutes and i don't know maybe i'll learn it in rest of the video. I'm wondering how to do make things responsive for other screen resolutions. Because i made a container like header and gave it a specific size. When i opened the app in a phone with bigger screen, i saw there is a white area at the right of the container. How to solve this? Container has texts inside and gif image background so stretching it being weird. Can you take a video about it, because i really love your explanation of Flutter!
Second question; is putting "const" is completely necessary for every stable thing? What if i didn't put it there? Thanks in advance!
Third; at 2:05:32 can't we use trailing widget instead of action? Doesn't it work that way? And how can we use this method as making day and night mode, that can be set by phone's night mode switcher?
have you create any apps after ?
I watch it and followed the steps. Love it 🤩
I just finished to watch your tuto! Thanks a lot ! Wish your the best!
Can you please do a step by step for deploying to the App Stores? (Google, Apple, Microsoft)
ive been looking for simple flutter tutorials and this is by far the best and the easiest
Thanks very much, I love your detailed explanation and not assuming that we know anything. Am definitely going to build this project too
I am really so much thankful to you. The way you explained is just immaculate!
All right ! I WILL 100% commit to learn flutter, give me 3 weeks !
Appreciate your effort.
You're an excellent teacher.
I'm addicted to watch your videos.
Hatsoff Sir.❤
its an amazing video learn the flutter from beginning... Thanks ...
Alright!! I will learn 💯 commit to learn flutter. Give me 2 weeks!! Let's goooo!!
I Really commit to learning flutter, especially after watching this tutorial! Its truly an amazing tutorial about flutter, its like 4th tutorial I've watched from you guys (Flutter Mapp). They all help so much! ♥Much Love ♥
If i can learn from you for a couple of months, i can become a pro in no time. Thanks buddy
I loved this a ton! I'm new to Flutter and this video helped me unlike the other 3 videos I started watching but I'm glad you broke the concepts into understandable chunks
you are the best programming instructor ever.
I will 100% commit to learning Flutter!
Thanks, very nice and easy to follow!
I just finished this awesome tutorial, and damn, it's so good. That's why I'll 100% commit to Flutter
I don't usually take the time to comment but this is an amazing tutorial. Much appreciated.
Hi, I am thankful for this tutorial. It helped me get a grasp on flutter development and set me on the right path. One thing I did while following the tutorial was I created a widget specifically for the tiles on the home_page. This allowed me to apply any changes (such as GestureDetctor) to all the tiles by just changing it once. I strayed away a bit from the tutorial and I made this widget able to accept arguments, to allow for customization of every instance of that widget
Alright!! I will 100% commit to learning Flutter. Give me 2 weeks!! Lets gooo!!!
This is the best flutter tutorial by far. Thanks for doing this and I love the French accent, 😀
Very simple and good teaching love it 1:06:05
Best teacher so far, i got this!
Your video is very helpful..you describe everything steps by step. Thank you so much for your kind information. ❤❤❤❤
My pleasure 😊
Thanks being very detailed about everything.
No worries!
Very usefull video, your explanation is great, i can quickly understand flutter...
this is so resourceful, you just got me upppppp
thanks for your previous 1 hour video and this video. from Bangladesh.
it was very helpfull thank's a lot but one question if i want the text change with the content what i do??
Thank you, you make great videos on flutter.
I'am Starting learning and you are helping me a lot. 👍
I will 100% commit to learn Flutter. Give me 2 weeks!
I will 100% commit to learn flutter❤
Thank you very much. It easy to understand and very simple for beginer like me.
Alright!! I will 100% commit to learn Flutter. Give me 2 weeks!! Letsgooo!!!
You got this!
Best tutorial!!! Thanks man
This video is pretty crazy for beginner! I loved it man! I'm inviting my fellow developer friends to follow you. Keep It Up!
🤩😍You gave me hope to become Flutter Developer! Thank you🤩😍
Welcome aboard! Thank you for the nice comment 💯👋
Great video mate. You should do more project-focused videos.
I think this is the best tutorial for Flutter beginners ever! I really appreciate how you explain every step you take. I just completed it, and my app is centered around characters from The Matrix. It features icons of five characters, such as Neo, Agent Smith, Trinity, etc. When you click on each icon, you'll find a few sentences about each character individually. It looks fantastic, but the only issue I encountered was how to manage different descriptions for different characters.
I created a final String variable, "baconText," and pasted different texts with '....' on the Home page. It works, but I'm wondering if it's possible to store these description texts on a "Description Page" rather than on the "Home Page." Thank you so much!
Yes, you can store the variable. If you feel brave, check out the new Provider video. This is a more advanced concept, but it will allow you to handle the data in your app like a pro! 👏 (Video: ua-cam.com/video/FUDhozpnTUw/v-deo.html)
You are just AMAZING! OMG, by far one of the best tutorials I've seen yet! Keep up the fantastic work, and I'm looking forward to more of your vids. It will be great to have one on retrieving images from the cloud storage 😀
I'm really enjoying your video. I recommend everyone to try this one, you'll get more than you expect from his tutorial. Thanks for making this amazing video ever!!!
Thank for the nice comment 🔥🚀🚀🚀
@@FlutterMapp You're welcome 😊
that was super helpful , i learned a lot cuz of you so thanks king ❤
A very good course, I'm waiting for your 10hrs course
You are really strong explainer, thanks a lot! You make a great gob, 'couse you ignite a desire to learn Flutter! Respect🤛
Great Tutorial - Easy to follow. Thanks. I still need to follow your tutorials. The link to the Two-tips video is broken. Hope you see this comment to fix it.
Fixed, thanks for pointing it out 👍
i never enjoy a tutorial as much i enjoy this one
AMAZING SIR, JUST AMAZING
Always waiting for your new videos
Glad to hear that
Hell yeah I'm committing to creating my apps!!
Thanks so much😎hope you're feelin' well mate - finishing the year strong 🌟
hey @Flutter Mapp, Can dart be really used for backend? Like making API's, twitter and discrod bots?
Yes
yessir!
@@FlutterMapp can you make a tutorial on making an API? If possible
I will 100% commit to learn Flutter
Alright!! I will 100% commit to learn Flutter. Give me 2 weeks!! letsgoo!!!
You got this!
Great teacher
impresionante, mil gracias, excelente!
Please also make dart course
Hi, your videos are always great, but I have request to you please create Full Stack apps using Flutter and Firebase.
Noted
was also thinking the same
I will finish this video and learn flutter in 2 weeks from now
you are simply awesome bro
Thank you so much 🚀🚀🎉
Thank you so much for sharing. You are amazing. From Brasil
Thanks for watching!
We are also waiting for a course on state management
Hopefully we earned your subscription, otherwise we will try even harder next time 💪
Hello, I sent you an email please check. Thank you
Thanks for the Road map and the tutorial as well
@@rafkevo Haven't receive any email on my side. info@fluttermapp
That was helpful video thanks for the video
I see somewhere else that Android Studio was better for complex projects, I ended up using it instead of VS Studio (I was already starting inside VS studio 😅)
Alright!! I will 100% commit to learn Flutter
You got thisss!
Hi, if i purchase your course and learn it, its the same code to make websites front end? or do i need to learn other stuff.
Hi! You can code website front end with Flutter, BUT its not the best! So I do not recommend building websites with Flutter as for now 👍
Thank you so much for this awesome tutorial. Well explained
You're very welcome!
I just born.. & I understood everything.. :)
😂
Hey fam! Just wanted to thank you for all the content you've been putting out! Best channel on the tube if you asked me😁
I appreciate that!
Awesome!! Thanks a ton!!! 🙂
You're welcome Sudip!
Excellent !
Thank you! Cheers!
1:14 i have a problem where it says column isnt defined for class HomePage and also says the same thing for row.
this is my full code where did i go wrong?
import 'package:flutter/material.dart';
class HomePage extends StatelessWidget {
const HomePage({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(),
body: column(
children: [
row(
children: [
ElevatedButton(
onPressed: () {},
child: const Text('mmmmm'),
),
],
),
],
),
);
}
}
Awesome tutorial for beginners .Thank you :)
You're welcome 😊
You looked Bulk Dude! ❤❤
😂 Fat would be more precise 😂
@@FlutterMapp yeah 🤣
형 최고야..!!! 너무 고마워
THANKS YOU🥳
give me 2 weeks, lets goooo!!
How we can make admin panel for any of our app?
How to install mac store in windows to make app cross platform in flutter?
You're doing great but kindly make a tutorial on making Rest API's in dotnet core and integrate with flutter and then make a full application
Thanks 😊
How about you go on UA-cam and look for one of the thousand videos about rest api xD Integrating it with flutter really is the same as integrating it in any other framework and tons of documentation already exists on this. Don't be lazy :)
@@alexanderdeprez6646
There is no laziness man. I have to say that how we make an API of an audio file in dotnet core and integrate it in flutter and save that audio file in the SQL server database.
Is there any best tutorial so kindly tell me. Otherwise keep your mouth shut
Thank you ❤️
Thanks well explained
You're welcome
How can you tell if it's well explained? When you yourself have commented just after the upload 😂
2 hours ( a long pass!)
I have committed to become a Flutter developer
Thank you broo
thank u❤
So just “copy what I do but don’t worry about understanding why I’m doing any of it when you actually need to think for yourself”
I love this!!!!!
for beginners just do scoop install flutter, scoop install android-studio, no more hand crafted env var modification
Can you share the documentation for this? Thank you!
Can u make Disney+hotstar clone with flutter and notion as backend cms with notion api
Disney+hotstar or Netflix
We don't need video playing part
Just info about series
And in info screen details of cast of show or movie
And also comments feature if poss
hi im a 3 months old nursing infant, do you think i can understand this material?
bro im not able to fix all the checkboxes in terminal without that i cannot proceed please help
nice tutorial
would love to learn flutter for more than 2 weeks
what should l do after this video?
Thank
guy