Our app, crafted with Flutter and Firebase, simplifies recipe management. Users add and explore recipes, purchase ingredients effortlessly, track orders, and favorite community recipes.
https://github.com/daniel-was-taken
https://github.com/divyesh0406
https://github.com/PremTatkari
- Add their own recipes
- View recipes uploaded by other users
- Purchase any ingredients from the recipe screen
- View the ingredients added into the cart
- View the Order history after their purchase
- Favorite recipes made by other users
Cart screen initially does not display the total amount of the cart. -After updating qty in the cart screen the total amount is correctly displayed
Must favorite once for every user to get price in the meal detail screen.
Code can be improved significantly. Unnecessary comments throughout the code.
Setup Firebase for the project by adding the google-services.json
View more at : https://firebase.flutter.dev/docs/manual-installation/android/
In the terminal run: flutter pub get
In cart screen update Razorpay details in options[]
View more at : https://razorpay.com/docs/payments/payment-gateway/flutter-integration/standard/build-integration/
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.