Aurum · Pro Upgrade — Web3 Flutter screen
Web3
39 views

Aurum · Pro Upgrade

Aurum · Pro Upgrade is a production-ready Web3 Flutter screen from FlutterKit Pro, installable with flutterkit add web3-paywall-pro.

Web3PaywallProScreen is the Pro-upgrade paywall for the Aurum crypto wallet, on a near-black 0xFF0B0E11 canvas with a forced ThemeData.dark so it drops in as a standalone route. The header centers a gold crown drawn by a CustomPainter (_CrownPainter renders a tinted disc, crown path, base bar and jewel dots — no glyphs, no network image), under the bold Inter title "Aurum Pro" and "Trade for less and unlock pro tools." A bordered card compares five benefits — 0% spot trading fees, advanced order types, priority launchpad allocation, higher staking APY boost, real-time price alerts — across hairline rows with Free and Pro columns of check, check-circle and dash icons. Two tappable plan cards (Monthly $9.99/mo with a "Flexible" chip, Yearly $79.99/yr with a green "Save 33%" badge) drive setState selection with a gold-ringed active state. A pinned bottom bar holds a full-width gold FilledButton whose label tracks the chosen plan. onClose and onSubscribe callbacks keep it backend-agnostic; it builds from a typed _features list inside a ListView.

Reveal the one-line command to drop this screen into your project.

Licensed for unlimited commercial projects · resale prohibited · License

What's included

  • web3_paywall_pro_screen.dart — a self-contained StatefulWidget, pure Flutter, bundled Inter font, forced dark Theme
  • _CrownPainter CustomPaint crown badge: tinted disc, crown path, base bar and three jewel dots, drawn with no glyphs or network image
  • Free-vs-Pro comparison table built from a typed _features list with check / check-circle / dash icons and hairline row dividers
  • Two tappable plan cards (Monthly $9.99/mo 'Flexible', Yearly $79.99/yr 'Save 33%') with setState selection, gold active ring and radio toggle
  • Pinned bottom subscribe bar: full-width gold FilledButton whose label switches to 'Start Pro · $79.99/yr' or '$9.99/mo' by plan
  • onClose and onSubscribe VoidCallback hooks plus a close IconButton, keeping billing logic backend-agnostic

Use cases

  • Pro / premium upgrade paywall for a crypto exchange or Web3 wallet app
  • Subscription tier comparison gating fee discounts and advanced trading tools
  • Monthly-vs-yearly plan picker with a discount badge before checkout
  • Launchpad or staking membership upsell inside a fintech trading product

Related screens