how to change flutter icon to my app icon i have made some changes but it works only for the debug version
@tendainmupezeni5157Ай бұрын
Thanks , this is a real world , hands on, example on how to implement bloc and bloc architecture👏
@cstv333Ай бұрын
I'm reviewing this video late 2024, even though it is over 3 years old, this tutorial still has a lot of value to beginners, in my opinion. I've watched it twice, followed along the second time (had to make some changes to accommodate Null safety) but was able to understand the MVVM concepts. I also learned more about Provider, and Error Checking. Excellent tutorial. I'll probably review it a third time, so I can really understand what parts of the code are doing what. Thanks
@tushar3512 ай бұрын
Can we do this in background with Fcm...???
@MobileProgrammer2 ай бұрын
what do you mean exactly? fcm is not a background audio player
@tushar3512 ай бұрын
@MobileProgrammer I mean i will send url in fcm payload. Download it. If not already downloaded. Use device path and play as notifications sound
@tushar3512 ай бұрын
@@MobileProgrammer currently I am doing the same but working in only foreground. Not working in background
Such a simple nice way of explaining things, you are awesome. thanks.
@anishsm89014 ай бұрын
Great Tutorial
@ashmaei5 ай бұрын
Thanks for the tutorial !!! Appreciated it !!!
@ericjohnson13295 ай бұрын
Great Tutorial, Very easy.
@pravinprince32215 ай бұрын
Thank you for the wonderful video sir, it its so helpful for me and my team thanks again sir
@MobileProgrammer5 ай бұрын
I am glad it helped. Please support by like and subscribe. thanks
@manishmg39945 ай бұрын
Nice to see you again
@juliejohn51595 ай бұрын
Great small tutorial.
@anishsm89015 ай бұрын
This is simple and awesome. thanks
@ALESHAKAN6 ай бұрын
how to export to apk file with PHP, for that some data from database MySQL was displayed in APK application, Mobile Programmer? It's Posible to export PHP and database mysql, that some data was displayed in apk application? Can you show it, Mobile Programmer?
@MobileProgrammer5 ай бұрын
not possible. php and apk are not even remotely close
@ALESHAKAN5 ай бұрын
@@MobileProgrammer ARE YOU SURE? I SAID THAT TO MY CLIENT
@abhaykevat39977 ай бұрын
source code?
@whosml7 ай бұрын
Very nice tutorial, thankyou!! but after minute 24:00 it has some sneaky changes!!
@MobileProgrammer7 ай бұрын
what exactly are you referring to? any difficulties in following? let me know
@whosml7 ай бұрын
I just noticed the file btn_save_update.dart was moved from screens to widgets (which makes more sense to be at). Really appreciate the answer back, honestly didn't think you would notice my comment, Thanks!! Great Job Man!!
@manscapeball45096 ай бұрын
@@MobileProgrammer hello, I noticed that there was no video covering placing the addToDo button into the homepage. at 24:00 the add icon appears however it is not certain how you setup the script
@MobileProgrammer6 ай бұрын
@manscapeball4509 i might have missed it, plz check the source code.
@AnkitSingh-s9l2t7 ай бұрын
please make a video how we can use this notification with firebase foreground ,terminated, background case ontap ,largeicon,bigpicture in all cases .please
@krisd95068 ай бұрын
Nice video, but unfortunately it no longer compiles. The FileOperationsScreen class throws a number of errors.
@MobileProgrammer8 ай бұрын
sorry to hear that. may be tough can just make the recommended changes. let me know if any help is needed.
@krisd95068 ай бұрын
I got it to work with some changes. It was due to the Flutter update breaking the code (this is a REALLY frustrating thing about Flutter). I am using the Windows debugging. Where is the text file on the hard disk? I'm unable to find it even if I search the entire hard disk for "myfile.txt".
@MobileProgrammer8 ай бұрын
@krisd9506 its on your device. app is running on the device. check devices file system.
@kuberan-j4n8 ай бұрын
whats the difference between mvvm and mvc in flutter both seems similar except the names
@pravinprince32218 ай бұрын
Thank you for the wonderful tutorial sir, it is so useful for me and my team, thanks again sir
@Intelligent_Eagle8 ай бұрын
excellent tutorial. thanks
@sciversewithmtech8 ай бұрын
How do i get the value of the inputs in the validate area in the controller?
@UCDAT8 ай бұрын
Video good And giving Source code to the student is very bad way
@MobileProgrammer8 ай бұрын
sharing is caring 😊
@SvetlanaMarinova-hz3lg9 ай бұрын
The project will not even compile. I get complains about variables in VideoList class that can be null, I started fixing by adding ? to the types, but still a lot of work and mess
@m.bhavanasri34229 ай бұрын
instead of xampp can i use mysql workbench
@zamirszn9 ай бұрын
Nice tutorial, thank you
@cliffclarke440410 ай бұрын
This tutorial is no longer working as most of the classes used have been deprecated.
@MobileProgrammer10 ай бұрын
okay. sorry. will try to update.
@AyushMahore-hh7vj10 ай бұрын
Great work man !!!!
@DataTesting-vi1ih10 ай бұрын
It's not playing in background even after turning the background mode on, in iOS simulator
@mosaadibrahim510110 ай бұрын
How to play KZbin with the phone screen off
@gigamgamboa82810 ай бұрын
thank you!
@NisargChaniyara10 ай бұрын
How to record audio in background using foreground service, can you please make a video for that ?
@jefryIT11 ай бұрын
thankyou
@carlsmith35811 ай бұрын
The best tutorial of MVVM in Flutter using network requests that I've found. I'm also glad you corrected my assumption that screens with user input needed to be StatefulWidgets.🙂
@MobileProgrammer11 ай бұрын
I am glad
@anassa673711 ай бұрын
source code plz :(
@MedioNoOficial Жыл бұрын
Finally I understood the MVVM in flutter. But I still have a question. It could be a good idea to implement MVVM patern if you handle your data through streams, for example from websocket, and build your list consuming directly the stream with StreamBuilder?
@manankoyawala5337 Жыл бұрын
Working well this is my first experenice with socket io thanks
@pravinprince3221 Жыл бұрын
thank you for the wonderful video sir, it is so helpful for me and my team
@emir3936 Жыл бұрын
Thank you, but we have a problem, it cannot be managed from the notification screen.
@MobileProgrammer Жыл бұрын
you need to add controls to it, which i have not shown in the video to keep it minimum and simple.
@emir3936 Жыл бұрын
@@MobileProgrammer Thank you for your quick reply. You write very clean code. I liked it very much. Can you tell me the titles of what I can add?
@MobileProgrammer Жыл бұрын
@emir3936 thanks buddy. i couldn’t fully understand your question. sorry, can you elaborate?
@emir3936 Жыл бұрын
@@MobileProgrammer OK, how can I manage it from the notification screen? What is the title I can search on KZbin for that?
@MobileProgrammer Жыл бұрын
@emir3936 okay, check my previous tutorial on same topic. its little outdated, do i made a new one
@progtom7585 Жыл бұрын
thanks so much for the video, I was mentally blocked about how to implement this but you helped me a lot!
@chrisogonas Жыл бұрын
Awesome! Well illustrated. Thanks
@gyanupadhyay9473 Жыл бұрын
Will there be any series on it??
@MobileProgrammer Жыл бұрын
i can try
@girishparate6410 Жыл бұрын
Nice
@orkhan7289 Жыл бұрын
Excellent tutorial. Can you please write it with the Cubit state management?
@MobileProgrammer Жыл бұрын
thanks. i will try but too busy.
@orkhan7289 Жыл бұрын
@@MobileProgrammer I will wait for your video :)
@ashokkmr8758 Жыл бұрын
how to share data like , true caller saving contact data to contacts or g mail? that passes the name, number, g mail to contacts app, how to do that ? this plug-in discontinued in pub spec,