
Aurum · Global Search
Aurum · Global Search is a production-ready Web3 Flutter screen from FlutterKit Pro, installable with flutterkit add web3-home-search.
Aurum Global Search opens with an autofocused pill search field ("Search coins, tokens…") beside a back chevron, a brand-gold cursor, and a clear (×) button that appears once you type. A RECENT row shows tappable history chips (BTC, Ethereum, SOL, Arbitrum); tapping one refills the query. A TRENDING list renders six coins — Bitcoin, Ethereum, Solana, Chainlink, Arbitrum, Dogecoin — as rows with a tinted circular ticker badge, name, symbol, a 52×26 sparkline, USD price, and a green/red percent delta. Typing filters case-insensitively over names and tickers, flipping the header to "{n} RESULTS"; clearing restores Recent + Trending, and no match shows a search-off icon. Pure Flutter: a TextField drives setState filtering, each sparkline is a CustomPainter mapping normalized points to a stroked path (green up, red down), badges and chips are painted Containers (no network images, no logo glyphs), prices use tabular figures. Back and per-coin taps fire onBack and onCoinTap(ticker), keeping it 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
- ✓Autofocused pill search field with brand-gold cursor, search icon, and conditional clear (×) button wired to a TextEditingController
- ✓RECENT chip row (BTC, Ethereum, SOL, Arbitrum) with history icons that refill the query on tap
- ✓TRENDING coin list of six rows: tinted circular ticker badge, name, symbol, price, and signed percent delta
- ✓Inline 52×26 sparkline per row via _SparklinePainter, stroked green for gains and red for losses with min/max normalization
- ✓Live case-insensitive filtering over name + ticker that flips the header to '{n} RESULTS' and an empty state with a search-off icon
- ✓onBack and onCoinTap(String ticker) callbacks plus forced dark Inter theme, tabular-figure prices, no network images or logo glyphs
Use cases
- ✓Crypto-wallet or exchange app needing a fast coin/token search entry point
- ✓Web3 portfolio tracker where users jump to an asset by name or ticker
- ✓DeFi market-discovery screen surfacing trending coins with mini price trends
- ✓Trading app onboarding flow that suggests recent and popular assets to search