Wrap Pulse around your widgets to obtain a pulse animation.

Features

Provides a simple pulse animation for your widgets.

Usage

Wrap your widgets with pulse!

Pulse(
    shouldShowPulse: true,
    child: child,
)

Libraries

pulse_widget