Aurum · Launch Detail — Web3 Flutter screen
Web3
58 views

Aurum · Launch Detail

Aurum · Launch Detail is a production-ready Web3 Flutter screen from FlutterKit Pro, installable with flutterkit add web3-launchpad-detail.

The Launch Detail screen is the deep-dive page for a single Aurum launchpad sale. A header pairs a CustomPainter logo tile (seeded translucent circles on a violet rounded square, "ZK" overlaid) with the name ZephyrNet, the tagline "A zk-rollup for private payments", and a green "Live" pill. A bordered card shows three metrics split by hairline dividers: Raise $1.5M, Price 0.025 and Filled 72%. Under "Tokenomics", a _DonutPainter strokes four arcs (Public sale 30%, Team 20%, Ecosystem 28%, Treasury 22%) beside a colour-dot legend. A "Sale timeline" card draws a vertical connector with status dots: a green checked "Registration" (done), an amber "Sale live" (active), and muted "Token distribution" and "Listing" steps, each with date ranges. A pinned bar holds a full-width amber "Commit USDC" FilledButton. Pure Flutter on a forced dark theme: donut and logo are drawn with Canvas arcs and circles (no glyphs, no network images), the bundled Inter font is used throughout, and onBack / onCommit 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

  • Header row with a seeded _LogoPainter tile, project name, zk-rollup tagline and a green Live status pill
  • Three-up metrics card (Raise / Price / Filled) split by hairline vertical dividers via a reusable _Metric widget
  • _DonutPainter tokenomics ring stroking four colour-coded arcs with a matching colour-dot percentage legend
  • Vertical sale-timeline card with done/active/upcoming dot states, check icon, connector lines and date ranges
  • Pinned SafeArea bottom bar with a full-width amber Commit USDC FilledButton wired to the onCommit callback
  • Forced ThemeData.dark theme, bundled Inter font, and onBack / onCommit callbacks for backend-agnostic wiring

Use cases

  • Token sale detail page in a crypto launchpad or IDO platform
  • Project allocation and tokenomics breakdown screen for a Web3 wallet
  • Fundraising round detail with timeline and commit flow for a DeFi app
  • Pre-sale participation page showing fill progress and a USDC commit action

Related screens