Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Report: Overflow Error on Post Widget. #2098

Closed
AyushRaghuvanshi opened this issue Nov 13, 2023 · 3 comments · Fixed by #2104
Closed

Bug Report: Overflow Error on Post Widget. #2098

AyushRaghuvanshi opened this issue Nov 13, 2023 · 3 comments · Fixed by #2104
Assignees
Labels
bug Something isn't working feature request

Comments

@AyushRaghuvanshi
Copy link
Contributor

Describe the bug

Upon Creating a post from Post Page
Post widget is throwing overflow error.

This is due to the sizedBox declared of size not dependent to the screen in the Post widget

To Reproduce
Steps to reproduce the behavior:

  1. Run this App on the Pixel 3A_API 34 Extension_level 7 Emulator
  2. Create a New Post
  3. Check on Feeds Page

Expected behavior
The Sized Box which is used to create white space is expected to be dependent on Screen width

Actual behavior
Constant Size SizedBox is used, which is causing this overflow error

Screenshots
If applicable, add screenshots to help explain your problem.
image

Additional details
Add any other context or screenshots about the feature request here.

Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship #359

@AyushRaghuvanshi AyushRaghuvanshi added the bug Something isn't working label Nov 13, 2023
@github-actions github-actions bot added feature request unapproved Unapproved, needs to be triaged labels Nov 13, 2023
Copy link

Congratulations on making your first Issue! 🎊 If you haven't already, check out our Contributing Guidelines and Issue Reporting Guidelines to ensure that you are following our guidelines for contributing and making issues.

@AyushRaghuvanshi
Copy link
Contributor Author

I would like to work on this issue. Please assign me.

@noman2002
Copy link
Member

@AyushRaghuvanshi Please write the proper issue in the title. Instead of "Bug Report".

@noman2002 noman2002 removed the unapproved Unapproved, needs to be triaged label Nov 14, 2023
@AyushRaghuvanshi AyushRaghuvanshi changed the title Bug Report Bug Report: Overflow Error on Post Widget. Nov 14, 2023
palisadoes pushed a commit that referenced this issue Nov 18, 2023
* Fix:Overflow Error on PostWideget

* Remove:Unused Hive Boxes

* Fix:Responsiveness on Icons
palisadoes pushed a commit to palisadoes/talawa that referenced this issue Jan 10, 2024
…lisadoesFoundation#2104)

* Fix:Overflow Error on PostWideget

* Remove:Unused Hive Boxes

* Fix:Responsiveness on Icons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants