🚨 Important Note About Dummy Data 🚨 Hey everyone! 👋During the creation of this eCommerce app, I initially uploaded some dummy data (products, categories, brands, etc.) to showcase how the app works. However, I've now created detailed tutorials on the Admin Panel, where you can manage all the data yourself. Remember: Dummy data is just sample data. You can create and manage your own data directly through the Admin Panel. Everything is covered in the Admin Panel tutorials, which are also included in this playlist and a separate playlist. kzbin.info/www/bejne/lX2lmKyrjsx2ac0 So instead of relying on dummy data, I highly recommend watching the Admin Panel tutorials to learn how to handle all the data on your own. 💪 This will give you complete control over your app! Feel free to reach out if you have any questions. Happy coding! 😊
@Ninja-YT21264 ай бұрын
You are the single teacher who is enough to teach me flutter........... bless you sir!!!!!!!
@CodingwithT4 ай бұрын
Thank you so much for the kind words! I'm glad to hear that the content is helping you on your Flutter journey. Blessings to you as well, and keep up the great work! 🙏🚀
@pacson Жыл бұрын
The search function next would be perfect!!
@RamdanCode Жыл бұрын
"Wow, what an incredibly informative tutorial! 🚀 Your step-by-step guide on Flutter Favorites, local storage with shared preferences, and Firebase integration is a game-changer. The way you explained toggling the favorite icon button and dynamically fetching product details from Firebase is so clear and easy to follow. I truly appreciate your effort in making complex concepts so accessible. Your teaching style is fantastic! 👏 The use of Getx for shared preferences is a brilliant touch-it adds simplicity and efficiency to the process. Thank you, [Channel Owner's Name], for sharing your expertise. Your content has been a tremendous help in enhancing my Flutter skills. Looking forward to more amazing tutorials from your channel! 🙌"
@CodingwithT Жыл бұрын
Thank you for all of your great remarks
@professionneljacques42108 ай бұрын
👏 Clap your hands for him 👏
@CodingwithT8 ай бұрын
Thank you so much 😊
@pacson Жыл бұрын
Nice, been waiting for this!
@CodingwithT Жыл бұрын
Hope you learned something new!
@pacson Жыл бұрын
@@CodingwithT I definitely did! Thank you!
@miponrahman96342 ай бұрын
Sir will you not implement searching functionality???
@khaledmohamed6777 Жыл бұрын
Can you please help me, After applying the tutorial everything was good but whenever I close the app and reopen it the data got remove from the storage as I didn't save anything
@amitpatel-lw9mx Жыл бұрын
Your code structure is pretty nice ! Could you please make the single video for, like what we should update in the code to get and send the data from the server using API instead of Firebase ? Thank You !
@CodingwithT Жыл бұрын
I will try!
@amitpatel-lw9mx Жыл бұрын
@@CodingwithT Thank You
@Hhgjgfjdykxifbjfyhcnbh Жыл бұрын
Can you scale this series into admin and multi vendors app?
@maazafridi2090 Жыл бұрын
when we work with you it looks straightforward.... but when we do it by ourselves it isn't that easy. 😩 by the way nice tutorials.
@CodingwithT Жыл бұрын
Keep it up Maaz I read your comments often and I can assure you that if you keep doing the struggle you will shine 💪.
@elhk16Ай бұрын
Hi sir, I noticed you have the bottom navigation bar shown on your wishlist page, but it doesn't show for my code. I've been following since the start and am not sure if I missed how to implement the bottom navigation bar persistently for every screen; how can I ensure my bottom navigation bar is persistent as well? Thank you!
@CodingwithTАй бұрын
Ensure your BottomNavigationBar is part of a main Scaffold widget that wraps your screens. Use a PageView or a state management solution to switch between pages while keeping the navigation bar persistent.
@irfanganatra5373 ай бұрын
Is there anything wrong if i use List for favourite products id instead of map..? any disadvantage?
@CodingwithT3 ай бұрын
If you have a sound logic then yes you can use it. Map helps us to only only add item once and afterwords just check if its true or not means added or not
@twix97510 ай бұрын
Sir in which video did you make the cloud_helper_dart?
@CodingwithT9 ай бұрын
You can get the code from project starter kit for free codingwitht.com/product/flutter-ecommerce-app-with-firebase
@IamJerico Жыл бұрын
When I click the plus Icon from the wishlist screen on the right.. it goes to homescreen but the navigation bar menu is removed
@CodingwithT Жыл бұрын
Instead of calling Home Screen call the NavigationMenu Which has BottomNavigation
@RimshaTariq-b8g Жыл бұрын
how many videos are left?
@alwajeehalwajeeh Жыл бұрын
When i add the product the message appear: the item added to the wishlist successfully but when go to the wishlist it's be empty.
@CodingwithT Жыл бұрын
Debug your code and see where the issue is
@alwajeehalwajeeh Жыл бұрын
@@CodingwithT thank you my friend I'm solve the problems, the problem is I'm forget the exclamation mark in the loader condition snapshot.hasaData !snapshot.hasData When the admin panel start my friend?
@midoismael9571 Жыл бұрын
hello bro i got a problem which is when i log out and log in with another user it sows me the favorites has been stored previously but i only want the favorites of this person and i did the same as you did although i am workin with bloc but everything else is the same do you have an idea what might be the error please
@midoismael9571 Жыл бұрын
up
@midoismael9571 Жыл бұрын
up
@CodingwithT Жыл бұрын
Make sure the precious bucket is removed and debug to see if there is a new user and also the new bucket is being created.
@midoismael9571 Жыл бұрын
@@CodingwithT i just do not know when to remove the bucket i tried calling removeData or removeAllData functions but they remove everthing with no return so when i come back to that user nothing if found and thanks bro for answering❤
@Plconsortio Жыл бұрын
@@midoismael9571 try deleting the favorite controller in your sign out method then re-initializing it when a new user logs in inside the createUserWithEmailAndPassword() and the signInUserWithEmailAndPassword() methods in your Auth Repository or however you have structured your code.
@arjunshrestha190 Жыл бұрын
There's a growing demand for skilled professionals in the e-learning field. Your knowledge and experience would be invaluable in creating a comprehensive course on Professional E-learning Systems. Would you be interested in developing one?
@CodingwithT Жыл бұрын
Thank you. Yes sure, I would be happy to take the project. Please reach me at support@codingwitht.com or WhatsApp. Message Coding with T on WhatsApp. wa.me/923178059528
@arjunshrestha190 Жыл бұрын
@@CodingwithT Thank you
@jeremymunroe10 ай бұрын
Anyone getting an Unhandled Exception: LateInitializationError?
@CodingwithT10 ай бұрын
This means that you have to assign a value of the variable but you didn't. Just declared the variable.
@ukashaanwar9451 Жыл бұрын
when i remove all the product from wishlist there is an error 'package:cloud_firestore/src/query.dart': Failed assertion: line 754 pos 11: '(value as Iterable).isNotEmpty': 'in' filters require a non-empty [Iterable].
@CodingwithT Жыл бұрын
You just need to add a check if data exists then loop the available data
@miponrahman96342 ай бұрын
Sir will you not implement searching functionality???
@miponrahman96342 ай бұрын
Sir will you not implement searching functionality???