Flutter Tutorial For Dummies

  Рет қаралды 90,477

Flutter Mapp

Flutter Mapp

Күн бұрын

Пікірлер: 187
@mig7287
@mig7287 Жыл бұрын
Thanks.... I am 4 years old and understood everything.😀
@FlutterMapp
@FlutterMapp Жыл бұрын
😂😂😂
@subramanianchenniappan4059
@subramanianchenniappan4059 9 ай бұрын
😂😂😂
@JeffPalmer42
@JeffPalmer42 Жыл бұрын
Can you please do a step by step for deploying to the App Stores? (Google, Apple, Microsoft)
@kasimcan
@kasimcan Жыл бұрын
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?
@HerrHafiz
@HerrHafiz Жыл бұрын
have you create any apps after ?
@karabongwato3391
@karabongwato3391 Жыл бұрын
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!
@sunnyj6068
@sunnyj6068 Жыл бұрын
I went through multiple flutter tutorials before and this tutorial goes directly to the point...awesome! Love the cheat sheet!
@masumrahman635
@masumrahman635 Жыл бұрын
Your video is very helpful..you describe everything steps by step. Thank you so much for your kind information. ❤❤❤❤
@FlutterMapp
@FlutterMapp Жыл бұрын
Hopefully we earned your subscription, otherwise we will try even harder next time 💪
@rafkevo
@rafkevo Жыл бұрын
Hello, I sent you an email please check. Thank you
@andilesimelane4771
@andilesimelane4771 Жыл бұрын
Thanks for the Road map and the tutorial as well
@FlutterMapp
@FlutterMapp 18 күн бұрын
@@rafkevo Haven't receive any email on my side. info@fluttermapp
@rafkevo
@rafkevo Жыл бұрын
Hello, I sent you an email please check. Thank you
@yuvrajkukreja1248
@yuvrajkukreja1248 11 ай бұрын
Alright!! I will 100% commit to learn Flutter. Give me 2 weeks!! Letsgooo!!!
@FlutterMapp
@FlutterMapp 11 ай бұрын
Rock on!
@Sh4x3
@Sh4x3 Жыл бұрын
I will finish this video and learn flutter in 2 weeks from now
@ghulammurtaza7959
@ghulammurtaza7959 Жыл бұрын
Hi, your videos are always great, but I have request to you please create Full Stack apps using Flutter and Firebase.
@FlutterMapp
@FlutterMapp Жыл бұрын
Noted
@ellisngona8208
@ellisngona8208 Жыл бұрын
was also thinking the same
@hiteshaloney
@hiteshaloney Жыл бұрын
Subscribers still looking for clean architecture video
@shuaibalghazali3405
@shuaibalghazali3405 Жыл бұрын
Thanks very much, I love your detailed explanation and not assuming that we know anything. Am definitely going to build this project too
@dalyryl
@dalyryl Жыл бұрын
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.
@codingxllama
@codingxllama Жыл бұрын
Alright!! I will 100% commit to learn Flutter. Give me 2 weeks!! Letsgooo!!!
@emilisayev6279
@emilisayev6279 Жыл бұрын
I am really so much thankful to you. The way you explained is just immaculate!
@User-NB7PK95
@User-NB7PK95 Жыл бұрын
Appreciate your effort. You're an excellent teacher. I'm addicted to watch your videos. Hatsoff Sir.❤
@silloo2072
@silloo2072 Жыл бұрын
Alright!! I will 100% commit to learn Flutter. Give me 2 weeks!! Letsgooo!!!
@ehtashamali6391
@ehtashamali6391 Жыл бұрын
Alright!! I will 100% commit to learn Flutter give me 2 weeks!!! Letsgoo!!
@echofloripa
@echofloripa Жыл бұрын
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 😅)
@shamsulazhar
@shamsulazhar Жыл бұрын
I will commit to learn Flutter
@yeanchan665
@yeanchan665 Жыл бұрын
Alright!! I will learn 💯 commit to learn flutter. Give me 2 weeks!! Let's goooo!!
@sunjowilliammburli3847
@sunjowilliammburli3847 Жыл бұрын
We are also waiting for a course on state management
@xzatech
@xzatech Жыл бұрын
Alright!! I will 100% commit to learn Flutter. Give me 2 weeks!! Letsgooo!!!
@femaleselfimprovement
@femaleselfimprovement Жыл бұрын
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'), ), ], ), ], ), ); } }
@jonathanbarsyaprak9460
@jonathanbarsyaprak9460 Жыл бұрын
I don't usually take the time to comment but this is an amazing tutorial. Much appreciated.
@omarjones8481
@omarjones8481 Жыл бұрын
Heads up. Trying to add a network image is a waste of time! You'll spend 30 mins looking for 1 you can use. Just save an image and thank me later
@AtomicPixels
@AtomicPixels Жыл бұрын
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”
@MaheshwaranVelusamy
@MaheshwaranVelusamy 9 ай бұрын
its an amazing video learn the flutter from beginning... Thanks ...
@abdulrahmanadeyemi1491
@abdulrahmanadeyemi1491 Жыл бұрын
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
@yoosefazarnoush
@yoosefazarnoush Жыл бұрын
I will 100% commit to learning Flutter!
@chellyhelmy1690
@chellyhelmy1690 Жыл бұрын
it was very helpfull thank's a lot but one question if i want the text change with the content what i do??
@NitinVarma
@NitinVarma Жыл бұрын
Please also make dart course
@robo4827
@robo4827 Жыл бұрын
I will 100% commit to learn Flutter. Give me 2 weeks!
@reemshabir5029
@reemshabir5029 Жыл бұрын
How to install mac store in windows to make app cross platform in flutter?
@Skaxarrat
@Skaxarrat Жыл бұрын
Great video mate. You should do more project-focused videos.
@MAANASRUCHANDANI-q1y
@MAANASRUCHANDANI-q1y Жыл бұрын
bro im not able to fix all the checkboxes in terminal without that i cannot proceed please help
@dhruvagrawal949
@dhruvagrawal949 Жыл бұрын
Alright!! I will 100% commit to learn Flutter
@MadeInPython
@MadeInPython Жыл бұрын
hi im a 3 months old nursing infant, do you think i can understand this material?
@kevalmotisariya1215
@kevalmotisariya1215 Жыл бұрын
Always waiting for your new videos
@FlutterMapp
@FlutterMapp Жыл бұрын
Glad to hear that
@lolabongola
@lolabongola Жыл бұрын
Hell yeah I'm committing to creating my apps!!
@krazy_kzir
@krazy_kzir Жыл бұрын
u don't know this but ur saving my 6days dead line ass
@HiPnautique
@HiPnautique Жыл бұрын
what's the difference with the 1 hour and 3 hours tutorials ?
@sufiyanchoudhary9205
@sufiyanchoudhary9205 Жыл бұрын
I will 100% commit to learning Flutter!
@rustyrishii
@rustyrishii Жыл бұрын
hey @Flutter Mapp, Can dart be really used for backend? Like making API's, twitter and discrod bots?
@learnandearn1851
@learnandearn1851 Жыл бұрын
Yes
@FlutterMapp
@FlutterMapp Жыл бұрын
yessir!
@rustyrishii
@rustyrishii Жыл бұрын
@@FlutterMapp can you make a tutorial on making an API? If possible
@julianparrish8197
@julianparrish8197 Жыл бұрын
I added my email and name to the form but I didn't receive a cheat sheet
@Syedsaadivlogs
@Syedsaadivlogs Жыл бұрын
How we can make admin panel for any of our app?
@АртёмДотлов
@АртёмДотлов Жыл бұрын
I will 100% commit to learn Flutter
@MariaNaveed-d2j
@MariaNaveed-d2j 8 ай бұрын
I have committed to become a Flutter developer
@ArthurWuYeah211
@ArthurWuYeah211 Жыл бұрын
I will commit to learn Flutter :), give me a month
@mehdi2368
@mehdi2368 10 ай бұрын
I will 100% commit to learn flutter❤
@loydvincentbutron2161
@loydvincentbutron2161 Жыл бұрын
would love to learn flutter for more than 2 weeks
@Dboyy123
@Dboyy123 Жыл бұрын
im ready to learn flutter. Gimme 1 week
@shakila5045
@shakila5045 Жыл бұрын
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.
@FlutterMapp
@FlutterMapp Жыл бұрын
Fixed, thanks for pointing it out 👍
@IbrahimIbrahim-qn4ol
@IbrahimIbrahim-qn4ol Жыл бұрын
Alright!! I will 100% commit to learning Flutter. Give me 2 weeks!! Lets gooo!!!
@themetamorphosisshow
@themetamorphosisshow Жыл бұрын
this is so resourceful, you just got me upppppp
@moemen_yt810
@moemen_yt810 10 ай бұрын
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 ♥
@uddfeltechnologieslimited5768
@uddfeltechnologieslimited5768 Жыл бұрын
Alright!! I will 100% commit to learn Flutter. Give me 2 weeks!! Letsgooo!!!
@myst.youtube
@myst.youtube Жыл бұрын
I just finished this awesome tutorial, and damn, it's so good. That's why I'll 100% commit to Flutter
@xwongso7480
@xwongso7480 Жыл бұрын
Very usefull video, your explanation is great, i can quickly understand flutter...
@jadronaldo566
@jadronaldo566 Жыл бұрын
what should l do after this video?
@Rafix256
@Rafix256 Жыл бұрын
I didn't get the pdf on my e-mail
@anishumanisa7269
@anishumanisa7269 Жыл бұрын
I was send my email to get the pdf
@ashishjakhariya1523
@ashishjakhariya1523 Жыл бұрын
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
@dahgenesis1129
@dahgenesis1129 28 күн бұрын
Thanks being very detailed about everything.
@FlutterMapp
@FlutterMapp 28 күн бұрын
No worries!
@shotaqoridze3312
@shotaqoridze3312 11 ай бұрын
sorry but this is not for beginers you use many features that beginer cant understand like what is diferent with widgets clases and objects what is build method, state and how it works olso you did not add true login system i am not saying that video is bed thats quite good tutorial but not for beginers
@FlutterMapp
@FlutterMapp 11 ай бұрын
I will remember to include the build method and the state next time 👍 A true login system is much harder than the beginner level, this is why it's not included. Thanks for the feedback
@arthurg2834
@arthurg2834 Жыл бұрын
All right ! I WILL 100% commit to learn flutter, give me 3 weeks !
@andrealbernaz
@andrealbernaz Жыл бұрын
Thank you so much for sharing. You are amazing. From Brasil
@FlutterMapp
@FlutterMapp Жыл бұрын
Thanks for watching!
@Rui25Almeida
@Rui25Almeida Жыл бұрын
Thank you, you make great videos on flutter. I'am Starting learning and you are helping me a lot. 👍
@HIIIIIIII99
@HIIIIIIII99 Жыл бұрын
Create a flutter video for beginner to advance level 😍😍✌✌😍😍 ( quick)
@nurislamrajib2098
@nurislamrajib2098 Жыл бұрын
thanks for your previous 1 hour video and this video. from Bangladesh.
@igotit2565
@igotit2565 Жыл бұрын
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.
@FlutterMapp
@FlutterMapp Жыл бұрын
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 👍
@shamsulazhar
@shamsulazhar Жыл бұрын
This is the best flutter tutorial by far. Thanks for doing this and I love the French accent, 😀
@steneostrain
@steneostrain Жыл бұрын
give me 2 weeks, lets goooo!!
@dumisankaunga111
@dumisankaunga111 Жыл бұрын
If i can learn from you for a couple of months, i can become a pro in no time. Thanks buddy
@QuangLe-qk3nv
@QuangLe-qk3nv Жыл бұрын
I'm a 3 years old, do you think I'll be able to understand this?
@MadeInPython
@MadeInPython Жыл бұрын
hi im 3 months old
@wiazowski1
@wiazowski1 Жыл бұрын
I have purchased your course from your website. Are you planning to include more conntente in the courses about this subject?
@FlutterMapp
@FlutterMapp Жыл бұрын
The courses are all completed already. 🙏
@nadetdevfullstack7041
@nadetdevfullstack7041 11 ай бұрын
I just finished to watch your tuto! Thanks a lot ! Wish your the best!
@hello----world
@hello----world Жыл бұрын
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
@Oudipus
@Oudipus Жыл бұрын
AMAZING SIR, JUST AMAZING
@femaleselfimprovement
@femaleselfimprovement Жыл бұрын
i commit to learn flutter
@bagiramuratalieva
@bagiramuratalieva Жыл бұрын
You are really strong explainer, thanks a lot! You make a great gob, 'couse you ignite a desire to learn Flutter! Respect🤛
@wintechthekop
@wintechthekop Жыл бұрын
Thank you very much. It easy to understand and very simple for beginer like me.
@TopNotchVideosYT
@TopNotchVideosYT Жыл бұрын
you are the best programming instructor ever.
@Dboyy123
@Dboyy123 Жыл бұрын
ive been looking for simple flutter tutorials and this is by far the best and the easiest
@sunjowilliammburli3847
@sunjowilliammburli3847 Жыл бұрын
A very good course, I'm waiting for your 10hrs course
@vigiil
@vigiil 11 ай бұрын
Thanks, very nice and easy to follow!
@JohanLibert-k9g
@JohanLibert-k9g Жыл бұрын
that was super helpful , i learned a lot cuz of you so thanks king ❤
@GemechisChala
@GemechisChala Жыл бұрын
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🤩😍
@FlutterMapp
@FlutterMapp Жыл бұрын
Welcome aboard! Thank you for the nice comment 💯👋
@apollopindelski3039
@apollopindelski3039 10 ай бұрын
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!
@FlutterMapp
@FlutterMapp 10 ай бұрын
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: kzbin.info/www/bejne/fIanmaKwpdOHi9k)
@faledemy
@faledemy Жыл бұрын
THANKS YOU🥳
@samarpitsantoki
@samarpitsantoki Жыл бұрын
Alright!! I will 100% commit to learn Flutter. Give me 2 weeks!! Letsgooo!!!
@FlutterMapp
@FlutterMapp Жыл бұрын
You got this!
@zainahsan5175
@zainahsan5175 Жыл бұрын
Alright!! I will 100% commit to learn Flutter. Give me 2 weeks!! letsgoo!!!
@FlutterMapp
@FlutterMapp Жыл бұрын
You got this!
@cakebmen
@cakebmen Жыл бұрын
Thank you broo
@呀咧呀咧
@呀咧呀咧 Жыл бұрын
for beginners just do scoop install flutter, scoop install android-studio, no more hand crafted env var modification
@FlutterMapp
@FlutterMapp Жыл бұрын
Can you share the documentation for this? Thank you!
@AfricanDive
@AfricanDive Жыл бұрын
in Three months i will be a flutter dev
@FlutterMapp
@FlutterMapp Жыл бұрын
Keep me updated ✔ (Before the end of the year 🎉)
@jucosmon
@jucosmon Жыл бұрын
Alright!! I will commit to learn flutter. Give me 1 week.
@FlutterMapp
@FlutterMapp Жыл бұрын
You can do it!
@FlutterMapp
@FlutterMapp Жыл бұрын
You can check the new tutorial (2h) just released today, it's even better and it come with a Free Flutter Checklist 👍
@letscsgo1
@letscsgo1 Жыл бұрын
That was helpful video thanks for the video
@ginilmathew8767
@ginilmathew8767 Жыл бұрын
Can please add api project using getx
@techwithkingpin
@techwithkingpin Жыл бұрын
Great teacher
35 Flutter Tips That Will Change Your Life
10:53
Flutter Mapp
Рет қаралды 305 М.
10x Your Speed With Flutter
8:04
Flutter Mapp
Рет қаралды 50 М.
GIANT Gummy Worm Pt.6 #shorts
00:46
Mr DegrEE
Рет қаралды 101 МЛН
小丑妹妹插队被妈妈教训!#小丑#路飞#家庭#搞笑
00:12
家庭搞笑日记
Рет қаралды 38 МЛН
А ВЫ ЛЮБИТЕ ШКОЛУ?? #shorts
00:20
Паша Осадчий
Рет қаралды 9 МЛН
Electric Flying Bird with Hanging Wire Automatic for Ceiling Parrot
00:15
How I learned Flutter in 7 Days
8:27
Kenny Gunderman
Рет қаралды 495 М.
Learn Flutter In 30 Minutes
33:18
Flutter Mapp
Рет қаралды 6 М.
Top 30 Flutter Tips and Tricks
6:50
Flutter Mapp
Рет қаралды 558 М.
Build 5 Apps in 5 Minutes with Flutter… But should you?
8:53
React Native vs Flutter in 2024 - Make the RIGHT Choice (Difference Explained)
10:31
Top 70 Flutter Tips, Widgets & Packages
16:22
Flutter Mapp
Рет қаралды 128 М.
We Built an App in 24 Hours [No Code]
11:56
Raw Startup
Рет қаралды 432 М.
Flutter for the JS Developer
13:43
Fireship
Рет қаралды 396 М.
Flutter Bloc EASY Tutorial
8:25
Flutter Mapp
Рет қаралды 8 М.
GIANT Gummy Worm Pt.6 #shorts
00:46
Mr DegrEE
Рет қаралды 101 МЛН