Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.28 KB

File metadata and controls

47 lines (32 loc) · 1.28 KB

style: solid

Hello There App

This Flutter application features an interactive and visually appealing color-changing animation. When the user taps anywhere on the screen, a circle expands from the tap point to cover the entire screen, changing the background color. Simultaneously, the center text spins during the animation, creating a dynamic visual effect.

Features

  • Random Color Generation: Generates a new random color on each tap.
  • Smooth Color Transition: Utilizes an ease-in-out curve for smoother color transitions.
  • Animated Text: The center text rotates while the color transition occurs.

Getting Started

To run this project, ensure you have Flutter installed and set up on your machine.

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/ruansilvx/hello_there.git
  2. Navigate to the project directory:

    cd hello_there
  3. Install the dependencies:

    flutter pub get

Running the App

To run the application, use the following command:

flutter run