-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fix Pixel Overflow Issue in "Announcements Card" #43
Conversation
…-flutter-deprecated
Hi @Mehul-Kumar-27 @aspiringgarv , I’ve completed the updates and improvements as discussed and believe the PR is ready for review. |
@JayAgola , plese create a seperat branch for the announcement card, currently it has the changes of the ci workflow also. |
@JayAgola Please make a Google Doc with your GitHub username as the document's name in this folder(https://drive.google.com/drive/folders/1qWd_Vxv6G2aNNPbPtTNpeulYovOV-cMi). Use it to keep track of your daily contributions so we can monitor your progress. |
#39 issues resolve
Description:
This pull request addresses a Pixel Overflow issue in the "Announcements Card" component. The overflow was occurring due to content exceeding the widget's constraints, causing rendering issues on various screen sizes.
Changes Made:
Adjusted layout constraints in the "Announcements Card" widget.
Implemented Flexible/Expanded widgets where necessary to maintain responsive design and prevent overflow.
Added padding/margin adjustments to ensure content fits within screen bounds.
Announcements.Card.mp4