Site icon Flutter Packages | Pub dev Packages – Flutter Mobile App World

Iso Clock develop with Flutter

Iso Clock – Flutter Challenge

This is my take on a classic digital clock look with a modern 3D “flat” design and playful animations. I come from a web background and this is my first Flutter App, so go easy! It has been an absolute delight working with Flutter and I’m excited to encorporate it into future projects.

Design Decisions…

Things I’ve learned…

Anti-aliasiang Artifacts Workaround…

The ClipRect Class’s anti-aliasing technique causes artifacts on shape’s borders with fractional coordinates. This can be seen in this flutter issue. The edges of the digits in my app were experiencing this issue, and it was pertinent to the design that edges were flush and continuous with the backaground.

To work around this issue, I essentially put a visual band-aid on top of the artifacts by:

Download Flutter ISO Clock Source Code on GitHub

https://github.com/cookmscott/FlutterClockChallenge

Exit mobile version