live_indicator 0.0.4 copy "live_indicator: ^0.0.4" to clipboard
live_indicator: ^0.0.4 copied to clipboard

A very simple package to display the live ripple effect. it can also be used to give any widget the rippling effect, just assign it to the child.

live_indicator #

A very simple package to display the live ripple effect.

Features #

demo_1 demo_2

Getting started #

add package to your dependencies

dependencies:
    ...
    live_indicator: <version_number>

Usage #

import live_indicator.dart

import "package:live_indicator/live_indicator.dart";

add widget directly

LiveIndicator()

Customize indicator

LiveIndicator(
    color: Colors.red.shade700,
    radius: 2.5,
    spreadRadius: 5,
    spreadDuration: const Duration(seconds: 1),
    waitDuration: const Duration(seconds: 1),
    child: Icon(Icons.favorite)
)

Don't forget to give a like 👍

6
likes
140
pub points
60%
popularity

Publisher

unverified uploader

A very simple package to display the live ripple effect. it can also be used to give any widget the rippling effect, just assign it to the child.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on live_indicator