
Aurum · About
Aurum · About is a production-ready Web3 Flutter screen from FlutterKit Pro, installable with flutterkit add web3-coin-about.
The Aurum coin About screen presents an asset's profile in a forced dark Binance-style theme (#0B0E11 canvas, amber #F0B90B accents). A centered AppBar reads "About Bitcoin" with a back chevron. Below sits a header row: a 48px circular ticker badge tinted amber showing "BTC", beside the coin name and a "BTC · Rank #1" subtitle. An "Overview" section renders a multi-paragraph description clamped to four lines with an ellipsis, toggled by a "Read more" / "Show less" tap that animates open via AnimatedSize. "Official links" lays out four tappable chips (Website, Whitepaper, Explorer, Community) in a Wrap, each a bordered surface with a rounded icon and label. "Tags" shows green category pills (Layer 1, Store of Value, PoW, Mineable, SHA-256). A "Contract" card holds a truncated 0x address in an InkWell row with an amber copy icon. Built as one self-contained StatefulWidget in pure Flutter — bundled Inter font, rounded Material icons only (no glyph fonts, no network images), and backend-agnostic onBack / onLink(label) / onCopyContract callbacks.
Reveal the one-line command to drop this screen into your project.
Licensed for unlimited commercial projects · resale prohibited · License
What's included
- ✓web3_coin_about_screen.dart — a single self-contained StatefulWidget with ticker/name parameters and onBack, onLink(label), onCopyContract callbacks
- ✓Expandable Overview block using AnimatedSize, a 4-line maxLines clamp with ellipsis, and a Read more / Show less toggle in setState
- ✓Official-links Wrap of four bordered chips (Website, Whitepaper, Explorer, Community) each with a rounded Material icon and amber tint
- ✓Category Tags rendered as green rounded pills (Layer 1, Store of Value, PoW, Mineable, SHA-256) in a wrapping layout
- ✓Contract card: an InkWell Material row showing a truncated 0x address with a tappable copy-icon action
- ✓Forced ThemeData.dark, bundled Inter font and a fixed Binance-style palette so it renders standalone with no external assets
Use cases
- ✓Asset detail page in a crypto exchange or wallet app where users research a coin before buying
- ✓Token info tab in a Web3 portfolio tracker linking out to website, whitepaper and explorer
- ✓Project profile screen in a DeFi or NFT marketplace showing contract address and category tags
- ✓Coin onboarding / due-diligence view in a trading app with copy-to-clipboard contract verification