📱 Essential Flutter Widgets
40:53
Пікірлер
@badralwattar5799
@badralwattar5799 8 сағат бұрын
Bro, you have an error in 58:00 I spent an hour to solve this. you have to add notifyListeners(); in the toggle function to make the toggle switch work
@mikoajsmoczynski2842
@mikoajsmoczynski2842 13 сағат бұрын
is it possible to add a function that allows you to add sertain people and not have everyone from the start?
@mikoajsmoczynski2842
@mikoajsmoczynski2842 13 сағат бұрын
can you make it, so its possible to add people other than having everyone from the start?
@jennyrosebaliwas2152
@jennyrosebaliwas2152 14 сағат бұрын
I suggest to start the video from the very beginning, as it will make the beginner like me to understand the every flow
@createdbykoko
@createdbykoko 13 сағат бұрын
@@jennyrosebaliwas2152 this is from the very beginning from scratch, so what do u mean?
@ragibshahariar3169
@ragibshahariar3169 14 сағат бұрын
Hello Mitch, I am your big fan. Your video gives motivation to learn flutter and make new things. When I get board or stressed learning flutter I saw your nice and elegant tutorial it is helping me to keep myself on the track, it's extremely helpful. I hope this channel will get Million subs very quickly. Please do us know your story about where did you learn flutter.
@simonIsDev
@simonIsDev 15 сағат бұрын
great video. Thanks at all
@createdbykoko
@createdbykoko 13 сағат бұрын
@@simonIsDev ❤️
@manishgautam2424
@manishgautam2424 16 сағат бұрын
code please , but free
@alhambase7468
@alhambase7468 17 сағат бұрын
the most clear code flutter ever from constructor, passing data among class using provider, and working with collection list of class/map.. respect from indonesia
@wasifshahzad5001
@wasifshahzad5001 17 сағат бұрын
I added 7 days for the todo app using a drawer and then I've also added a cool functionality. I have a default task named "Create a new task." and whenever the user creates a new task it gets false marked in the database for the first time only. I've done it by keeping track using boolean list of isInitialTaskDone
@walidbaday4801
@walidbaday4801 Күн бұрын
Thanks so much, I have waiting for this ❤
@abdou023
@abdou023 Күн бұрын
Not using any sort of a State Management solution?!
@createdbykoko
@createdbykoko Күн бұрын
@@abdou023 provider was used
@abdou023
@abdou023 Күн бұрын
@@createdbykoko thanks.
@emmanueltimi10
@emmanueltimi10 Күн бұрын
why are we using firebase for authentication Im new to using flutter what are other alternatives of firebase?
@createdbykoko
@createdbykoko 23 сағат бұрын
flutter is for the frontend part of the app (like buttons and UI), firebase is for the backend part that deals with authentication and storing data. Firebase basically makes your app 'online'. If you are new to flutter, then you should watch the beginner course first: kzbin.info/www/bejne/foLCqqetap2neZYsi=uaDIjG5PIVjoM-Y8
@emmanueltimi10
@emmanueltimi10 17 сағат бұрын
@@createdbykoko okay. Thanks I'll do that 🙏🏽
@aviksinha2022
@aviksinha2022 Күн бұрын
i dont know about firebase can i watch this as a begginer ?
@7246_PURVI_GODHANI
@7246_PURVI_GODHANI Күн бұрын
can you use list of map instant of list
@ettitaiwo1642
@ettitaiwo1642 Күн бұрын
Please do a video on riverpod 🥺🥺🥺🥺🥺🥺🥺🥺🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏
@createdbykoko
@createdbykoko 23 сағат бұрын
i will eventually do that. riverpod and bloc? I have had no issues using provider so I never really dived deep into riverpod. What are your thoughts about using riverpod over provider? ❤
@ettitaiwo1642
@ettitaiwo1642 23 сағат бұрын
@@createdbykoko nothing really It’s just easier to understand when you use it 😅👀
@ettitaiwo1642
@ettitaiwo1642 23 сағат бұрын
You make it so simple 🫠
@Lin-bi2rd
@Lin-bi2rd Күн бұрын
Nice video, very clear and useful, hope you also do the role based authentication
@Dabayare
@Dabayare Күн бұрын
I feel a legend when I did this game in C on the Turbo C programming tool :)
@King-nj9ez
@King-nj9ez Күн бұрын
bro i want complete video for free.
@DavidDavid-ws8yh
@DavidDavid-ws8yh Күн бұрын
Hi i don't know why my appbar does not show in the output there is only the title but there are no blue color showing as a default of the app bar this is my code: import 'package:flutter/material.dart'; void main() { runApp( MyApp()); } class MyApp extends StatelessWidget{ @override Widget build(BuildContext context) { return MaterialApp( debugShowCheckedModeBanner: false, home: Scaffold( appBar: AppBar(), ), ); } }
@createdbykoko
@createdbykoko Күн бұрын
is it purple? the new flutter default color is purple i think
@DavidDavid-ws8yh
@DavidDavid-ws8yh Күн бұрын
@@createdbykoko it is just white
@createdbykoko
@createdbykoko Күн бұрын
@@DavidDavid-ws8yh good. Do u have a particular question?
@DavidDavid-ws8yh
@DavidDavid-ws8yh Күн бұрын
but when i try the default code when I create a new project it works idk why lmao, I just decided that i delete my flutter and install it again hoping it works .
@createdbykoko
@createdbykoko Күн бұрын
@@DavidDavid-ws8yh lmk how it goes
@mr_empty.6937
@mr_empty.6937 Күн бұрын
Firebase login comment not working 😢😢
@createdbykoko
@createdbykoko Күн бұрын
@@mr_empty.6937 let me help u. What do u mean exactly
@tfozo
@tfozo Күн бұрын
Will use this soon
@createdbykoko
@createdbykoko 23 сағат бұрын
let me know how it goes ❤
@dimapoint
@dimapoint 2 күн бұрын
holy shit
@fozianaheed1655
@fozianaheed1655 2 күн бұрын
can you add story function
@createdbykoko
@createdbykoko 2 күн бұрын
@@fozianaheed1655 ok
@fozianaheed1655
@fozianaheed1655 Күн бұрын
@@createdbykoko i am making an chat app for my final year project with some AI features. can you tell me how i can implement it?
@createdbykoko
@createdbykoko Күн бұрын
@@fozianaheed1655 haha that is a big task my friend. Have u asked chatgpt?
@fozianaheed1655
@fozianaheed1655 Күн бұрын
@@createdbykoko yes i have
@createdbykoko
@createdbykoko Күн бұрын
@@fozianaheed1655 how did it go
@acornerofherheart-jr9pl
@acornerofherheart-jr9pl 2 күн бұрын
how to make only single listtile slidable should be scrollable at a time when other listtile slidable is scrolled other should be disappears from other list tile how to resolve?
@tungphan1228
@tungphan1228 2 күн бұрын
some library not work on flutter 3.22.2 :((
@createdbykoko
@createdbykoko 2 күн бұрын
@@tungphan1228 which oneeee
@jondoe79
@jondoe79 2 күн бұрын
Instead of giving padding individually make a widget named SpaceWrap or a global const with padding
@createdbykoko
@createdbykoko 23 сағат бұрын
That is a good idea
@savagebeast7768
@savagebeast7768 2 күн бұрын
love your videos and learned alot from you <3
@createdbykoko
@createdbykoko 2 күн бұрын
@@savagebeast7768 ❤️
@TheGLGAMINGINFO
@TheGLGAMINGINFO 2 күн бұрын
brother i was following your code. but my messages are not showing in the chat page. these messages are getting stored in the firestore but not getting displayed. what do i do now. i rechecked the whole code 3 or more times. help please...
@createdbykoko
@createdbykoko 2 күн бұрын
Let me help u, but you need to give me more information. You see in our chat_page we put in some code to catch any errors, for example at 47:58. Does your debug console/terminal show errors? that will tell you what is going wrong. Let me know how it goes
@TheGLGAMINGINFO
@TheGLGAMINGINFO 2 күн бұрын
@@createdbykokothanks 👍 for replying brother but I found the error. Where I was supposed to put [current user id, receiver id] ,my dumbass put [current user id, current user email]😅. It took me two whole days to realize my mistake. It was a logical error.
@createdbykoko
@createdbykoko 2 күн бұрын
@@TheGLGAMINGINFO good job! That’s the life of a coder 😂
@shadrachmackenzie
@shadrachmackenzie 3 күн бұрын
Flutter God🎉❤
@createdbykoko
@createdbykoko 23 сағат бұрын
haha no i am not a god, far from it. but i do love flutter ❤so much
@yaraelniny1355
@yaraelniny1355 3 күн бұрын
Big thanks ...
@antoniofuller2331
@antoniofuller2331 3 күн бұрын
Hmm
@createdbykoko
@createdbykoko 3 күн бұрын
@@antoniofuller2331 whatsup
@antoniofuller2331
@antoniofuller2331 2 күн бұрын
@@createdbykoko just watching the video, haven't attempted it tho
@createdbykoko
@createdbykoko 2 күн бұрын
@@antoniofuller2331 let me know if u need help
@PaschalAOgba
@PaschalAOgba 3 күн бұрын
Long time no hear?
@createdbykoko
@createdbykoko 23 сағат бұрын
hey whatsup my friend. Been a long time! how have u been so far? Last few months I had to take a little break from life.. but i am back and motivated as ever to pump out more for you guys ❤
@wholesome8691
@wholesome8691 3 күн бұрын
holy shit this guy just doesnt care about actually explaining the technology lmao
@createdbykoko
@createdbykoko 3 күн бұрын
@@wholesome8691 can you elaborate?
@aryankaushik9373
@aryankaushik9373 3 күн бұрын
Nice ❤
@yasmeenmehmood9694
@yasmeenmehmood9694 3 күн бұрын
how to save on sharedprefrence because when app close and again on the theme is change
@armin99408
@armin99408 3 күн бұрын
I thought this course might be a combination of several courses merged into one video. I wanted to ask if the content is current and up-to-date. Thanks!
@barssemerci4377
@barssemerci4377 3 күн бұрын
I like your videos but they are repetitive. You've done this kind of chat app at least three times. I think you should make different application tutorials
@jondoe79
@jondoe79 2 күн бұрын
Repetitiveness is a very efficient teaching technique, we lose touch of what we do when we don't do something regularly.
@barssemerci4377
@barssemerci4377 2 күн бұрын
@@jondoe79 It is not possible to develop by doing the same thing all the time.
@createdbykoko
@createdbykoko Күн бұрын
Yes you're right haha you're feedback is appreciated :) I was requested by many for this chatapp + notification. But now I am working on new ones coming along the way. Twitter clone, reddit clone.. etc anything u would like to see me make?
@harshanaprasad1921
@harshanaprasad1921 4 күн бұрын
I have completed the food delivery app thanks to your tutorial.
@createdbykoko
@createdbykoko 23 сағат бұрын
good job!! that is quite a big one, how long did it take u?
@harshanaprasad1921
@harshanaprasad1921 4 күн бұрын
Awesome 👌🏻
@sidharthsingh9645
@sidharthsingh9645 4 күн бұрын
is it full frontend + backend project ?
@createdbykoko
@createdbykoko 4 күн бұрын
@@sidharthsingh9645 yes
@demiladeonasanya6337
@demiladeonasanya6337 4 күн бұрын
What emulator do you use?
@ElObredor
@ElObredor 4 күн бұрын
Este es el mejor curso para aprender flutter
@Explore_Montreal
@Explore_Montreal 4 күн бұрын
I bought your code and would love to support you more . I sent you a business proposal email, but i didn't get a reply . Anyway . If you want to sell many, of your content considers joining Udemy, lots of courses and instructors for flutter , but your simple and unique approach for sure will stand out, and you will generate lots of sales for your courses on udemy .. I wish you all the best, GL Thanks Muhannad
@createdbykoko
@createdbykoko 23 сағат бұрын
Hey thanks for your support! It really means the world to me. As for your business proposal, could you send it to this email: [email protected] ❤ I also considered putting courses on udemy but I'm not sure, I like using Gumroad.
@Explore_Montreal
@Explore_Montreal 21 сағат бұрын
Thanks for your reply. I appreciate it . Regarding Udemy, if you try to look at unity courses and in flutter courses . You will see that if you combined 3 of your courses and put them on the udemy platform, you will have free exposure + increases of sales, especially if the students there liked your content (I am sure they will) I bought befoe all flutte and dert rcourses on Udemy ... i learned from your unique and simple approach better .... some of the courses there made millions of sales, and some of them had over 100k students. And since you already have the content, it's worth a shot . * I like to track my progress + get self learning certificates. That is the reason I use udemy ... it's honest advice. Hopefully, you will benefit from it because you deserve it. I will email you about the business proposal. If you like it, we can set up a Zoom meeting. Thanks
@dhruvjohari8759
@dhruvjohari8759 4 күн бұрын
Hi, their is one problem that's if we completely fill the last row as end row then after that we just skip 2-3 lines and then make the row fill then it just show error , how can I solve that .
@jackfrost6736
@jackfrost6736 4 күн бұрын
Please can you do real chat with node js backend
@harsya692
@harsya692 4 күн бұрын
helo, how to auto completion in vscode? like u typed b and it showed background-color. mine doesnt show the same
@khaledelroby
@khaledelroby 4 күн бұрын
Good work! However, where are the notifications?
@createdbykoko
@createdbykoko 4 күн бұрын
Notifications among other production level features are at mitchkoko.app
@Andreywatchlist
@Andreywatchlist 4 күн бұрын
I was searching for a new video 24 hours
@createdbykoko
@createdbykoko 23 сағат бұрын
Im back, going to pump out videos now
@badardaad61
@badardaad61 4 күн бұрын
Thank you so muck mitch koko for making amazing projects I learned a lot from you and I'm still following you tutorials as a flutter developer. Once again Thank you for you effort.
@createdbykoko
@createdbykoko 23 сағат бұрын
my pleasure. I'm glad i can be helpful to you :D
@AyodejiOdutemowo
@AyodejiOdutemowo 4 күн бұрын
Hi Mitch! Please what is the roadmap to learning flutter from you? Like which of your videos should I watch first? I have zero knowledge in programming but would like to learn Flutter
@createdbykoko
@createdbykoko 4 күн бұрын
Start with the beginner course: kzbin.info/www/bejne/foLCqqetap2neZY
@AyodejiOdutemowo
@AyodejiOdutemowo 4 күн бұрын
@@createdbykoko Thank You Mitch!
@createdbykoko
@createdbykoko 4 күн бұрын
@@AyodejiOdutemowo good luck! Ill be here, just comment if u need my help ❤️
@AyodejiOdutemowo
@AyodejiOdutemowo 4 күн бұрын
@@createdbykoko Hi Mitch, I use a Windows laptop with a low requirement to run a smooth emulator, I know about using the expo app on my iphone to test run React Native projects (a friend told me about it)... Can I also use the expo app to go live with flutter projects?