Aurum · Global Market — Web3 Flutter screen
Web3
57 views

Aurum · Global Market

Aurum · Global Market is a production-ready Web3 Flutter screen from FlutterKit Pro, installable with flutterkit add web3-markets-global-stats.

A standalone Flutter market-overview route for the Aurum crypto wallet, built dark-first via a Theme(ThemeData.dark) wrapper over a Scaffold (background #0B0E11) with a centered "Global Market" AppBar and an onBack callback. The body is one ListView. A gradient hero card outlined in Aurum gold shows "Total Market Cap", the headline figure $2.41T in heavy Inter with tabular figures, and a green +2.84% (24h) row with an up caret. Below a "Market dominance" label sits a surface card pairing a 116x116 donut — painted entirely by a _DonutPainter CustomPaint that sweeps rounded BTC/ETH/Stables/Others arcs with small gaps and a centered "BTC 52.4%" label — against a legend column of color chips and tabular percentages. A 2-column GridView.builder (childAspectRatio 1.45, NeverScrollableScrollPhysics) then renders four stat tiles: 24h Volume $92.4B, BTC Dominance 52.4%, Active Coins 12,840, DeFi Cap $184.2B, each with a gold rounded icon and a green/red delta. Pure Flutter, bundled Inter, no network images or glyph charts; data lives in plain _Slice/_StatCard lists you swap for a live feed.

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

Licensed for unlimited commercial projects · resale prohibited · License

What's included

  • Gold-outlined gradient hero card showing tabular $2.41T total market cap with a green +2.84% (24h) up-caret row
  • A 116x116 _DonutPainter CustomPaint drawing rounded BTC/ETH/Stables/Others arcs with gap separators and a centered BTC 52.4% label
  • Dominance legend column of rounded color chips and tabular percentages mapped from a const List<_Slice>
  • 2-column GridView.builder of four stat tiles (24h Volume, BTC Dominance, Active Coins, DeFi Cap) with gold icons and green/red deltas
  • Forced dark Theme over a #0B0E11 Scaffold with centered Global Market AppBar and an onBack VoidCallback
  • Self-contained pure-Flutter code with bundled Inter, no network images, and editable _Slice/_StatCard data lists

Use cases

  • Crypto wallet home or markets tab opening on a whole-market snapshot before users drill into single coins
  • A DeFi or exchange app's overview screen summarizing total cap, dominance and 24h volume at a glance
  • Portfolio app dashboard header giving market context above a user's personal holdings
  • Web3 analytics product surfacing BTC dominance and DeFi cap as a quick-read market pulse card

Related screens