yazdanhaider / Food-Delivery

Zwiggy is a comprehensive food delivery app built with Flutter and Firebase, providing a seamless user experience for ordering food. It includes real-time data synchronization, secure authentication, and detailed order receipt generation, ensuring a smooth and efficient food ordering process.
MIT License
6 stars 5 forks source link

Issue: Bottom Overflow Error on iOS During Order Receipt Generation After Checkout #4

Closed yazdanhaider closed 1 month ago

yazdanhaider commented 1 month ago

Description

I am encountering an issue on iOS devices during the order receipt generation after a successful checkout. Specifically, when adding 3 or more items to the cart and proceeding with the checkout, the following error is thrown in the order receipt generation step: This issue only occurs on iOS devices and happens when the order receipt is being generated and displayed post-checkout. The receipt display seems to overflow, pushing the content outside of the visible area, and the pixel overflow error appears at the bottom of the screen.

Steps to Reproduce

  1. Run the app on an iOS device.
  2. Add 3 or more items to the cart.
  3. Proceed with the checkout process.
  4. Observe the error in the order receipt display after the successful checkout.

Expected Behavior

The order receipt should be displayed properly within the screen bounds without causing a pixel overflow.

Actual Behavior

The order receipt display overflows the bottom of the screen, throwing a "Bottom overflowed by 300 pixels" error, making the content unreadable.

Environment

Additional Information

Any guidance or suggestions to fix this overflow issue on iOS devices would be greatly appreciated!

Simulator Screenshot - iPhone 15 Pro - 2024-10-11 at 00 57 59

SyedMuzamilShah commented 1 month ago

Could you please assign this issue to me? I'm ready to start working on it.

yazdanhaider commented 1 month ago

Could you please assign this issue to me? I'm ready to start working on it.

Great! Move forward, @SyedMuzamilShah and please make sure to thoroughly review the markdown file.

SyedMuzamilShah commented 1 month ago

The issue has been resolved. Please review the changes and let me know if any adjustments are needed. Thank you!

yazdanhaider commented 1 month ago

The issue has been resolved. Please review the changes and let me know if any adjustments are needed. Thank you!

Thank you for contributing!! @SyedMuzamilShah 🚀