Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/js-bhavyansh/timer
Simple Flutter app with a countdown timer that starts from 5 seconds and displays 'DONE' when finished
https://github.com/js-bhavyansh/timer
countdown-timer dart flutter
Last synced: 19 days ago
JSON representation
Simple Flutter app with a countdown timer that starts from 5 seconds and displays 'DONE' when finished
- Host: GitHub
- URL: https://github.com/js-bhavyansh/timer
- Owner: js-bhavyansh
- Created: 2024-10-20T11:39:08.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-10-20T11:43:10.000Z (about 1 month ago)
- Last Synced: 2024-11-01T16:06:48.080Z (19 days ago)
- Topics: countdown-timer, dart, flutter
- Language: C++
- Homepage:
- Size: 261 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Countdown Timer
This Flutter app features a simple countdown timer that starts from 5 seconds and displays "DONE" when finished.
## Features
- Countdown from 5 seconds to 0.
- Displays the remaining time in seconds.
- A button to start the countdown.
## Description
"Simple Flutter app that counts down from 5 seconds and shows 'DONE' when finished."## Preview
## Getting Started
To run this project on your local machine:
1. Clone the repository and open it in your IDE:
```bash
git clone https://github.com/Bhavyansh03-tech/Timer.git
```
2. Run the project on an emulator or a physical device.
```bash
flutter run
```## Contributing
Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.
1. Fork the repository.
2. Create your feature branch (`git checkout -b feature/your-feature`).
3. Commit your changes (`git commit -am 'Add some feature'`).
4. Push to the branch (`git push origin feature/your-feature`).
5. Create a new Pull Request.## Contact
For questions or feedback, please contact [@Bhavyansh03-tech](https://github.com/Bhavyansh03-tech) on GitHub or connect with me on [LinkedIn](https://www.linkedin.com/in/bhavyansh03/).
---