
Aurum · Coin News
Aurum · Coin News is a production-ready Web3 Flutter screen from FlutterKit Pro, installable with flutterkit add web3-coin-news.
Aurum's Coin News screen is a per-asset headline feed scoped to one ticker — the centered app bar reads "BTC News" beside a back chevron. Below it a ListView.separated stacks five rounded news cards on the #0B0E11 dark surface. Each card is a Material + InkWell row: on the left a 78x78 ClipRRect thumbnail painted entirely by a CustomPainter (a topLeft-to-bottomRight LinearGradient — amber, green, red, indigo, grey — overlaid with three faint white concentric arcs for a procedural texture, so there are zero network images and zero glyphs). On the right sit a two-line ellipsized headline, then a metadata row holding a grey source pill (CoinDesk, The Block, Bloomberg, Glassnode, Decrypt), a tinted sentiment chip — green "Bullish", red "Bearish" or muted "Neutral" — and a right-aligned relative timestamp like "2h ago" or "1d ago". It is pure Flutter (SDK + dart: only): articles are a const data list, the screen forces ThemeData.dark so it renders standalone, and taps are backend-agnostic via onArticle(title), onBack and a configurable ticker for drop-in wiring.
Reveal the one-line command to drop this screen into your project.
Licensed for unlimited commercial projects · resale prohibited · License
What's included
- ✓Web3CoinNewsScreen StatelessWidget with a configurable ticker plus onBack and onArticle(title) callbacks for backend-agnostic wiring
- ✓ListView.separated of five const _Article cards (title, source, time, sentiment, gradient colors) with 12px gaps
- ✓_ThumbPainter CustomPainter that draws a diagonal LinearGradient plus three concentric white arcs — no network images, no emoji glyphs
- ✓Color-coded sentiment chips (Bullish green #2EBD85, Bearish red #F6465D, Neutral muted) driven by a _Sent enum switch
- ✓Material + InkWell tappable cards with hairline borders, rounded grey source pills and right-aligned relative timestamps
- ✓Bundled Inter font and a forced ThemeData.dark Scaffold so the screen renders standalone as a route
Use cases
- ✓Asset-detail news tab inside a crypto wallet or exchange app
- ✓Per-coin headline feed showing source, sentiment and recency at a glance
- ✓Market-sentiment digest surfacing Bullish/Bearish/Neutral tags per story
- ✓Drop-in news list for any Web3 portfolio or watchlist tracker