Aurum · Add to Watchlist — Web3 Flutter screen
Web3
39 views

Aurum · Add to Watchlist

Aurum · Add to Watchlist is a production-ready Web3 Flutter screen from FlutterKit Pro, installable with flutterkit add web3-coin-add-watchlist.

A modal-style "Add BTC to" sheet that slides up over a dimmed scrim so the coin behind stays in context. The rounded-top dark panel opens with a drag handle, a bold title, and a gold "+ New list" action. Below sit four selectable watchlist rows — Main (24), Long-term holds (8), DeFi plays (12) and Watching (31) — each with a leading icon, name, item count, and a trailing radio/check. The active row gets a gold border and a filled gold check-circle; multi-select is real, so you can drop the coin into several lists at once. A "Notify me on big moves" tile carries a gold Switch for opt-in price alerts, and a pinned Save bar shows a live count — "Save to 1 list" / "Save to N lists", or a disabled "Select a list" when nothing is picked. Built in pure Flutter: a Theme-forced dark Scaffold over a 55% black barrier, a shrink-wrapped non-scrolling ListView.separated for the rows, a Set<int> tracking selection in setState, the bundled Inter font, and Material icons only — no glyphs or network images. ticker, onSave, onClose and onCreate callbacks keep 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

  • web3_coin_add_watchlist_screen.dart — a self-contained pure-Flutter modal sheet over a 55% black scrim with tap-to-dismiss
  • Four multi-select watchlist rows (Main, Long-term holds, DeFi plays, Watching) with icon, name, count and check, gold-bordered when active
  • Set<int> selection state with setState, driving per-row check-circle and a live Save-button count label
  • Gold 'Notify me on big moves' tile with a Material Switch for price-alert opt-in
  • Pinned full-width Save bar that disables to 'Select a list' when nothing is chosen
  • ticker, onSave, onClose and onCreate callbacks plus '+ New list' action — backend-agnostic, bundled Inter font, no network images

Use cases

  • Crypto-wallet app letting users file a coin into custom watchlists
  • Trading or exchange app capturing favourites with opt-in price alerts
  • Portfolio tracker organising assets into themed collections like DeFi or long-term
  • Any markets app needing a reusable multi-select 'save to list' bottom sheet

Related screens