
Aurum · Watchlist
Aurum · Watchlist is a production-ready Web3 Flutter screen from FlutterKit Pro, installable with flutterkit add web3-watchlist.
A dark, exchange-style watchlist for the Aurum crypto wallet. The "Watchlist" app bar carries a back chevron and a gold "Edit" / "Done" toggle. Below sits a tappable "My Favourites" card with a gold star and a "Manage" chevron that routes via the onManage callback. The body is a ReorderableListView of saved coins (BTC, ETH, SOL, LINK, AVAX), each row showing a tinted circular ticker badge, ticker plus full name, a 56x30 sparkline, the dollar price in tabular figures, and a percentage delta colored green for gains or red for losses. The sparkline is drawn by a custom _SparkPainter that normalises each coin's point list and strokes a 1.6px line over a soft 12%-opacity area fill, tinted to match the delta. Tapping "Edit" hides the sparklines and reveals per-row drag handles wired through ReorderableDragStartListener, letting users reorder favourites; tapping a row fires onCoinTap. Pure Flutter, Flutter SDK and dart: only, bundled Inter font, forced dark theme, and fully backend-agnostic through onBack, onManage and onCoinTap callbacks.
Reveal the one-line command to drop this screen into your project.
Licensed for unlimited commercial projects · resale prohibited · License
What's included
- ✓Web3WatchlistScreen StatefulWidget with an Edit/Done toggle that swaps row sparklines for drag handles
- ✓ReorderableListView.builder using custom ReorderableDragStartListener handles and onReorder list mutation
- ✓_SparkPainter CustomPainter rendering a normalised stroke line plus 12%-opacity area fill, tinted by delta sign
- ✓Per-coin rows with tinted circular ticker badge, full name, tabular-figure dollar price and green/red percent delta
- ✓Tappable 'My Favourites / Manage' header card plus onBack, onManage and onCoinTap callbacks for backend wiring
- ✓Bundled Inter font, forced dark theme (#0B0E11 background, gold accent) and five seeded sample coins
Use cases
- ✓Crypto wallet or exchange app showing a user's saved or favourited tokens
- ✓DeFi portfolio tracker presenting watched assets with trend sparklines
- ✓Web3 market app where users reorder priority coins via an edit mode
- ✓Trading dashboard quick-glance list of price and 24h percent change