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

Fix: changed the height of container from 3.3 to 3.0 #643

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

inder-7
Copy link

@inder-7 inder-7 commented Jan 24, 2025

Description

This pull request fixes the "bottom overflowed" issue in the TimerAnimatedCard component of the Flutter timer application by adjusting the height of the container.

Proposed Changes

Changed the height calculation of the container in the TimerAnimatedCard widget from context.height / 3.3 to context.height / 3.0.

Fixes #622

Screenshots

Screenshot 2025-01-21 at 22-08-53 400674248-f805d119-7b23-417c-ab61-db7859b9cc5e jpg (JPEG Image 540 × 1200 pixels) — Scaled (48%)

Screenshot_2025-01-24-10-39-47-28_a53a7893e903efe7d38a33066bfd52df

Checklist

  • Tests have been added or updated to cover the changes
  • Documentation has been updated to reflect the changes
  • Code follows the established coding style guidelines
  • All tests are passing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Bottom overflow in Timer tile
1 participant