https://github.com/canonical/standup-timer
A lightweight Flutter app to help run stand-up meetings
https://github.com/canonical/standup-timer
dart flutter snap timer
Last synced: 6 months ago
JSON representation
A lightweight Flutter app to help run stand-up meetings
- Host: GitHub
- URL: https://github.com/canonical/standup-timer
- Owner: canonical
- License: gpl-3.0
- Created: 2025-06-12T08:37:18.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-19T16:22:23.000Z (7 months ago)
- Last Synced: 2025-06-19T16:33:27.311Z (7 months ago)
- Topics: dart, flutter, snap, timer
- Language: Dart
- Homepage: https://snapcraft.io/standup-timer
- Size: 149 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stand-Up Timer
[![Snap][snap-badge]][snap-link]
[![Codecov Status][codecov-badge]][codecov-link]
**Stand-Up Timer** is a lightweight desktop application that helps run efficient
stand-up or daily-scrum meetings.
## Basic Usage
- Add team members – Add team members one-by-one or from your clipboard.
- Select speakers – Click a name to include/exclude it.
- Check "Expected time" – Shows total minutes based on your selection.
- Start – The first speaker's timer begins.
- Stop/Resume – Pause if needed.
- Next person – Skip ahead manually.
- Restart – Reset the whole session without closing the app.

## Installation
Stand-Up Timer is available on all major Linux distributions.
On snap-ready systems, you can install it on the command-line with:
```shell
sudo snap install standup-timer
```
## Community and Support
You can report any issues, bugs, or feature requests on the project's
[GitHub repository][github-issues].
## Contribute to Stand-Up Timer
Stand-Up Timer is open source. Contributions are welcome.
If you're interested, start with the [contributing guide](./CONTRIBUTING.md).
## License and Copyright
Stand-Up Timer is released under the [GPL-3.0 license](./LICENSE).
© 2025 Canonical Ltd.
[snap-badge]: https://snapcraft.io/standup-timer/badge.svg
[snap-link]: https://snapcraft.io/standup-timer
[codecov-badge]: https://codecov.io/github/canonical/standup-timer/graph/badge.svg
[codecov-link]: https://codecov.io/github/canonical/standup-timer
[github-issues]: https://github.com/canonical/standup-timer/issues