YazeedAlKhalaf /
eCommerce
This repository contains two apps. One app is for the user and the second is for the admin!
30/100 healthLoading repository data…
abdulawalarif / repository
This admin app is for managing an e-commerce shop with Flutter and Dart. It is a started project that makes it easier to develop a fully-fledged application with Firebase. It includes all the necessary pages to build a shopping app for Android and iOS using Flutter.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
It's a fully-fledged application for small business
Authentication: Google And Email Password.
Products :
Order Management
User Management:
Theming :
Dark and Light
├── lib
│ ├── core
│ │ ├── models
│ │ ├── services
│ │ ├── view_models // All the interactions with the database
│ │── ui
│ │ ├── constants
│ │ ├── routes
│ │ ├── screens
│ │ ├── utils
│ │ ├── widgets
│ ├── main.dart
Clone the project
git clone https://github.com/abdulawalarif/shop_owner_app.git
Go to the project directory
cd shop_owner_app
Install dependencies
flutter pub get
Connect a physical device or start a virtual device on your machine
flutter run
If you found an issue or would like to submit an improvement to this project, please submit an issue using the issues tab above. If you want to submit a PR with a fix, reference the issue you created!
CRUD for product category: Pushing product category to the network.
Selected from shared topics, language and repository description—not editorial ratings.
YazeedAlKhalaf /
This repository contains two apps. One app is for the user and the second is for the admin!
30/100 healthThis project was implemented for our final year at IIUC, we successfully defended our project on "Effective Doctor Appointment System using AI Chatbot". We used Flutter, RASA Framework, and Cloud Firestore to create a fully functional Mobile App (for Androids) Doctor Appointment System for both Users and Admins!
68/100 healthImproved Error Handling: Implementing comprehensive error handling.
Adding payment method: Online payment integrations.
FCM: Firebase push notification for new order placement with deep linking.