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

Add feature: Add Timer CircularCountDownTimer #349

Closed
wants to merge 4 commits into from
Closed

Add feature: Add Timer CircularCountDownTimer #349

wants to merge 4 commits into from

Conversation

cabdiris
Copy link

@cabdiris cabdiris commented Jan 16, 2024

Description

Proposed Changes

i add CircularCountDownTimer and enable pausing and resuming:
Import circular_countdown_timer package:
Imported the circular_countdown_timer package to use the CircularCountDownTimer widget.

Introduced CountDownController into Timer controller:
Created a CountDownController named ccontroller to control the pause and resume functionalities of the CircularCountDownTimer

Updated FloatingActionButton onPressed Functions:
In the onPressed functions of the FloatingActionButton for stopping and pausing/resuming the timer and CircularCountDownTimer, I added if statements to calls to the _pauseTimer ,_resumeTimer,ccontroller.resume and ccontroller.pause.

Fixes #299

Replace #299 with the issue number which is fixed in this PR

Screenshots

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

@cabdiris cabdiris changed the title Add feature/fix: Add Timer CircularCountDownTimer Add feature: Add Timer CircularCountDownTimer Jan 17, 2024
@AdarshRawat1
Copy link

Fixes : #299

@MarkisDev
Copy link
Collaborator

MarkisDev commented Jan 21, 2024

Please add a preview (such as a screenshot or video) of the changes.

@cabdiris cabdiris closed this by deleting the head repository Jan 24, 2024
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.

Feature: Adding visual feedback and Time of timer end
3 participants