Skip to content

Latest commit

 

History

History
70 lines (42 loc) · 1.55 KB

README.md

File metadata and controls

70 lines (42 loc) · 1.55 KB

Flip Clock Flutter

Flip Clock Flutter is a Flutter application that showcases a flip clock design with dynamic animations and custom styling.

Features

  • Customizable Flip Clock: A stylish flip clock with adjustable scaling and color options.
  • Animated Transitions: Smooth transitions between different time units.
  • Responsive Design: Adapts to various screen sizes.

Getting Started

To get started with the project, follow these steps:

Prerequisites

  • Flutter SDK installed on your machine.
  • A compatible IDE such as Android Studio, VS Code, or IntelliJ IDEA.

Installation

  1. Clone the repository:

    git clone https://github.com/hsynadguzel/flip_clock_flutter.git
  2. Navigate to the project directory:

    cd flip_clock_flutter
  3. Install the dependencies:

    flutter pub get
  4. Run the application:

    flutter run

Demo

Here's a quick demo of the application:

Ekran.Kaydi.2024-08-08.13.01.06.mov

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements