13
🕐 Clock — Flutter
FlutterAndroidDartMobileAnimations
↗ View on GitHubA clock app built in Flutter featuring both an analog and digital display, a stopwatch, and a countdown timer.
The analog face is drawn with a custom CustomPainter — hands, tick marks, and the face itself are all rendered programmatically rather than using images. The stopwatch and timer share the same underlying time logic, just displayed differently.
A clean exercise in Flutter's animation system and custom painting API, wrapped in the same minimal dark UI as the rest of the suite.
