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 [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add neomorphic_spend_cardThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
neomorphic_spend_card: ^1.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:neomorphic_spend_card/neomorphic_spend_card.dart';