back / work.log
$cat ./projects/vantage.md

shipped project

Vantage.

ClearScore-inspired Flutter credit score app with an animated arc gauge, 6-month history chart, swipeable credit card carousel and personalised score tips.

01overview.mdproblem and implementation

$ less ./full-description

What this build covers.

Vantage is a Flutter credit score application inspired by ClearScore — demonstrating rich mobile UI patterns including animated data visualisation, gesture-driven carousels, and personalised insight cards. The app targets iOS and Android from a single Dart codebase.

The hero of the app is an animated arc gauge that sweeps from 0 to the user's score on load, with colour interpolation across the 300–850 range. Below it, a 6-month history line chart (built with fl_chart) plots score movement with touch-to-inspect data points.

A swipeable credit card carousel shows each linked account with flip animations revealing card details on back. Personalised tip cards scroll horizontally at the bottom — colour-coded by impact level (high/medium/low) and dismissible with swipe gestures. The whole UI is built with custom-painted widgets and no UI kit dependencies.

02features.jsonnotable details

ok

Animated arc gauge sweeps to score on load — colour interpolates across the full range

ok

6-month history line chart with touch-to-inspect tooltips (fl_chart)

ok

Swipeable credit card carousel with 3D flip animation revealing card details

ok

Personalised insight cards colour-coded by impact level, dismissible via swipe

ok

Custom-painted widgets throughout — no UI kit dependencies

ok

iOS and Android from a single Dart codebase

ok

Hero animations and page transitions using Flutter's built-in animation system

04next.logmore work

$ find ./projects -related

Related builds.

all projects