Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 825 Bytes

File metadata and controls

20 lines (15 loc) · 825 Bytes

🎨 Random Color Factory

A simple Flutter app created to explore basic state management and implicit animations.

🚀 Learning Journey

I am an iOS Developer expanding my skillset into Flutter. This is my first step in understanding the Flutter widget tree and Dart syntax.

🛠 Concepts Applied

  • State Management: Understanding StatefulWidget and setState (comparing it to SwiftUI's @State).
  • Implicit Animations: Using AnimatedContainer for smooth color transitions.
  • Dart Logic: Random number generation and RGB color manipulation.
  • Material 3: Implementing the latest Material Design guidelines.

📱 How to Run

  1. Clone the repo
  2. Run flutter pub get
  3. Run flutter run on iOS Simulator or Android Emulator

Created as part of my "Flutter by Doing" daily challenge.