Welcome to Campus Café Flutter! This Flutter application is designed to simplify the process of ordering snacks and various food items within your university campus. With features like OTP authentication, real-time order tracking, flexible order scheduling, and secure payments through Razorpay, Campus Café Flutter provides a seamless experience for students and staff.
- User Authentication: Secure OTP authentication ensures the safety of user accounts.
- Real-time Order Tracking: Keep track of your order status with live updates, from packing to delivery.
- Flexible Ordering: Schedule your order for a specific time to avoid rush hours and long queues.
- Multiple Items Cart: Add multiple food items to your cart for a hassle-free ordering experience.
- Favorites: Save your favorite food items for quick access and reordering.
- Secure Payments: Integrated Razorpay for fast and secure payment processing.
To run this application locally, follow these steps:
- Clone this repository.
- Open the project in your preferred Flutter IDE.
- Run
flutter pub get
to install dependencies. - Connect your device/emulator and run
flutter run
to launch the app.
- Flutter
- Dart
- Razorpay API
- Firebase Authentication
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature
). - Make your changes and commit them (
git commit -am 'Add some feature'
). - Push your changes to the branch (
git push origin feature/your-feature
). - Create a new Pull Request.
- [Shubham kumar]