neomorphic_spend_card 1.0.0
neomorphic_spend_card: ^1.0.0 copied to clipboard
A beautiful, animated neumorphic spend overview card for Flutter fintech apps. Features an animated arc budget ring, live spend ticker, category breakdown chips, shimmer pulse, and full dark/light mod [...]
Changelog #
All notable changes to neomorphic_spend_card will be documented here.
This project adheres to Semantic Versioning.
1.0.0 – 2026-05-06 #
Added #
- Initial release of
NeomorphicSpendCard - Animated arc budget ring with
CustomPainterand glowing tip dot - Count-up ticker animation for the spent amount
- Three stat rows: remaining, daily average, usage percentage
- Interactive category chips with tap-to-select and animated state transitions
- Segmented stacked progress bar with animated fill
- Micro-pulse scale animation triggered on mount and on value updates
- Full dark / light neumorphic dual-shadow system via
NeomorphicContainer - Standalone
ArcPainterexported for independent reuse SpendCategorymodel withcopyWith, equality, andtoStringonCategoryTapcallback with haptic feedback supportshowIconsflag to display category icons inside chips- Dart doc comments on all public APIs
- Widget + unit tests covering all public surface area
