Aurum · Under Review — Web3 Flutter screen
Web3
27 views

Aurum · Under Review

Aurum · Under Review is a production-ready Web3 Flutter screen from FlutterKit Pro, installable with flutterkit add web3-kyc-pending.

The Under Review screen tells an Aurum crypto-wallet user their identity submission is in the queue. On the dark #0B0E11 canvas sits a 110x110 clock illustration drawn entirely by a CustomPainter — a faint amber disc, a stroked ring, twelve round tick marks and white hour/minute hands reading roughly 10:10 — so no image asset or glyph is needed. Below it the bold "Verification under review" heading and a muted line explaining the wait can run from a few minutes to 24 hours. The core is a bordered status card holding a hand-built vertical timeline: a green checked dot for "Documents received", an amber active dot for "Identity check" (label tinted amber), and a hollow upcoming dot for "Final approval", connectors drawn with thin Containers inside IntrinsicHeight rows. A pill row pairs a bell icon with a "Notify me when it is done" stateful Switch (amber active track). A full-width amber "Back to wallet" FilledButton fires the onDone callback. Pure Flutter, bundled Inter font, forced dark theme, backend-agnostic.

Reveal the one-line command to drop this screen into your project.

Licensed for unlimited commercial projects · resale prohibited · License

What's included

  • _ClockPainter CustomPainter rendering an amber clock face with tinted disc, stroked ring, 12 tick marks and 10:10 hands — zero image or icon glyphs
  • Three-step status timeline (Documents received / Identity check / Final approval) built from IntrinsicHeight rows with green-check, amber-active and hollow-upcoming dot states and painted connectors
  • Stateful 'Notify me when it is done' Switch with amber active track wired via setState for the notify-on-completion preference
  • Full-width amber 'Back to wallet' FilledButton exposing an onDone VoidCallback so navigation stays backend-agnostic
  • Bundled Inter font and a forced ThemeData.dark Material 3 theme with the Aurum exchange palette so it drops in as a standalone route
  • Bordered surface card, hairline dividers and an estimated-wait caption ('a few minutes but can take up to 24 hours')

Use cases

  • Crypto-wallet or exchange app showing KYC verification is pending after document and selfie upload
  • Fintech onboarding flow that parks users on a review-status screen while identity checks run
  • Neobank or trading app communicating a multi-step approval timeline with notify-on-completion opt-in
  • Any compliance gate where users wait for manual identity approval before unlocking deposits or trades

Related screens