
Aurum · Confirm Withdraw
Aurum · Confirm Withdraw is a production-ready Web3 Flutter screen from FlutterKit Pro, installable with flutterkit add web3-withdraw-review.
The final pre-flight checkpoint for a crypto withdrawal in the Aurum Web3 wallet. A centered "You send" header renders 500.00 USDC at 30px extra-bold with tabular figures so digits never jitter. Below it, a rounded hairline-bordered summary card lays out the transfer line by line: To (truncated 0x8f3a…9D02 address), Network (Ethereum ERC20), Amount, and Network fee — then a thin divider and a bold "Recipient gets" total (499.00 USDC) that nets the fee out. A lock-icon caution panel warns that the address and network should be double-checked because on-chain withdrawals cannot be reversed. A pinned bottom bar with a top hairline holds a full-width amber FilledButton.icon ("Confirm with biometrics") carrying a fingerprint glyph. Built in pure Flutter on a forced dark ThemeData: a ListView body, private _Row and _Divider helper widgets for the breakdown, bundled Inter font throughout, and onBack/onConfirm VoidCallback hooks so it stays backend-agnostic and drops into any signing flow.
Reveal the one-line command to drop this screen into your project.
Licensed for unlimited commercial projects · resale prohibited · License
What's included
- ✓Centered 'You send' header rendering 500.00 USDC at 30px w800 with FontFeature.tabularFigures so amounts stay aligned
- ✓Hairline-bordered summary card built from a reusable private _Row widget: To, Network, Amount, Network fee rows
- ✓_Divider plus a bold 'Recipient gets' net total (499.00 USDC) that subtracts the network fee
- ✓Lock-icon caution panel warning that on-chain withdrawals cannot be reversed, on the 0xFF1E2329 alt surface
- ✓Pinned bottom bar with top hairline and a full-width amber FilledButton.icon 'Confirm with biometrics' (fingerprint glyph)
- ✓onBack and onConfirm VoidCallback hooks, forced dark ThemeData and bundled Inter font — pure Flutter, no network images
Use cases
- ✓Final confirm step in a Web3 self-custody wallet's send/withdraw flow
- ✓Stablecoin off-ramp or exchange withdrawal review before signing
- ✓DeFi or crypto app screen requiring biometric authorization of an on-chain transfer
- ✓Treasury or payout tool showing recipient, network fee and net amount before broadcast