Aurum · No Results — Web3 Flutter screen
Web3
30 views

Aurum · No Results

Aurum · No Results is a production-ready Web3 Flutter screen from FlutterKit Pro, installable with flutterkit add web3-markets-empty-search.

A polished zero-results screen for the Aurum crypto-wallet's market search. A centered 132x132 CustomPainter illustration draws the whole empty state with no glyphs or network images: a hairline card with a dashed flatlined chart baseline, a gold-ringed magnifier whose lens hides a muted "no match" X cross, and an angled handle. Below it a bold "No markets found" headline sits over a Text.rich line that echoes the exact searched term in quotes (e.g. "zzzcoin") and advises checking spelling or trying a popular coin. A left-aligned "Popular coins" label leads into a Wrap of tappable suggestion chips — BTC, ETH, SOL, BNB, XRP, DOGE — each a rounded, hairline-bordered surface tile. A full-width gold-outlined "Clear filters" OutlinedButton with a refresh icon is pinned to the bottom via Spacer. Built in pure Flutter on a forced dark exchange theme (#0B0E11 bg, #F0B90B brand), bundled Inter font, and a back AppBar. Fully backend-agnostic: query is a String prop, and onBack, onClear, and onSuggestionTap(String) callbacks wire navigation and re-search without any coupled data layer.

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

Licensed for unlimited commercial projects · resale prohibited · License

What's included

  • A single _EmptyPainter CustomPainter rendering the card, dashed flatline, gold magnifier and 'no match' X cross — no images or icon fonts
  • Text.rich headline + body that injects the exact searched query in bold quotes from a `query` String prop
  • Wrap of six tappable popular-coin chips (BTC, ETH, SOL, BNB, XRP, DOGE) firing onSuggestionTap(String)
  • Full-width gold-outlined 'Clear filters' OutlinedButton with refresh icon wired to onClear
  • Back AppBar with centered 'Search' title and onBack callback
  • Self-contained dark exchange theme (#0B0E11 / #F0B90B), bundled Inter font, Spacer-pinned bottom CTA

Use cases

  • Crypto exchange or wallet app showing a no-results state when a coin search returns nothing
  • Token/markets screen offering popular-ticker shortcuts to recover from a typo'd query
  • DeFi or trading app's empty filter result with a one-tap 'clear filters' reset
  • Any dark-themed finance app needing a painter-only, asset-free empty search illustration

Related screens