pulse 0.0.1 copy "pulse: ^0.0.1" to clipboard
pulse: ^0.0.1 copied to clipboard

Pulse animation widget

Pulse #

Pulse animation widget

Getting Started #

@override
Widget build(BuildContext context) {
  return Scaffold(
    body: Pulse(
      pulseColor: _colors.first,
      duration: Duration(seconds: 1),
      onComplete: () {
        print('Completed')
      },
    ),
  );
}

Screenshot

3
likes
20
pub points
29%
popularity

Publisher

unverified uploader

Pulse animation widget

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on pulse