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>
copied to clipboard

Usage #

import live_indicator.dart

import "package:live_indicator/live_indicator.dart";
copied to clipboard

add widget directly

LiveIndicator()
copied to clipboard

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)
)
copied to clipboard

Don't forget to give a like 👍

10
likes
150
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.05 - 2025.01.17

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)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on live_indicator