A beautiful animated ECG/heartbeat loader built with Flutter. Perfect for dating apps. 🌟Give it a star.
- ECG Pulse Line - Realistic heartbeat monitor animation with glowing effect
- Fully Customizable - Change colors, sizes, and animation speeds
- Clone the repository
git clone https://github.com/Pinkisingh13/Animated-Loader.git- Navigate to the frontend folder
cd Animated-Loader/frontend- Install dependencies
flutter pub get- Run the app
flutter runHeartbeatLoader(
width: 320,
height: 80,
lineColor: Color(0xFFe94560),
glowColor: Color(0xFFe94560),
duration: Duration(milliseconds: 1800),
)| Property | Description |
|---|
| width / size | Size of the loader |
| lineColor / heartColor | Main color of the animation |
| glowColor / pulseColor | Color of the glow effect |
| duration | Animation speed |
