This is a simple Flutter Stopwatch App that allows you to track multiple stopwatches simultaneously.
- Create and manage multiple stopwatches.
- Start, pause, reset, and delete individual stopwatches.
- Edit the name of each stopwatch.
- View the elapsed time for each stopwatch.
- ...
To run this app on your local machine, follow these steps:
- Clone this repository.
- Install Flutter and Dart.
- Run
flutter pub get
to install dependencies. - Run
flutter run
to start the app.
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and create a pull request.
This project is licensed under the MIT License.