-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
Labels
Comments
github-actions
bot
added
feature request
unapproved
Unapproved, needs to be triaged
labels
Nov 13, 2023
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. |
I would like to work on this issue. Please assign me. |
@AyushRaghuvanshi Please write the proper issue in the title. Instead of "Bug Report". |
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
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
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:
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.
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
The text was updated successfully, but these errors were encountered: