-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Dmitry Olegovich Sorokin (@sorydima) edited this page Feb 2, 2025
·
1 revision
I’d be happy to discuss the FoodCustomer repository! Since I can’t directly access external URLs (including GitHub repos), I’ll rely on your description. Let me know what specific aspects you’d like to explore, such as:
- What is the purpose of this repository? (e.g., customer-facing mobile app, web dashboard?)
- Key features (e.g., ordering, payment, tracking).
- Tech stack (Flutter, Firebase, etc. – based on your earlier context).
- Are you facing issues with:
- State management (e.g., Provider vs. Bloc)?
- Firebase integration (Auth, Firestore, Cloud Functions)?
- UI/UX design (responsive layouts, animations)?
- Deployment (App Store/Play Store)?
- Share a snippet of your
lib/folder structure (e.g., screens, models, services). - Example:
lib/ ├── models/ # Data classes (User, Order, Restaurant) ├── services/ # API/Firebase handlers ├── widgets/ # Reusable components ├── screens/ # App pages (Home, Cart, Profile) └── main.dart # Entry point
- Do you need help with:
- Writing a
README.md? - Setting up a GitHub Wiki?
- Creating contributor guidelines?
- Writing a
- Are you planning to add new features (e.g., loyalty programs, push notifications)?
- Performance improvements (e.g., reducing app size, latency).
- Testing (unit, widget, integration tests).