flutter
flutter copied to clipboard
fix: RenderOverFlex Error on DashBoard Screen For Measurement Graphs
Description
This PR Fixes a Minor UI Bug where the Measurements Widget in the Dashboard screen has a RenderOverFlow error when launching the app on a different Res Screen
Link to the issue :
- Found while running, No existing Issue
Tests
- Not Needed as No Core Functionalities are Affected
Checklist
- [x] Set a 100 character limit in your editor/IDE to avoid white space diffs in the PR
- [x] Tests for the changes have been added (for bug fixes / features)
- [x] Added yourself to AUTHORS.md
- [x] Updated/added relevant documentation (doc comments with
///). - [x] Added relevant reviewers.
Additional Notes (NOT Relavant to PR) :
I found a lot of bugs while inspecting the App, Some of them are :
- Delete and Create BodyWeightEntries do no update the UI instantly
- The Time Glitch should be solved by including precision to hour and minutes Learn More
- The Backend has an incorrect logic for implementing WorkoutRoutine Timing save Learn More