
Aurum · Welcome
Aurum · Welcome is a production-ready Web3 Flutter screen from FlutterKit Pro, installable with flutterkit add web3-onboarding-welcome.
The opening screen of the Aurum self-custody wallet. A full-bleed dark gradient hero fills the viewport, painted by a CustomPainter that layers a vertical near-black gradient with two soft radial orbs — a gold one top-right and a faint teal one mid-left — for depth. Centered above the fold sits a 132px hexagon logo mark, also fully custom-painted: a pointy-top hex with a gold top-left-to-bottom-right gradient, a soft blurred glow, a thin inner outline, and an "A" monogram knocked out in the background color. Below, the bold Inter wordmark "Aurum" sits over a muted tagline, "Your self-custody wallet for crypto, NFTs and web3 — all in one place." Two pinned actions follow: a gold "Create a new wallet" primary button and a dark-surface "I already have a wallet" secondary button, both rounded Material/InkWell tiles. A tappable RichText footer reads "By continuing you agree to our Terms & Privacy Policy." Pure Flutter, bundled Inter font, forced dark theme, no network images. Actions route through onCreateWallet, onImportWallet and onTerms callbacks, so it stays 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
- ✓_HeroGradientPainter — full-bleed dark vertical gradient with gold and teal radial depth orbs
- ✓_LogoPainter — pointy-top gold hexagon with blurred glow, inner outline and a knocked-out 'A' monogram
- ✓Gold _PrimaryButton (Create a new wallet) and dark _SecondaryButton (I already have a wallet), both 54px Material/InkWell tiles
- ✓Tappable _TermsLine RichText footer with highlighted Terms & Privacy Policy spans
- ✓Three injected VoidCallback hooks: onCreateWallet, onImportWallet, onTerms — backend-agnostic
- ✓Bundled Inter font, forced ThemeData.dark, SafeArea Stack layout — self-contained drop-in route
Use cases
- ✓Launch screen for a self-custody crypto / web3 wallet app
- ✓First-run entry point letting users branch into create-new vs import-existing flows
- ✓Onboarding hero for an NFT or DeFi portfolio app needing a branded gold cold-open
- ✓Reusable splash/welcome template for any dark-themed fintech or blockchain product