rahul-badgujar / EShopee-Flutter-eCommerce-App

This is an eCommerce Application developed using FlutterFire (Flutter+Firebase). I have tried to collect all the basic features of any eCommerce App into this application (illustrations included in repository). It uses Flutter Framework for App Frontend and Backend, and Firebase as server maintaining Databases and Storage requirments of the app. It uses Firebase Authentification, Firebase Cloud Firestore, Firebase Storage. Try out the APK given in Installation section!!!
MIT License
244 stars 95 forks source link

Fully Complete system #18

Open FrankBoateng opened 2 years ago

FrankBoateng commented 2 years ago

Hi Rahul, I hope you're well I am currently equipping myself with flutter as well very new to it. So I tried developing ecommerce similar to your app and I came across yours and it really helped me a lot. There are couple of things if you couple help with then I can and other people looking at your work can learn from it since you are a bit advanced

  1. Add active and inactive for the products to be visible or invisible to users (When a particular product run out of stock) maybe instead of delete, set it to inactive
  2. Group the users into admin and normal users where admin users are only allowed to see add product functionality
  3. Payment gateway (Paystack or flutterewave)
  4. Generate order email for the buyer
  5. Dashboard to manage the orders
rahul-badgujar commented 2 years ago

Thanks for your suggestions. I am currently busy with some school work, if you are willing to add your features, feel free to work and send PR. Let me know if any kind of help is required.