Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.56 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.56 KB

Stopwatch App

The Stopwatch App is a Flutter-based mobile application that provides users with a simple and intuitive interface for tracking time. Leveraging Flutter's capabilities, this app offers a smooth experience across both iOS and Android devices, making it perfect for everyday timing needs.

Features

  • Stopwatch Functionality: Easily start, pause, and reset the timer.
  • Lap Functionality: Record lap times to track performance over intervals.
  • User-friendly Interface: A clean design that enhances usability and accessibility.

Tech Stack

  • Flutter: The primary framework used for developing the app, providing a rich set of features for mobile app development.
  • Dart: The programming language used for developing the app, known for its efficiency and ease of use with Flutter.

Dependencies

The app utilizes several dependencies to deliver its functionalities:

  • cupertino_icons: For iOS-style icons.
  • provider: For state management in the app.

Getting Started

To run this project locally, ensure you have Flutter installed. Follow these steps:

  1. Clone the repository:
    git clone https://github.com/your-username/stopwatch-app.git
  2. Navigate to the project directory:
    cd stopwatch-app
  3. Install dependencies:
    flutter pub get
  4. Run the app:
    flutter run

Output

Here is a screenshot of the application interface:

Screenshot 2024-10-13 014044