A simple Flutter app created to explore basic state management and implicit animations.
I am an iOS Developer expanding my skillset into Flutter. This is my first step in understanding the Flutter widget tree and Dart syntax.
- State Management: Understanding
StatefulWidgetandsetState(comparing it to SwiftUI's@State). - Implicit Animations: Using
AnimatedContainerfor smooth color transitions. - Dart Logic: Random number generation and RGB color manipulation.
- Material 3: Implementing the latest Material Design guidelines.
- Clone the repo
- Run
flutter pub get - Run
flutter runon iOS Simulator or Android Emulator
Created as part of my "Flutter by Doing" daily challenge.