Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
First Screenshot

## 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/).

---