
Aurum · Watchlists
Aurum · Watchlists is a production-ready Web3 Flutter screen from FlutterKit Pro, installable with flutterkit add web3-watchlist-manage.
A Binance-dark watchlist organiser for the Aurum Web3 wallet. A centered "Watchlists" AppBar with a back chevron sits above a ListView.separated of rounded cards (color 0xFF161A1E), each spaced 12px apart. Every card shows a leading star — solid gold (0xFFF0B90B) with a gold-tinted border for the default "My Favourites" list, hollow grey for the rest — the list name in bold Inter, and a pill chip on a 0xFF1E2329 surface reading the live coin count (e.g. "5 coins", "8 coins"). Trailing each row is an edit (pencil) IconButton, and for non-default lists a red (0xFFF6465D) trash IconButton that removes the row via setState. A pinned bottom bar with a hairline top border holds a full-width 52px gold FilledButton.icon, "Create watchlist", which appends a new list in place. Pure Flutter, Flutter SDK + dart: only: bundled Inter font, a forced ThemeData.dark so it renders standalone as a route, no glyphs and no network images. State lives in a simple _List model (name, count, isDefault); the onBack callback keeps it backend-agnostic and drop-in.
Reveal the one-line command to drop this screen into your project.
Licensed for unlimited commercial projects · resale prohibited · License
What's included
- ✓ListView.separated of rounded watchlist cards with 12px gaps and per-list borders
- ✓Default-list treatment: solid gold star plus gold-tinted card border, hollow grey star for others
- ✓Live coin-count pill chip on a 0xFF1E2329 surface ('5 coins', '8 coins')
- ✓Per-row edit pencil IconButton and conditional red trash delete that removes via setState
- ✓Pinned bottom gold FilledButton.icon 'Create watchlist' that appends a new list inline
- ✓_List model (name/count/isDefault), bundled Inter font, forced ThemeData.dark, onBack callback
Use cases
- ✓Crypto wallet letting users group tokens into named DeFi, Layer-2 or memecoin watchlists
- ✓Exchange app screen for creating, renaming and deleting personal coin lists
- ✓Portfolio tracker where a starred default favourites list is protected from deletion
- ✓Trading dashboard settings page for organising multiple coin watchlists at a glance