
Aurum · Imported
Aurum · Imported is a production-ready Web3 Flutter screen from FlutterKit Pro, installable with flutterkit add web3-import-success.
The closing step of Aurum's wallet-import flow, shown when a recovery phrase or key successfully restores accounts. A glowing green success check sits centered at top, painted with CustomPaint: a blurred halo, a solid inner disc, and a rounded-join tick stroke (no asset, no glyph). Below it a bold "Wallet imported" headline and a muted line confirm "We restored your accounts and found the following balances." A rounded surface card summarizes the restored portfolio: a "Total balance" header row reading $10,011.71, followed by per-asset rows for Ethereum, USD Coin and Solana. Each row pairs a painted ticker badge — a tinted circle showing ETH/USD/SOL text instead of a coin glyph — with the asset name, holding amount, and fiat value, in tabular figures so numbers align. A full-width amber "Continue to wallet" button is pinned at the bottom via an InkWell wired to an onContinue callback. Built in pure Flutter on a forced dark theme with the bundled Inter font; the holdings list is data-driven over a const list of _Holding records.
Reveal the one-line command to drop this screen into your project.
Licensed for unlimited commercial projects · resale prohibited · License
What's included
- ✓Painted success-check graphic via _SuccessCheckPainter (blur halo, solid disc, rounded tick stroke) — no asset, no glyph
- ✓Detected-balance summary card with a 'Total balance' header row ($10,011.71) above per-asset rows
- ✓Data-driven _HoldingRow list over a const _Holding list (ETH, USDC, SOL) with name, amount and fiat value
- ✓_TickerBadge painted coin avatars: tinted circle with ticker text, NO ₿/Ξ glyphs, brand color per asset
- ✓Tabular-figure number styling (FontFeature.tabularFigures) so balances and totals stay column-aligned
- ✓Pinned full-width amber 'Continue to wallet' InkWell button wired to an onContinue VoidCallback
Use cases
- ✓Confirmation screen ending a crypto-wallet seed-phrase or private-key import flow
- ✓Account-restore success state for a non-custodial Web3 or DeFi wallet app
- ✓Post-onboarding balance summary shown before entering the main wallet dashboard
- ✓Multi-chain portfolio recap after linking an external wallet via QR or key