Skip to content

denzil-muchangi/Simple_Animations_Flutter

Repository files navigation

simple_animations

A Flutter project demonstrating basic animations using AnimatedContainer and AnimatedOpacity.

Features

This application showcases:

  • AnimatedContainer: Changes in size, color, and alignment with a smooth transition.
  • AnimatedOpacity: Fades an element in and out.

Both animations are triggered by a floating action button.

Screenshot

Here's screenshots of the application:

Screenshot Screenshot1
App Login Page App Login Page

Getting Started

To run this project, ensure you have Flutter installed. Then:

  1. Clone this repository:
    git clone https://github.com/your-username/simple_animations.git
    cd simple_animations
  2. Get dependencies:
    flutter pub get
  3. Run the application:
    flutter run

Project Structure

  • lib/main.dart: Contains the main application logic and UI, including the animation implementations.

Resources

About

A Flutter project demonstrating basic animations using AnimatedContainer and AnimatedOpacity.

Topics

Resources

Stars

Watchers

Forks