
Aurum · Enable Biometrics
Aurum · Enable Biometrics is a production-ready Web3 Flutter screen from FlutterKit Pro, installable with flutterkit add web3-security-enable-biometric.
A full-screen dark biometric opt-in for the Aurum crypto wallet. Centered at top is a 116px gold-tinted circle holding a CustomPainter-drawn Face ID glyph — bracketed scan corners with rounded arcs, two vertical eyes, an L-shaped nose and a quadratic-bezier smile, stroked in Binance-gold (#F0B90B). Below sits the 25px bold headline "Unlock faster with Face ID" and a muted subtitle on opening Aurum and approving transactions without a passcode. A rounded #161A1E card with a hairline border lists three benefits, each a green-tinted rounded square holding a Material icon (flash, verified-user shield, phonelink-lock) beside "Open the app in an instant", "Approve sends with a glance" and "Biometrics stay on this device". Spacers push a 54px gold "Enable Face ID" Material/InkWell button and a muted "Maybe later" TextButton to the bottom. Pure Flutter: forced ThemeData.dark, bundled Inter font, the only graphic is the painter (no network images). onEnable and onSkip VoidCallbacks keep it backend-agnostic — wire to local_auth or any biometric service.
Reveal the one-line command to drop this screen into your project.
Licensed for unlimited commercial projects · resale prohibited · License
What's included
- ✓Full Web3SecurityEnableBiometricScreen StatelessWidget with onEnable / onSkip VoidCallback props for drop-in wiring
- ✓_FaceIdPainter CustomPainter drawing the Face ID glyph (scan-corner brackets, eyes, nose, bezier smile) — zero asset/network dependency
- ✓Three-row benefit card built from a reusable _Benefit widget with green-tinted rounded icon tiles
- ✓Gold Material+InkWell 'Enable Face ID' primary button and muted 'Maybe later' TextButton skip path
- ✓Forced ThemeData.dark theme, bundled Inter font and Binance-style #0B0E11 / #F0B90B palette for standalone rendering
- ✓Spacer-based vertical layout inside SafeArea that pins actions to the bottom on any height
Use cases
- ✓Onboarding step that asks crypto-wallet users to enable Face ID or Touch ID after seed setup
- ✓Post-login prompt encouraging biometric approval for transaction sends in a DeFi or exchange app
- ✓Security-settings deep link where users opt into device biometrics for faster app unlock
- ✓Fintech or banking app first-run flow offering biometric login as an alternative to a passcode