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

Feature: flags added to stopwatch #653

Merged
merged 3 commits into from
Feb 5, 2025

Conversation

Vardhan-ysh
Copy link
Contributor

Description

Added flags to stopwatch. Now users can add laps and see flags in stopwatch.

Fixes #618

Screenshots

Attached screenshots and video.

WhatsApp.Video.2025-01-29.at.00.26.30_f6743cc6.mp4

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

}

void _updateResult() {
_result.value =
'${_stopwatch.elapsed.inMinutes.toString().padLeft(2, '0')}:${(_stopwatch.elapsed.inSeconds % 60).toString().padLeft(2, '0')}:${(_stopwatch.elapsed.inMilliseconds % 1000 ~/ 10).toString().padLeft(2, '0')}';
}
}

class Flag {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets mode this to models

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MarkisDev I have made the changes

@Vardhan-ysh
Copy link
Contributor Author

@MarkisDev I have made the changes. Please review. Thanks.

@MarkisDev MarkisDev merged commit 556f270 into CCExtractor:main Feb 5, 2025
1 check passed
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: Add flags to stopwatch to track multiple listings.
2 participants