Docs
Neon Card Animation

Neon Card Animation

A neon card animation in Flutter for you hero widgets.

Status: initializing

Installation

Copy and paste the following code into your project.

Please find it here

Update the import paths to match your project setup.

Usage

NeonCard(
  intensity: 0.5,
  glowSpread: .8,
  child: Text('Neon Gradient Card')
);