
Aurum · dApp Browser
Aurum · dApp Browser is a production-ready Web3 Flutter screen from FlutterKit Pro, installable with flutterkit add web3-dapp-browser.
A drop-in in-app dApp browser chrome for a crypto wallet. The top row pairs a close button with a pill URL bar showing a green lock icon, the host "app.uniswap.org" (ellipsis-clipped), and a refresh glyph, flanked by an overflow menu. Below sit two rounded chips — a blue-dot "Ethereum" network chip and a wallet-icon "0x8f3a…9D02" account chip — with a green "Connected" status badge pushed to the right. The body is an expanded rounded canvas painted entirely by a CustomPainter: a vertical dark gradient, a faint 28px grid, and two blurred purple/blue accent blobs standing in for live web content (no network image, no glyph art). Floating at center is a translucent "Swap" card with two read-only token fields (1.0 ETH, 2,748 USDC) and a brand-yellow "Connect wallet" FilledButton. Built in pure Flutter — Column and Row layout, BoxDecoration chips, bundled Inter font, forced dark Material 3 theme so it renders standalone as a route. Backend-agnostic: onClose and onConnect are VoidCallback hooks you wire to any provider.
Reveal the one-line command to drop this screen into your project.
Licensed for unlimited commercial projects · resale prohibited · License
What's included
- ✓Web3DappBrowserScreen StatelessWidget exposing onClose and onConnect VoidCallback hooks for any backend
- ✓Pill URL bar with green lock icon, ellipsis-clipped app.uniswap.org host, refresh glyph and overflow menu
- ✓Reusable _chip builder rendering the blue-dot Ethereum network chip and truncated 0x8f3a…9D02 account chip
- ✓_CanvasPainter CustomPaint: dark vertical gradient, 28px grid lines and two blurred accent blobs, no network image
- ✓Centered translucent Swap card with _fakeField read-only token rows (1.0 ETH / 2,748 USDC) and yellow Connect wallet FilledButton
- ✓Bundled Inter font and forced dark Material 3 theme so the route renders standalone
Use cases
- ✓Web3 wallet app embedding an in-app browser to load DeFi dApps like a swap interface
- ✓Crypto wallet surfacing the active network and connected account while browsing a dApp
- ✓Onboarding flow prompting users to connect a wallet before signing a token swap
- ✓Portfolio or exchange app offering a secure in-app gateway to on-chain applications