stop_watch_timer icon indicating copy to clipboard operation
stop_watch_timer copied to clipboard

This is Stop Watch Timer for flutter plugin.🏃‍♂️

Results 10 stop_watch_timer issues
Sort by recently updated
recently updated
newest added

I have this use case: I create a stopwatch with counting up because time passes by and the user is NOT exercising at the moment. When the user starts with...

enhancement

is there a way to fire setstate when the counter finishes?

I am a beginner developer with Flutter. Am using your package to display a countdown stopwatch. To manage state, I use the package Provider. Question 1 - Is it possible...

- Fix double emission for _second/_minute streams - Implement tests for some of the remaining methods and function

The parameters RightBreak can only be used as break elements. If the user wants to use them as suffix, it is not necessarily possible. For example, if I want "HH...

Some methods and attributes may have their docstring improved. As an example, there is the static method getDisplayTime, which, when the parameter `minute` receives argument true, has different behavior depending...

The project does not have unit tests yet. Implementing these tests could significantly enhance its reliability and make it more appealing to new users. Also, covering the main functionalities with...

enhancement