Aurum · Holding Detail — Web3 Flutter screen
Web3
79 views

Aurum · Holding Detail

Aurum · Holding Detail is a production-ready Web3 Flutter screen from FlutterKit Pro, installable with flutterkit add web3-home-asset-row-detail.

A single-asset holding detail page for the Aurum crypto wallet, drawn on a near-black Binance-style canvas. A centered app bar shows the coin name (Bitcoin) with a back chevron. The hero balance card carries a painted circular ticker badge (BTC on an amber tint, no network image or emoji glyph), a "Bitcoin holdings" label, the unit balance 0.1842 BTC, a large 32px USD value $11,810.90 in tabular figures, and a green pill reading "+$2,140.30 (+22.1%) all time". Below sit two equal stat cells — Avg. cost $52,650 and Current price $64,120 — then a Profit / loss card labelled "Last 12 months" whose chart is a CustomPainter (_BarMiniPainter) drawing a signed series of mini-bars around a hairline baseline: green rounded bars above, red below. A pinned bottom action bar holds outlined Send and Sell buttons plus a wider filled-amber Buy button. Built as a self-contained StatelessWidget, forced dark via ThemeData.dark, bundled Inter font, SafeArea-pinned footer, with onBack/onBuy/onSell/onSend callbacks plus ticker and name props so it stays pure Flutter and 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

  • Hero balance card with painted circular ticker badge, unit balance, 32px tabular-figure USD value, and a green all-time gain pill
  • Two-up _StatCell row contrasting average cost ($52,650) against current price ($64,120) in bordered surfaces
  • _BarMiniPainter CustomPainter rendering a signed 12-month P/L series as green-up / red-down rounded bars around a hairline baseline
  • Pinned SafeArea action bar with outlined Send and Sell plus a flex-weighted filled-amber Buy button via _BarButton InkWell
  • Configurable ticker and name props with onBack/onBuy/onSell/onSend callbacks for backend-agnostic wiring
  • Self-contained forced-dark theme, bundled Inter font, and a scrollable ListView body that stays overflow-safe at any height

Use cases

  • Per-coin holding detail in a crypto or DeFi wallet app
  • Asset position screen showing cost basis and unrealized gain
  • Portfolio drill-down opened from a holdings or watchlist row
  • Buy/sell/send entry point for a single token in a trading app

Related screens