Please tell me what kind of technologies you used in this for backend and front end? Flutter, getx, nodejs ..???
@CodingwithT18 күн бұрын
Flutter, Dart, GetX state management, and Firebase were used for this project
@yudiherlambang2977Ай бұрын
Keep spirit 🙌😁
@CodingwithTАй бұрын
Appreciate the encouragement! 🙌😁
@berlinotdjoundoumtsop8028Ай бұрын
Good job Sir, go ahead... I have a question related to shipping. why having not implemented the geolocalisation feature? I would be interesting to know position of client so that we can go to deliver his order to him.
@CodingwithTАй бұрын
It's a great advice, we’ll work on it!
@miponrahman9634Ай бұрын
Will you extend it to delivery app? Or rider app?
@CodingwithTАй бұрын
We will do it in the future based on public requirements
@TheProgrammizzАй бұрын
i am gonna start building this....but i have a question is this the admin panel to control the workflow of the e-commerce app you made?
@CodingwithTАй бұрын
Yes, this is the admin panel to control the workflow of the e-commerce app, allowing you to manage products, orders, users, and more
@stanimirvasilev8818Ай бұрын
I have issue, in mobile screen upload button show right overflow 46px on the other screens working ok. Can you help me to fix this. Thank you
@CodingwithTАй бұрын
Sure! It sounds like the button might not be properly constrained on the mobile screen. I suggest using a Flexible or Expanded widget around the button to avoid overflow.
@stanimirvasilev881829 күн бұрын
@@CodingwithT Thank you, I found the problem. It was in 'breadcrumbItems:' because my name was with Login/Reset-Password/Media Screen cause overflow but when I removed Reset-Password from breadcrumbItems is working fine.